diff --git a/cyr-to-lat.php b/cyr-to-lat.php index 92736bc..72c2d80 100644 --- a/cyr-to-lat.php +++ b/cyr-to-lat.php @@ -22,7 +22,7 @@ * * * WC requires at least: 3.0 - * WC tested up to: 7.5 + * WC tested up to: 7.8 */ // phpcs:ignore Generic.Commenting.DocComment.MissingShort diff --git a/readme.txt b/readme.txt index 7187bf3..09a1927 100644 --- a/readme.txt +++ b/readme.txt @@ -195,6 +195,7 @@ Yes you can! == Changelog == = 5.5.3 (15.07.2023) +* Tested with WooCommerce 7.8. * Fixed deprecation error "strpos(): Passing null to parameter" appeared in debug.log. = 5.5.2 (31.03.2023) =