From 6188183e870302ac8d9088a7430448697f7aa334 Mon Sep 17 00:00:00 2001 From: pedro-mendonca Date: Tue, 11 Oct 2022 11:03:32 +0100 Subject: [PATCH] Add version 1.2.4 --- README.md | 4 ++++ gp-convert-pt-ao90.php | 2 +- package-lock.json | 21 ++++++++++++--------- package.json | 2 +- readme.txt | 5 ++++- 5 files changed, 22 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index bb29e84..021c043 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,10 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi ## Changelog +### 1.2.4 + +* Fix HTML escaping. + ### 1.2.3 * Add plurals to original text in the translation row preview. diff --git a/gp-convert-pt-ao90.php b/gp-convert-pt-ao90.php index 99ea23e..830596d 100644 --- a/gp-convert-pt-ao90.php +++ b/gp-convert-pt-ao90.php @@ -19,7 +19,7 @@ * GitHub Plugin URI: https://github.com/pedro-mendonca/GP-Convert-PT-AO90 * Primary Branch: main * Description: Language tool for GlotPress to convert text according to the Portuguese Language Orthographic Agreement of 1990 (PT AO90). - * Version: 1.2.3 + * Version: 1.2.4 * Requires at least: 5.3 * Tested up to: 6.0 * Requires PHP: 7.2 diff --git a/package-lock.json b/package-lock.json index 4a06c60..7fa6ce3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gp-convert-pt-ao90", - "version": "1.2.3", + "version": "1.2.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gp-convert-pt-ao90", - "version": "1.2.3", + "version": "1.2.4", "license": "GPL-2.0-or-later", "devDependencies": { "@wordpress/scripts": "^24.3.0" @@ -10685,10 +10685,13 @@ } }, "node_modules/minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", - "dev": true + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/minimist-options": { "version": "4.1.0", @@ -23687,9 +23690,9 @@ } }, "minimist": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz", - "integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==", + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", "dev": true }, "minimist-options": { diff --git a/package.json b/package.json index 45fa6d0..b71da56 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "requires": true, "lockfileVersion": 1, "name": "gp-convert-pt-ao90", - "version": "1.2.3", + "version": "1.2.4", "description": "GlotPress language tool to convert text according to the Portuguese Language Orthographic Agreement of 1990 (PT AO90).", "author": "Pedro Mendonça", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 7e96519..3998cf6 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: localization, translation, glotpress, ao90, portuguese Requires at least: 5.3 Tested up to: 6.0 Requires PHP: 7.2 -Stable tag: 1.2.3 +Stable tag: 1.2.4 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -86,6 +86,9 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi == Changelog == += 1.2.4 = +* Fix HTML escaping. + = 1.2.3 = * Add plurals to original text in the translation row preview. * Add plural forms labels.