From 229c60d29d76c2544a421b90892fde66f27d4b95 Mon Sep 17 00:00:00 2001 From: lucha <lucha@paranoici.org> Date: Thu, 26 Aug 2021 11:23:16 +0200 Subject: [PATCH] adding wpuntexturize plugin closes #31 --- composer.json | 3 ++- composer.lock | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 5a001967..e90c6130 100644 --- a/composer.json +++ b/composer.json @@ -115,7 +115,8 @@ "stuttter/ludicrousdb": "5.0.0", "wpackagist-plugin/creative-commons": "^2021.04", "wpackagist-plugin/disable-remove-google-fonts": "1.3.1", - "wpackagist-plugin/footnotes": "2.7.3" + "wpackagist-plugin/footnotes": "2.7.3", + "wpackagist-plugin/wpuntexturize": "^2.2" }, "extra": { "wordpress-install-dir": "app", diff --git a/composer.lock b/composer.lock index 2b3021af..78f12fcf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "dbefbaa222aee3c99754138a85479ace", + "content-hash": "5e6e5dc9aabcbf5a6287f27fa1719761", "packages": [ { "name": "bjornjohansen/wplang", @@ -1426,6 +1426,24 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/wpmu-custom-css/" }, + { + "name": "wpackagist-plugin/wpuntexturize", + "version": "2.2", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/wpuntexturize/", + "reference": "tags/2.2" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/wpuntexturize.2.2.zip" + }, + "require": { + "composer/installers": "~1.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/wpuntexturize/" + }, { "name": "wpackagist-theme/azul", "version": "1.51", -- GitLab