mirror of
https://github.com/10h30/woo-viet.git
synced 2026-07-19 06:33:55 +09:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 621f52167b | |||
| 5d06fda9a9 | |||
| 5cff285182 |
@@ -6,7 +6,7 @@
|
|||||||
|Tags| WooCommerce Vietnam, vietnam, vietnamese, vietnam provinces, paypal for vietnam dong, vnd, vietnam dong, vietnam currency, vietnam customization |
|
|Tags| WooCommerce Vietnam, vietnam, vietnamese, vietnam provinces, paypal for vietnam dong, vnd, vietnam dong, vietnam currency, vietnam customization |
|
||||||
| Requires at least | 4.3 |
|
| Requires at least | 4.3 |
|
||||||
| Tested up to | 4.7 |
|
| Tested up to | 4.7 |
|
||||||
| Stable tag | 1.2 |
|
| Stable tag | 1.3 |
|
||||||
| License | GPLv2 or later |
|
| License | GPLv2 or later |
|
||||||
| License URI | https://www.gnu.org/licenses/gpl-2.0.html |
|
| License URI | https://www.gnu.org/licenses/gpl-2.0.html |
|
||||||
|
|
||||||
@@ -22,8 +22,10 @@ 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.
|
* 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 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).
|
* 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.
|
* 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.
|
||||||
|
* Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/).
|
||||||
|
|
||||||
## ROAD MAP
|
## ROAD MAP
|
||||||
|
|
||||||
@@ -72,6 +74,12 @@ Follow these steps to install and use the plugin:
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.3 - 2017.04.22
|
||||||
|
* Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/)
|
||||||
|
|
||||||
|
### 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
|
### 1.1
|
||||||
* Replace all “WooCommerce for Vietnam” to “Woo Viet”
|
* Replace all “WooCommerce for Vietnam” to “Woo Viet”
|
||||||
* Replace all “woocomerce-for-vietnam” to “woo-viet”
|
* Replace all “woocomerce-for-vietnam” to “woo-viet”
|
||||||
@@ -79,4 +87,4 @@ Follow these steps to install and use the plugin:
|
|||||||
|
|
||||||
### 1.0
|
### 1.0
|
||||||
* First release.
|
* First release.
|
||||||
* Upload to WordPress.org
|
* Upload to WordPress.org
|
||||||
+14
-4
@@ -1,9 +1,9 @@
|
|||||||
=== Woo Viet - WooCommerce for Vietnam ===
|
=== Woo Viet - WooCommerce for Vietnam ===
|
||||||
Contributors: htdat
|
Contributors: htdat
|
||||||
Tags: WooCommerce Vietnam, vietnam, vietnamese, vietnam provinces, paypal for vietnam dong, vnd, vietnam dong, vietnam currency, vietnam customization
|
Tags: OnePay WooCommerce, OnePay Vietnam, WooCommerce Vietnam, vietnam, vietnamese, vietnam provinces, paypal for vietnam dong, vnd, vietnam dong, vietnam currency, vietnam customization
|
||||||
Requires at least: 4.3
|
Requires at least: 4.3
|
||||||
Tested up to: 4.7.2
|
Tested up to: 4.7.4
|
||||||
Stable tag: 1.2
|
Stable tag: 1.3
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@@ -15,6 +15,9 @@ Add features to WooCommerce stores having anything related to Vietnam: currency,
|
|||||||
|
|
||||||
Xem phiên bản tiếng Việt tại đây https://vi.wordpress.org/plugins/woo-viet/
|
Xem phiên bản tiếng Việt tại đây https://vi.wordpress.org/plugins/woo-viet/
|
||||||
|
|
||||||
|
**NEW FEATURE**:
|
||||||
|
Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/).
|
||||||
|
|
||||||
= FEATURES =
|
= FEATURES =
|
||||||
|
|
||||||
* Change the VND currency symbol `đ` to anything, e.g: `VND`, `VNĐ`, `đồng`, etc.
|
* Change the VND currency symbol `đ` to anything, e.g: `VND`, `VNĐ`, `đồng`, etc.
|
||||||
@@ -22,6 +25,7 @@ Xem phiên bản tiếng Việt tại đây https://vi.wordpress.org/plugins/woo
|
|||||||
* Add districts to Vietnam provinces.
|
* 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).
|
* 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.
|
* 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.
|
||||||
|
* Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/).
|
||||||
|
|
||||||
= ROAD MAP =
|
= ROAD MAP =
|
||||||
|
|
||||||
@@ -65,11 +69,14 @@ Follow these steps to install and use the plugin:
|
|||||||
|
|
||||||
1. The settings page under WooCommerce -> Woo Viet.
|
1. The settings page under WooCommerce -> Woo Viet.
|
||||||
2. Prices are changed to "K", and the symbol is now "VND".
|
2. Prices are changed to "K", and the symbol is now "VND".
|
||||||
3. List provinces when selecting Vietnam.
|
3. List provinces and districts when selecting Vietnam.
|
||||||
4. Let clients know about the currency conversion before switching to the PayPal pages.
|
4. Let clients know about the currency conversion before switching to the PayPal pages.
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.3 - 2017.04.22 =
|
||||||
|
* Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/).
|
||||||
|
|
||||||
= 1.2 - 2017.03.03 =
|
= 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)
|
* 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)
|
||||||
|
|
||||||
@@ -84,5 +91,8 @@ Follow these steps to install and use the plugin:
|
|||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
|
= 1.3 =
|
||||||
|
The new version 1.2 comes with the feature "Add the OnePay domestic (local ATM cards) gateway]"
|
||||||
|
|
||||||
= 1.2 =
|
= 1.2 =
|
||||||
The new version 1.2 comes with the feature "Add districts to Vietnam provinces".
|
The new version 1.2 comes with the feature "Add districts to Vietnam provinces".
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
* Author URI: https://profiles.wordpress.org/htdat
|
* Author URI: https://profiles.wordpress.org/htdat
|
||||||
* Text Domain: woo-viet
|
* Text Domain: woo-viet
|
||||||
* Domain Path: /languages
|
* Domain Path: /languages
|
||||||
* Version: 1.3-dev
|
* Version: 1.3
|
||||||
* License: GPLv2+
|
* License: GPLv2+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user