Skip to content

Commit

Permalink
Merge pull request #82 from luizbills/changelog-231
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills authored Sep 20, 2023
2 parents 48ac55d + 9f94afc commit 282d0bc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 2.3.1 - 2023-09-20

[Source code changes](https://github.com/luizbills/shipping-simulator-for-woocommerce/compare/2.3.0...2.3.1)

- Fix: Street name duplicated in customer address.

## 2.3.0 - 2023-09-19

[Source code changes](https://github.com/luizbills/shipping-simulator-for-woocommerce/compare/2.2.2...2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion main.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
Version: 2.3.1
Requires at least: 4.9
Requires PHP: 7.4
Author: Luiz Bills
Expand Down
9 changes: 3 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0
Stable tag: 2.3.1
Requires at least: 4.9
Requires PHP: 7.4
Tested up to: 6.2
Expand Down Expand Up @@ -50,12 +50,9 @@ You can ask for help in the [Plugin Forum](https://wordpress.org/support/plugin/

== Changelog ==

= v2.3.0 =
= v2.3.1 =

- 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.
- Fix: Street name duplicated in customer address.

[See changelog for all versions](https://github.com/luizbills/shipping-simulator-for-woocommerce/blob/main/CHANGELOG.md)

Expand Down

0 comments on commit 282d0bc

Please sign in to comment.