mirror of
https://github.com/10h30/woo-viet.git
synced 2026-06-05 15:09:49 +09:00
@@ -8,6 +8,13 @@ Xem phiên bản tiếng Việt tại đây https://vi.wordpress.org/plugins/woo
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.5.0 - 2020.09.10
|
||||||
|
|
||||||
|
* Add the OnePay international gateway #74
|
||||||
|
* Add Order Button texts in OnePay gateway setting pages. (Commit 3c818d3)
|
||||||
|
* Add rating and support links in the end of the settings page #30
|
||||||
|
* Fix two issues related to supporting VND for PayPal Checkout #77
|
||||||
|
|
||||||
### 1.4.5 - 2019.10.22
|
### 1.4.5 - 2019.10.22
|
||||||
|
|
||||||
* Fix VND for PP Standard: wrong currency and gross (total) price in email confirmation #65
|
* Fix VND for PP Standard: wrong currency and gross (total) price in email confirmation #65
|
||||||
|
|||||||
+10
-4
@@ -2,9 +2,9 @@
|
|||||||
Contributors: htdat, thup90, longnguyen
|
Contributors: htdat, thup90, longnguyen
|
||||||
Tags: OnePay WooCommerce, OnePay Vietnam, 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: 5.2.4
|
Tested up to: 5.5.1
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Stable tag: 1.4.5
|
Stable tag: 1.5.0
|
||||||
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
|
||||||
|
|
||||||
@@ -25,14 +25,16 @@ Xem phiên bản tiếng Việt tại đây [https://vi.wordpress.org/plugins/wo
|
|||||||
* 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.
|
||||||
* Support `VND` for [the PayPal Express Checkout gateway](https://docs.woocommerce.com/document/paypal-express-checkout/).
|
* Support `VND` for [the PayPal Express Checkout gateway](https://docs.woocommerce.com/document/paypal-express-checkout/).
|
||||||
* Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/). Implement all methods in [the official documents](https://mtf.onepay.vn/developer/?page=modul_noidia_php): QueryDR, IPN, and Return URL.
|
* Add [the OnePay domestic (local ATM cards) gateway](http://onepay.com.vn/). Implement all methods in [the official documents](https://mtf.onepay.vn/developer/?page=modul_noidia_php): QueryDR, IPN, and Return URL.
|
||||||
|
* Add [the OnePay international (Visa, Master, JCB, Amex cards) gateway](http://onepay.com.vn/). Implement all methods in [the official documents](https://mtf.onepay.vn/developer/?page=modul_quocte_php): QueryDR, IPN, and Return URL.
|
||||||
|
|
||||||
|
|
||||||
= ROAD MAP =
|
= ROAD MAP =
|
||||||
|
|
||||||
In the future, this plugin will add more and more features for the Vietnam market:
|
In the future, this plugin will add more and more features for the Vietnam market:
|
||||||
|
|
||||||
* Integrate at least one solution for collecting money by phone cards.
|
* 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 payment gateways like Momo, VNPay, BaoKim, Ngan Luong, etc.
|
||||||
* Integrate the Vietnam shipping solutions like ShipChung, Giaohangnhanh, ViettelPost, etc.
|
* Integrate the Vietnam shipping solutions like Giaohangnhanh, Giao Hang Tiet Kiem, VNPost, ViettelPost, etc.
|
||||||
|
|
||||||
= WHERE CAN I CONTRIBUTE MY CODE OR IDEA? =
|
= WHERE CAN I CONTRIBUTE MY CODE OR IDEA? =
|
||||||
|
|
||||||
@@ -77,6 +79,10 @@ See all change logs on [GitHub repo](https://github.com/htdat/woo-viet#changelog
|
|||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
|
= 1.5.0 =
|
||||||
|
|
||||||
|
Version 1.5.0 comes with a new gateway OnePay International and other small improvements.
|
||||||
|
|
||||||
= 1.4 =
|
= 1.4 =
|
||||||
|
|
||||||
Version 1.4 arranges the address fields to the Vietnam standard (Country - Province - District - Address), supports VND for PayPal Express Checkout, and fixes issues on PayPal Standard and OnePay Domestic gateways.
|
Version 1.4 arranges the address fields to the Vietnam standard (Country - Province - District - Address), supports VND for PayPal Express Checkout, and fixes issues on PayPal Standard and OnePay Domestic gateways.
|
||||||
|
|||||||
+2
-2
@@ -7,9 +7,9 @@
|
|||||||
* 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.5.0-dev
|
* Version: 1.5.0
|
||||||
*
|
*
|
||||||
* WC requires at least: 2.6
|
* WC requires at least: 3.0
|
||||||
* WC tested up to: 4.4.1
|
* WC tested up to: 4.4.1
|
||||||
*
|
*
|
||||||
* License: GPLv2+
|
* License: GPLv2+
|
||||||
|
|||||||
Reference in New Issue
Block a user