diff --git a/paypal-for-woocommerce.php b/paypal-for-woocommerce.php index 7fba60ff5..a5b0913f4 100644 --- a/paypal-for-woocommerce.php +++ b/paypal-for-woocommerce.php @@ -4,7 +4,7 @@ * Plugin Name: PayPal for WooCommerce * Plugin URI: http://www.angelleye.com/product/paypal-for-woocommerce-plugin/ * Description: Easily enable PayPal Express Checkout, PayPal Pro, PayPal Advanced, PayPal REST, and PayPal Braintree. Each option is available separately so you can enable them individually. - * Version: 1.4.8.10 + * Version: 1.4.9 * Author: Angell EYE * Author URI: http://www.angelleye.com/ * License: GNU General Public License v3.0 @@ -13,9 +13,9 @@ * Domain Path: /i18n/languages/ * GitHub Plugin URI: https://github.com/angelleye/paypal-woocommerce * Requires at least: 3.8 - * Tested up to: 4.9.5 + * Tested up to: 4.9.6 * WC requires at least: 3.0.0 - * WC tested up to: 3.3.5 + * WC tested up to: 3.4 * ************* * Attribution @@ -39,7 +39,7 @@ define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__)); } if (!defined('VERSION_PFW')) { - define('VERSION_PFW', '1.4.8.10'); + define('VERSION_PFW', '1.4.9'); } if ( ! defined( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' ) ) { define( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ ); diff --git a/readme.txt b/readme.txt index ed87808b7..807520888 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: angelleye, angelleyesupport, Umangvaghela Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SG9SQU2GBXJNA Tags: woocommerce, paypal, express checkout, payments pro, angelleye, payflow, dodirectpayment, braintree, payments advanced, rest, credit cards, credit card payments, payments, payment Requires at least: 3.8 -Tested up to: 4.9.4 -Stable tag: 1.4.8.10 +Tested up to: 4.9.6 +Stable tag: 1.4.9 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -127,7 +127,7 @@ Automatic updates should work great for you. As always, though, we recommend ba == Changelog == -= 1.4.9 - 05.xx.2018 = += 1.4.9 - 05.23.2018 = * Feature - Upgrades Braintree SDK from v2 to v3. ([#1101](https://github.com/angelleye/paypal-woocommerce/issues/1101)) ([#1122](https://github.com/angelleye/paypal-woocommerce/issues/1122)) * Feature - Adds setting to include a custom message below the page header on the Express Checkout review page. ([#1119](https://github.com/angelleye/paypal-woocommerce/issues/1119)) * Feature - Adds default sandbox credentials for PayFlow so you don't have to setup your own test account for sandbox testing. ([#962](https://github.com/angelleye/paypal-woocommerce/issues/962))