Skip to content

Commit

Permalink
Tagging v1.2.2
Browse files Browse the repository at this point in the history
* Add six new countries:
    * Algeria (DZ): Departments (Wilaya) and Municipalities (Baladiyahs) (thanks to [Walid Yacine MAZED](https://github.com/w-mazed))
    * Brazil (BR): States and Municipalities ([country request](chitezh#35) - issue chitezh#35)
    * Nicaragua (NI): Departments and Cities (thanks to [ahc505](https://github.com/ahc505))
    * Russia (RU): States and Cities (thanks to [Sarge Madovsky](https://github.com/SargeMadovsky))
    * Spain (ES):
    * Tunisia (TN): Governorates (thanks to [Anouar Ben Saad](https://github.com/anouarbensaad))
  * Updated 2 countries:
    * Chile (CL): states codes (thanks to [Luis Urrutia](https://github.com/LuisUrrutia))
    * Guatemala (GT): missing municipalities (thanks to [macnomo](https://github.com/macnomo))
  * Added localization to "States" and "City" field labels
  • Loading branch information
YordanSoares committed Mar 22, 2020
1 parent f8b76d4 commit 48cd31a
Show file tree
Hide file tree
Showing 20 changed files with 8,115 additions and 63 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
.svn/
.idea/
.svn/
32 changes: 25 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ This WooCommerce plugin transforms the text input for states, the city or town.
This will be shown in checkout pages, edit addresses pages, shipping calculator, etc.

## Supported Countries
* Algeria
* Brasil
* Chile
* Guatemala
* Nicaragua
* Nigeria
* Panama
* Russia
* Tunisia
* Venezuela

## Requirements
Expand Down Expand Up @@ -43,7 +48,7 @@ If on the off-chance you do encounter issues with the shop/category pages after
Kindly create an issue stating the bug and how you caught it [chitezh/woocommerce_states_places](https://github.com/chitezh/woocommerce_states_places/issues/new)

### Can I suggest a new place or location?
Yes, you can always suggest or request new locations by creating an issue [chitezh/woocommerce_states_places](https://github.com/chitezh/woocommerce_states_places/issues/new).
Yes, you can always suggest or request new locations by creating an issue in [chitezh/woocommerce_states_places](https://github.com/chitezh/woocommerce_states_places/issues/new). Please refer to the [Country Codes](https://github.com/woocommerce/woocommerce/blob/master/i18n/countries.php) using by WooCommerce.

### How do I contribute to the project?
You extend the plugin to cover countries, states and places. we accept pull requests.
Expand Down Expand Up @@ -80,22 +85,35 @@ Fork the repo and make changes to /trunk. Consider reading [Wordpress F.A.Q.](ht
- Luis Sebastian Urrutia Fuentes - [LuisUrrutia](https://github.com/LuisUrrutia)
- Yordan Soares - [YordanSoares](https://github.com/YordanSoares)


## Changelog
* 1.2.2
* Add six new countries:
* Algeria (DZ): Departments (Wilaya) and Municipalities (Baladiyahs) (thanks to [Walid Yacine MAZED](https://github.com/w-mazed))
* Brazil (BR): States and Municipalities ([country request](https://github.com/chitezh/woocommerce_states_places/issues/35) - issue #35)
* Nicaragua (NI): Departments and Cities (thanks to [ahc505](https://github.com/ahc505))
* Russia (RU): States and Cities (thanks to [Sarge Madovsky](https://github.com/SargeMadovsky))
* Spain (ES):
* Tunisia (TN): Governorates (thanks to [Anouar Ben Saad](https://github.com/anouarbensaad))
* Updated 2 countries:
* Chile (CL): states codes (thanks to [Luis Urrutia](https://github.com/LuisUrrutia))
* Guatemala (GT): missing municipalities (thanks to [macnomo](https://github.com/macnomo))
* Added localization to "States" and "City" field labels
* 1.2.1
* Add two new countries places: Panama (PA) and Venezuela (VE).
* Add two new countries:
* Panama (PA): Provinces, Districts and Corregimientos
* Venezuela (VE): States and Municipalities (with their capitals)
* Invert the order of State and City fields to have more sense with the steps of form.
* Fix text domain in plugin header comment (states-cities-and-places-for-woocommerce).
* Fix some typos and strings without translation functions.
* 1.2.0
* 07/02/2019 Add Guatemala
* 07/02/2019 Add new country: Guatemala (GT).
* 1.1.1
* 28/08/2018 Update Chilean states and cities (16 states, no numbers).
* 28/08/2018 Update Chilean (CL) states and cities (16 states, no numbers).
* 1.1.0
* 09/07/2017 Add Chilean states
* 09/07/2017 Add Chilean (CL) states.
* 1.0.2
* 10/08/2016 Change author name.
* 1.0.1
* 10/08/2016 Update readme.
* 1.0.0
* 15/07/2016 First release.
* 15/07/2016 First release.
4 changes: 2 additions & 2 deletions trunk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Tags: woocommerce, states, cities, local government, dropdown, city, city select
Requires at least: 4.7.14
Tested up to: 5.4
Requires PHP: 7.0
Stable tag: 1.2.1
Stable tag: 1.2.2
WC requires at least: 3.0.x
WC tested up to: 4.0.0
WC tested up to: 4.0.1
License: GPLv2 or later
License URI: [http://www.gnu.org/licenses/gpl-2.0.html](http://www.gnu.org/licenses/gpl-2.0.html)

Expand Down
Loading

0 comments on commit 48cd31a

Please sign in to comment.