Skip to content

Commit

Permalink
Chanhelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
balexey88 committed Jan 17, 2024
1 parent 1d9fd35 commit 399d603
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* ENHANCEMENT - refactor `Settings` admin page to remove Angular dependency.
* ENHANCEMENT - include Software Bill of Materials (SBOM) to GitHub release.
* FIX - update package dependencies for Google Client Library for security reasons.
* FIX - replace `utf8_encode` with `mb_convert_encoding` to support PHP 8.2 and above.
* FIX - replace `utf8_encode` with `mb_convert_encoding` to support PHP 8.2 and above [#678](https://github.com/udx/wp-stateless/issues/678).
* FIX - Fatal Error in `Stateless` mode if GCP access credentials are wrong [#693](https://github.com/udx/wp-stateless/issues/693).
* COMPATIBILITY - prevent PHP warnings while working with WooCommerce version 8.4.0 and above.
* COMPATIBILITY - prevent PHP warnings while working with WooCommerce version 8.4.0 and above [696](https://github.com/udx/wp-stateless/issues/696).
* COMPATIBILITY - avoid conflicts between builtin compatibilities and WP-Stateless Addon plugins.

= 3.3.0 =
Expand Down
4 changes: 2 additions & 2 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
* ENHANCEMENT - refactor `Settings` admin page to remove Angular dependency.
* ENHANCEMENT - include Software Bill of Materials (SBOM) to GitHub release.
* FIX - update package dependencies for Google Client Library for security reasons.
* FIX - replace `utf8_encode` with `mb_convert_encoding` to support PHP 8.2 and above.
* FIX - replace `utf8_encode` with `mb_convert_encoding` to support PHP 8.2 and above [#678](https://github.com/udx/wp-stateless/issues/678).
* FIX - Fatal Error in `Stateless` mode if GCP access credentials are wrong [#693](https://github.com/udx/wp-stateless/issues/693).
* COMPATIBILITY - prevent PHP warnings while working with WooCommerce version 8.4.0 and above.
* COMPATIBILITY - prevent PHP warnings while working with WooCommerce version 8.4.0 and above [696](https://github.com/udx/wp-stateless/issues/696).
* COMPATIBILITY - avoid conflicts between builtin compatibilities and WP-Stateless Addon plugins.

#### 3.3.0
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ Before upgrading to WP-Stateless 3.0, please, make sure you tested it on your de
* ENHANCEMENT - refactor `Settings` admin page to remove Angular dependency.
* ENHANCEMENT - include Software Bill of Materials (SBOM) to GitHub release.
* FIX - update package dependencies for Google Client Library for security reasons.
* FIX - replace `utf8_encode` with `mb_convert_encoding` to support PHP 8.2 and above.
* FIX - replace `utf8_encode` with `mb_convert_encoding` to support PHP 8.2 and above [#678](https://github.com/udx/wp-stateless/issues/678).
* FIX - Fatal Error in `Stateless` mode if GCP access credentials are wrong [#693](https://github.com/udx/wp-stateless/issues/693).
* COMPATIBILITY - prevent PHP warnings while working with WooCommerce version 8.4.0 and above.
* COMPATIBILITY - prevent PHP warnings while working with WooCommerce version 8.4.0 and above [696](https://github.com/udx/wp-stateless/issues/696).
* COMPATIBILITY - avoid conflicts between builtin compatibilities and WP-Stateless Addon plugins.

= 3.3.0 =
Expand Down

0 comments on commit 399d603

Please sign in to comment.