WooCommerce PayPal Powered by Braintree Payment Gateway - Version 2.1.4

Version Description

Download this release

Release Info

Developer cshultz88
Plugin Icon 128x128 WooCommerce PayPal Powered by Braintree Payment Gateway
Version 2.1.4
Comparing to
See all releases

Code changes from version 2.1.3 to 2.1.4

assets/images/button/connect-braintree.png CHANGED
File without changes
assets/images/button/connect-braintree@2x.png CHANGED
File without changes
assets/images/button/connect-braintree@3x.png CHANGED
File without changes
class-wc-braintree.php CHANGED
@@ -88,7 +88,7 @@ class WC_Braintree extends WC_Braintree_Framework\SV_WC_Payment_Gateway_Plugin {
88
 
89
 
90
  /** plugin version number */
91
- const VERSION = '2.1.3';
92
 
93
  /** @var WC_Braintree single instance of this plugin */
94
  protected static $instance;
88
 
89
 
90
  /** plugin version number */
91
+ const VERSION = '2.1.4';
92
 
93
  /** @var WC_Braintree single instance of this plugin */
94
  protected static $instance;
lib/skyverge/woocommerce/changelog.txt CHANGED
File without changes
lib/skyverge/woocommerce/class-sv-wc-helper.php CHANGED
File without changes
lib/skyverge/woocommerce/class-sv-wc-plugin-compatibility.php CHANGED
File without changes
lib/skyverge/woocommerce/class-sv-wp-admin-message-handler.php CHANGED
File without changes
lib/skyverge/woocommerce/compatibility/class-sv-wc-order-compatibility.php CHANGED
File without changes
lib/skyverge/woocommerce/compatibility/class-sv-wc-product-compatibility.php CHANGED
File without changes
lib/skyverge/woocommerce/payment-gateway/class-sv-wc-payment-gateway.php CHANGED
File without changes
lib/ssl/api_braintreegateway_com.ca.crt CHANGED
File without changes
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sa
4
  Requires at least: 4.4
5
  Tested up to: 4.9.7
6
  Requires PHP: 5.4
7
- Stable tag: 2.1.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -123,6 +123,9 @@ New feature requests and bugs reports can be made in the plugin forum.
123
 
124
  == Changelog ==
125
 
 
 
 
126
  = 2018.08.01 - version 2.1.3 =
127
  * Tweak - Generalize the PayPal link error to allow for different PayPal button colors
128
  * Fix - Ensure PayPal charges can still be captured when the Credit Card gateway is disabled
4
  Requires at least: 4.4
5
  Tested up to: 4.9.7
6
  Requires PHP: 5.4
7
+ Stable tag: 2.1.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
123
 
124
  == Changelog ==
125
 
126
+ = 2018.10.17 - version 2.1.4 =
127
+ * Misc - Add support for WooCommerce 3.5
128
+
129
  = 2018.08.01 - version 2.1.3 =
130
  * Tweak - Generalize the PayPal link error to allow for different PayPal button colors
131
  * Fix - Ensure PayPal charges can still be captured when the Credit Card gateway is disabled
woocommerce-gateway-paypal-powered-by-braintree.php CHANGED
@@ -5,12 +5,12 @@
5
  * Description: Receive credit card or PayPal payments using Paypal Powered by Braintree. A server with cURL, SSL support, and a valid SSL certificate is required (for security reasons) for this gateway to function. Requires PHP 5.4+
6
  * Author: WooCommerce
7
  * Author URI: http://woocommerce.com/
8
- * Version: 2.1.3
9
  * Text Domain: woocommerce-gateway-paypal-powered-by-braintree
10
  * Domain Path: /i18n/languages/
11
  *
12
  * WC requires at least: 2.5.5
13
- * WC tested up to: 3.4.4
14
  *
15
  * Copyright (c) 2016-2018, Automattic, Inc.
16
  *
5
  * Description: Receive credit card or PayPal payments using Paypal Powered by Braintree. A server with cURL, SSL support, and a valid SSL certificate is required (for security reasons) for this gateway to function. Requires PHP 5.4+
6
  * Author: WooCommerce
7
  * Author URI: http://woocommerce.com/
8
+ * Version: 2.1.4
9
  * Text Domain: woocommerce-gateway-paypal-powered-by-braintree
10
  * Domain Path: /i18n/languages/
11
  *
12
  * WC requires at least: 2.5.5
13
+ * WC tested up to: 3.5
14
  *
15
  * Copyright (c) 2016-2018, Automattic, Inc.
16
  *