diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cee88a..e800977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## 2.3.3 - 2023-11-19 + +[Source code changes](https://github.com/luizbills/shipping-simulator-for-woocommerce/compare/2.3.2...2.3.3) + +- Tested up to WordPress 6.4 + ## 2.3.2 - 2023-09-22 [Source code changes](https://github.com/luizbills/shipping-simulator-for-woocommerce/compare/2.3.1...2.3.2) diff --git a/main.php b/main.php index abbe0ea..e790523 100644 --- a/main.php +++ b/main.php @@ -3,7 +3,7 @@ Plugin Name: Shipping Simulator for WooCommerce Plugin URI: https://github.com/luizbills/shipping-simulator-for-woocommerce Description: Allows your customers to calculate the shipping rates on the product page -Version: 2.3.2 +Version: 2.3.3 Requires at least: 4.9 Requires PHP: 7.4 Author: Luiz Bills diff --git a/readme.txt b/readme.txt index 7a0cd4f..17d6454 100644 --- a/readme.txt +++ b/readme.txt @@ -2,10 +2,10 @@ Contributors: luizbills Donate link: https://luizpb.com/donate/ Tags: woocommerce, shipping simulator, simulador de frete, brazil, brasil, calculadora de frete, shipping calculator, product -Stable tag: 2.3.2 +Stable tag: 2.3.3 Requires at least: 4.9 Requires PHP: 7.4 -Tested up to: 6.2 +Tested up to: 6.4 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -50,6 +50,10 @@ You can ask for help in the [Plugin Forum](https://wordpress.org/support/plugin/ == Changelog == += v2.3.3 = + +- Tested up to WordPress 6.4 + = v2.3.2 = - Fix: missing translation for some strings.