diff --git a/changelog.txt b/changelog.txt index 8e4cc9ac..60569c49 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ *** Changelog *** += 2.1.1 - 2020-11-24 = +* Fix - Update the bundle.pem file to use the certificates from PayPal. PR#822 +* Tweak - PHP 8.0 compatibility. PR#837 + = 2.1.0 - 2020-10-06 = * New - Add support for PayPal Credit messaging. PR#810 * Fix - Hide the "Pay Later" funding method when "PayPal Credit" is disabled. PR#811 diff --git a/languages/woocommerce-gateway-paypal-express-checkout.pot b/languages/woocommerce-gateway-paypal-express-checkout.pot index a0370b10..24d35efa 100644 --- a/languages/woocommerce-gateway-paypal-express-checkout.pot +++ b/languages/woocommerce-gateway-paypal-express-checkout.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the WooCommerce PayPal Checkout Gateway plugin. msgid "" msgstr "" -"Project-Id-Version: WooCommerce PayPal Checkout Gateway 2.1.0\n" +"Project-Id-Version: WooCommerce PayPal Checkout Gateway 2.1.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2020-10-06T13:02:34+10:00\n" +"POT-Creation-Date: 2020-11-23T22:15:57+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.4.0\n" "X-Domain: woocommerce-gateway-paypal-express-checkout\n" diff --git a/package.json b/package.json index 8ad95819..db2f1063 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-paypal-express-checkout", "title": "WooCommerce Gateway PayPal Express Checkout", - "version": "2.1.0", + "version": "2.1.1", "license": "GPL-3.0", "homepage": "https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/", "repository": { diff --git a/readme.txt b/readme.txt index fd6db12d..4f534cfe 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sa Requires at least: 4.4 Tested up to: 5.5 Requires PHP: 5.5 -Stable tag: 2.1.0 +Stable tag: 2.1.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -102,6 +102,10 @@ Please use this to inform us about bugs, or make contributions via PRs. == Changelog == += 2.1.1 - 2020-11-24 = +* Fix - Update the bundle.pem file to use the certificates from PayPal. PR#822 +* Tweak - PHP 8.0 compatibility. PR#837 + = 2.1.0 - 2020-10-06 = * New - Add support for PayPal Credit messaging. PR#810 * Fix - Hide the "Pay Later" funding method when "PayPal Credit" is disabled. PR#811 diff --git a/woocommerce-gateway-paypal-express-checkout.php b/woocommerce-gateway-paypal-express-checkout.php index 2361e845..206aa997 100644 --- a/woocommerce-gateway-paypal-express-checkout.php +++ b/woocommerce-gateway-paypal-express-checkout.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce PayPal Checkout Gateway * Plugin URI: https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/ * Description: Accept all major credit and debit cards, plus Venmo and PayPal Credit in the US, presenting options in a customizable stack of payment buttons. Fast, seamless, and flexible. - * Version: 2.1.0 + * Version: 2.1.1 * Author: WooCommerce * Author URI: https://woocommerce.com * Copyright: © 2019 WooCommerce / PayPal. @@ -11,7 +11,7 @@ * License URI: http://www.gnu.org/licenses/gpl-3.0.html * Text Domain: woocommerce-gateway-paypal-express-checkout * Domain Path: /languages - * WC tested up to: 4.5 + * WC tested up to: 4.7 * WC requires at least: 2.6 */ /** @@ -27,7 +27,7 @@ exit; // Exit if accessed directly } -define( 'WC_GATEWAY_PPEC_VERSION', '2.1.0' ); +define( 'WC_GATEWAY_PPEC_VERSION', '2.1.1' ); /** * Return instance of WC_Gateway_PPEC_Plugin.