Skip to content

Commit

Permalink
Update changelog and version number for v2.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakmaurya committed Jul 13, 2020
1 parent 6187828 commit b7a4d24
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All of our plugins are now hosted on our own servers, giving us more freedom and

Please install the `Angell EYE Updater <https://www.angelleye.com/product/angelleye-updater-wordpress/>`_ in order to receive notices and automated updates going forward.

If you have any questions or concerns, please `create a ticket <www.angelleye.com/support>`_ and we'll be happy to get you taken care of.
If you have any questions or concerns, please `create a ticket <https://www.angelleye.com/support>`_ and we'll be happy to get you taken care of.

###################
Introduction
Expand Down
2 changes: 1 addition & 1 deletion i18n/languages/paypal-for-woocommerce-en_US.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the PayPal for WooCommerce package.
msgid ""
msgstr ""
"Project-Id-Version: PayPal for WooCommerce 2.2.9\n"
"Project-Id-Version: PayPal for WooCommerce 2.2.10\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/paypal-for-"
"woocommerce\n"
"POT-Creation-Date: 2020-07-08 14:57+0530\n"
Expand Down
2 changes: 1 addition & 1 deletion i18n/languages/paypal-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PayPal for WooCommerce 2.2.9\n"
"Project-Id-Version: PayPal for WooCommerce 2.2.10\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/paypal-for-"
"woocommerce\n"
"POT-Creation-Date: 2020-07-08 14:57+0530\n"
Expand Down
6 changes: 3 additions & 3 deletions paypal-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: 2.2.9
* Version: 2.2.10
* Author: Angell EYE
* Author URI: http://www.angelleye.com/
* License: GNU General Public License v3.0
Expand All @@ -15,7 +15,7 @@
* Requires at least: 5.0
* Tested up to: 5.4.2
* WC requires at least: 3.0.0
* WC tested up to: 4.2.2
* WC tested up to: 4.3.0
*
*************
* Attribution
Expand All @@ -39,7 +39,7 @@
define('PAYPAL_FOR_WOOCOMMERCE_ASSET_URL', plugin_dir_url(__FILE__));
}
if (!defined('VERSION_PFW')) {
define('VERSION_PFW', '2.2.9');
define('VERSION_PFW', '2.2.10');
}
if ( ! defined( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE' ) ) {
define( 'PAYPAL_FOR_WOOCOMMERCE_PLUGIN_FILE', __FILE__ );
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: woocommerce, paypal, express checkout, payments pro, angelleye, payflow, dodirectpayment, apple pay, google play, braintree, payments advanced, rest, credit cards, credit card payments, payments, payment
Requires at least: 5.0
Tested up to: 5.4.2
Stable tag: 2.2.9
Stable tag: 2.2.10
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -127,6 +127,12 @@ Automatic updates should work great for you. As always, though, we recommend ba

== Changelog ==

= 2.2.10 - 07.13.2020 =
* Fix - Smart button responsive issue resolved ([PFW-625](https://github.com/angelleye/paypal-woocommerce/pull/1473))
* Tweak - Translation file update ([PFW-647](https://github.com/angelleye/paypal-woocommerce/pull/1472))
* Fix - Billing address override issue resolved with Express Checkout ([PFW-652](https://github.com/angelleye/paypal-woocommerce/pull/1470))
* Fix - Allow users to Re-enable Smart Payment Buttons once it's disabled ([PFW-654](https://github.com/angelleye/paypal-woocommerce/pull/1471))

= 2.2.9 - 07.02.2020 =
* Fix - Resolves Special character issue with API password ([PFW-650](https://github.com/angelleye/paypal-woocommerce/pull/1469))

Expand Down

0 comments on commit b7a4d24

Please sign in to comment.