Skip to content

Commit

Permalink
Prepare for the stable tag 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
htdat authored and htdat committed Mar 3, 2017
1 parent 5150d9a commit b61c249
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inc/class-wooviet-admin-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public function admin_page_html() {
</td>
</tr>
<tr>
<th scope="row"><?php _e( 'Add cities for Vietnam', 'woo-viet' ) ?><br />
<th scope="row"><?php _e( 'Add districts for Vietnam', 'woo-viet' ) ?><br />
<i><?php _e( 'Require "Add provinces for Vietnam" active', 'woo-viet' ) ?></i>
</th>
<td>
Expand Down
15 changes: 12 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: htdat
Tags: WooCommerce Vietnam, vietnam, vietnamese, vietnam provinces, paypal for vietnam dong, vnd, vietnam dong, vietnam currency, vietnam customization
Requires at least: 4.3
Tested up to: 4.7
Tested up to: 4.7.2
Stable tag: 1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -19,14 +19,15 @@ Xem phiên bản tiếng Việt tại đây https://vi.wordpress.org/plugins/woo

* Change the VND currency symbol `đ` to anything, e.g: `VND`, `VNĐ`, `đồng`, etc.
* Add provinces for Vietnam when visitors select Vietnam as a country of the shipping (billing) address. This is not available in WooCommerce by default.
* Add districts to Vietnam provinces.
* Convert `000` of prices to `K` (or anything). E.g: `50000` (VND) will be `50K` (VND), or `50 thousand` (VND).
* Support `VND` for [the PayPal Standard gateway](https://docs.woocommerce.com/document/paypal-standard/). Convert `VND` prices to any PayPal supported currency before sending visitors to the PayPal pages.

= ROAD MAP =

In the future, this plugin will add more and more features for the Vietnam market:

* Integrate all districts to Vietnam provinces.
* Integrate all districts to Vietnam provinces. (available since 1.2)
* Integrate at least one solution for collecting money by phone cards.
* Integrate the Vietnam payment gateways like 1Pay, OnePay, BaoKim, Ngan Luong, etc.
* Integrate the Vietnam shipping solutions like ShipChung, Giaohangnhanh, ViettelPost, etc.
Expand Down Expand Up @@ -69,11 +70,19 @@ Follow these steps to install and use the plugin:

== Changelog ==

= 1.2 - 2017.03.03 =
* Integrate all districts to Vietnam provinces. Credits: [WC City Select by 8manos](https://github.com/8manos/wc-city-select) and [the Vietnam district data by 10h30](https://github.com/htdat/woo-viet/issues/4#issuecomment-277449462)

= 1.1 =
* Replace all “WooCommerce for Vietnam” to “Woo Viet”
* Replace all “woocomerce-for-vietnam” to “woo-viet”
* Re-upload to WordPress.org

= 1.0 =
* First release.
* Upload to WordPress.org
* Upload to WordPress.org

== Upgrade Notice ==

= 1.2 =
The new version 1.2 comes with the feature "Add districts to Vietnam provinces".
2 changes: 1 addition & 1 deletion woo-viet.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://profiles.wordpress.org/htdat
* Text Domain: woo-viet
* Domain Path: /languages
* Version: 1.2-dev
* Version: 1.2
* License: GPLv2+
*/

Expand Down

0 comments on commit b61c249

Please sign in to comment.