Skip to content

Commit

Permalink
Add version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Aug 9, 2022
1 parent 52a29ea commit 49e824b
Show file tree
Hide file tree
Showing 7 changed files with 1,126 additions and 1,111 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ This plugin is intended to be a proof of concept to use and test this workflow.

### What versions of GlotPress are compatible with this plugin?

GlotPress alpha version, and later removed temporarily on beta version.
The Variants feature was introduced in [GlotPress 3.0.0-alpha](https://github.com/GlotPress/GlotPress/releases/tag/3.0.0-alpha.4).
Later, on [GlotPress 3.0.0-beta](https://github.com/GlotPress/GlotPress/releases/tag/3.0.0-beta.1) the Variants feature [was removed temporarily](https://github.com/GlotPress/GlotPress/pull/1327), so for now the GlotPress alpha version is the only Variants compatible version, and you must install it for this plugin to do its magic.

Expand All @@ -91,6 +90,17 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog

### 1.1.0

* Update the actual [Convert-PT-AO90](https://github.com/pedro-mendonca/Convert-PT-AO90) tool to v1.3.
* Rebuild replace pairs with half the size.
* Improve performance by using only lowercase replace pairs.
* Fix matching words starting with an accented vowel.
* Remove wrong replace pairs about cardinal points (lowercased since 1945).
* Add some more replace pairs.
* Update dependencies.
* Tested up to WP 6.0.

### 1.0.0

* Initial release.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
],
"require": {
"php": ">=7.2",
"pedro-mendonca/convert-pt-ao90": "^1.2.3"
"pedro-mendonca/convert-pt-ao90": "^1.3.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"wp-coding-standards/wpcs": "^2.3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.3",
"phpmd/phpmd": "^2.12.0",
"szepeviktor/phpstan-wordpress": "^1.1.2",
"sirbrillig/phpcs-variable-analysis": "^2.11.3"
"sirbrillig/phpcs-variable-analysis": "^2.11.4"
},
"config": {
"optimize-autoloader": true,
Expand Down
84 changes: 42 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions gp-convert-pt-ao90.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
* 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.0.0
* Version: 1.1.0
* Requires at least: 5.3
* Tested up to: 5.8
* Tested up to: 6.0
* Requires PHP: 7.2
* Author: Pedro Mendonça
* Author URI: https://profiles.wordpress.org/pedromendonca/
Expand Down
Loading

0 comments on commit 49e824b

Please sign in to comment.