Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 6e61d3f

Browse files
author
mattallan
committed
Version 2.1.1b bump, changelog and .pot file updates
1 parent 1942189 commit 6e61d3f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
*** Changelog ***
22

3+
= 2.1.1 - 2020-11-24 =
4+
* Fix - Update the bundle.pem file to use the certificates from PayPal. PR#822
5+
* Tweak - PHP 8.0 compatibility. PR#837
6+
37
= 2.1.0 - 2020-10-06 =
48
* New - Add support for PayPal Credit messaging. PR#810
59
* Fix - Hide the "Pay Later" funding method when "PayPal Credit" is disabled. PR#811

languages/woocommerce-gateway-paypal-express-checkout.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the same license as the WooCommerce PayPal Checkout Gateway plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce PayPal Checkout Gateway 2.1.0\n"
5+
"Project-Id-Version: WooCommerce PayPal Checkout Gateway 2.1.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woocommerce-gateway-paypal-express-checkout\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2020-10-06T13:02:34+10:00\n"
12+
"POT-Creation-Date: 2020-11-23T22:15:57+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.4.0\n"
1515
"X-Domain: woocommerce-gateway-paypal-express-checkout\n"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-paypal-express-checkout",
33
"title": "WooCommerce Gateway PayPal Express Checkout",
4-
"version": "2.1.0",
4+
"version": "2.1.1",
55
"license": "GPL-3.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/",
77
"repository": {

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sa
44
Requires at least: 4.4
55
Tested up to: 5.5
66
Requires PHP: 5.5
7-
Stable tag: 2.1.0
7+
Stable tag: 2.1.1
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -102,6 +102,10 @@ Please use this to inform us about bugs, or make contributions via PRs.
102102

103103
== Changelog ==
104104

105+
= 2.1.1 - 2020-11-24 =
106+
* Fix - Update the bundle.pem file to use the certificates from PayPal. PR#822
107+
* Tweak - PHP 8.0 compatibility. PR#837
108+
105109
= 2.1.0 - 2020-10-06 =
106110
* New - Add support for PayPal Credit messaging. PR#810
107111
* Fix - Hide the "Pay Later" funding method when "PayPal Credit" is disabled. PR#811

woocommerce-gateway-paypal-express-checkout.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* Plugin Name: WooCommerce PayPal Checkout Gateway
44
* Plugin URI: https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/
55
* 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.
6-
* Version: 2.1.0
6+
* Version: 2.1.1
77
* Author: WooCommerce
88
* Author URI: https://woocommerce.com
99
* Copyright: © 2019 WooCommerce / PayPal.
1010
* License: GNU General Public License v3.0
1111
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
1212
* Text Domain: woocommerce-gateway-paypal-express-checkout
1313
* Domain Path: /languages
14-
* WC tested up to: 4.5
14+
* WC tested up to: 4.7
1515
* WC requires at least: 2.6
1616
*/
1717
/**
@@ -27,7 +27,7 @@
2727
exit; // Exit if accessed directly
2828
}
2929

30-
define( 'WC_GATEWAY_PPEC_VERSION', '2.1.0' );
30+
define( 'WC_GATEWAY_PPEC_VERSION', '2.1.1' );
3131

3232
/**
3333
* Return instance of WC_Gateway_PPEC_Plugin.

0 commit comments

Comments
 (0)