From d363a381055c9af49ba82e28f3c2a56d8915fe13 Mon Sep 17 00:00:00 2001 From: Luiz Bills Date: Tue, 19 Sep 2023 16:37:26 -0300 Subject: [PATCH] bump version and update changelog --- CHANGELOG.md | 11 ++++++++++- readme.txt | 9 ++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 665ab64..cd78753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,20 @@ All notable changes to this project will be documented in this file. +## 2.3.0 - 2023-09-19 + +[Source code changes](https://github.com/luizbills/shipping-simulator-for-woocommerce/compare/2.2.2...2.3.0) + +- Tweak: Now uses the [OpenCEP API](https://opencep.com/) to search addresses. +- Tweak: Renamed filter hook from `woocommerce_correios_get_estimating_delivery` to `wc_shipping_simulator_get_estimating_delivery`. +- Tweak: Delivery estimating will be shown for other delivery methods. +- Fix: street name was not updating. + ## 2.2.2 - 2023-08-14 [Source code changes](https://github.com/luizbills/shipping-simulator-for-woocommerce/compare/2.2.1...2.2.2) -- Tweak: Remove an uncessary internal check for variations. +- Tweak: Remove an uncessary internal check for variations. ## 2.2.1 - 2023-07-20 diff --git a/readme.txt b/readme.txt index 0445f3c..9f6a706 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ 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.2.2 +Stable tag: 2.3.0 Requires at least: 4.9 Requires PHP: 7.4 Tested up to: 6.2 @@ -50,9 +50,12 @@ You can ask for help in the [Plugin Forum](https://wordpress.org/support/plugin/ == Changelog == -= v2.2.2 = += v2.3.0 = -- Tweak: Remove an uncessary internal check for variations. +- Tweak: Now uses the [OpenCEP API](https://opencep.com/) to search addresses. +- Tweak: Renamed filter hook from `woocommerce_correios_get_estimating_delivery` to `wc_shipping_simulator_get_estimating_delivery`. +- Tweak: Delivery estimating will be shown for other delivery methods. +- Fix: street name was not updating. [See changelog for all versions](https://github.com/luizbills/shipping-simulator-for-woocommerce/blob/main/CHANGELOG.md)