Skip to content

Commit

Permalink
Version 2.1.1b bump, changelog and .pot file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mattallan committed Nov 23, 2020
1 parent 1942189 commit 6e61d3f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions languages/woocommerce-gateway-paypal-express-checkout.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-gateway-paypal-express-checkout.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* 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.
* License: GNU General Public License v3.0
* 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
*/
/**
Expand All @@ -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.
Expand Down

0 comments on commit 6e61d3f

Please sign in to comment.