Skip to content

Commit

Permalink
Add version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Nov 3, 2022
1 parent fc4f08a commit ec15bd0
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 32 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,14 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

## Changelog

### Unreleased
### 1.2.5

* Use own CSS that is still missing on GlotPress 3.0.0-alpha.4
* Update the actual [Convert-PT-AO90](https://github.com/pedro-mendonca/Convert-PT-AO90) tool to v1.3.2.
* Add some more replace pairs.
* Update dependencies.
* Tested up to WP 6.1.
* Tested only on supported PHP versions (7.4+).

### 1.2.4

Expand Down
2 changes: 1 addition & 1 deletion gp-convert-pt-ao90.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
* Version: 1.2.5
* Requires at least: 5.3
* Tested up to: 6.1
* Requires PHP: 7.4
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"requires": true,
"lockfileVersion": 1,
"name": "gp-convert-pt-ao90",
"version": "1.2.4",
"version": "1.2.5",
"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",
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: localization, translation, glotpress, ao90, portuguese
Requires at least: 5.3
Tested up to: 6.1
Requires PHP: 7.4
Stable tag: 1.2.4
Stable tag: 1.2.5
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -86,8 +86,13 @@ Sure! You are welcome to report any issues or add feature suggestions on the [Gi

== Changelog ==

= Unreleased =
= 1.2.5 =
* Use own CSS that is still missing on GlotPress 3.0.0-alpha.4
* Update the actual [Convert-PT-AO90](https://github.com/pedro-mendonca/Convert-PT-AO90) tool to v1.3.2.
* Add some more replace pairs.
* Update dependencies.
* Tested up to WP 6.1.
* Tested only on supported PHP versions (7.4+).

= 1.2.4 =
* Fix HTML escaping.
Expand Down
2 changes: 1 addition & 1 deletion tests/phpstan/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// Set plugin version.
if ( ! defined( 'GP_CONVERT_PT_AO90_VERSION' ) ) {
define( 'GP_CONVERT_PT_AO90_VERSION', '1.2.0' );
define( 'GP_CONVERT_PT_AO90_VERSION', '1.2.5' );
}

// Set plugin required PHP version. Needed for PHP compatibility check for WordPress < 7.2.
Expand Down

0 comments on commit ec15bd0

Please sign in to comment.