From 399d6036ee79d81f61164d3bac05b85780ef162b Mon Sep 17 00:00:00 2001 From: balexey88 Date: Wed, 17 Jan 2024 19:06:05 +0200 Subject: [PATCH] Chanhelog updates --- changelog.txt | 4 ++-- changes.md | 4 ++-- readme.txt | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 71bd58896..ea55a978e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 = diff --git a/changes.md b/changes.md index 930d1fb32..f7ab491c0 100644 --- a/changes.md +++ b/changes.md @@ -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 diff --git a/readme.txt b/readme.txt index 777b7f173..475cb4a62 100644 --- a/readme.txt +++ b/readme.txt @@ -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 =