diff --git a/README.txt b/README.txt index 00ac65b..a7d4601 100644 --- a/README.txt +++ b/README.txt @@ -3,8 +3,8 @@ Contributors: angelleye Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QGCKWPXUEKRPW Tags: woocommerce, paypal, paypal here, credit card, swipe, pos, point of sale Requires at least: 3.0.1 -Tested up to: 5.1.1 -Stable tag: 0.4.0 +Tested up to: 5.2.1 +Stable tag: 0.5.0 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -86,7 +86,7 @@ From here you can process it using credit card, PayPal invoice, cash, etc. just == Changelog == -= 0.5.0 - xx.xx.2019 = += 0.5.0 - 05.31.2019 = * Feature - Adds AE notification system. ([PHWOO-54](https://github.com/angelleye/woo-paypal-here/pull/73)) = 0.4.0 - 04.04.2019 = diff --git a/includes/class-woo-paypal-here.php b/includes/class-woo-paypal-here.php index 973d962..248aa21 100644 --- a/includes/class-woo-paypal-here.php +++ b/includes/class-woo-paypal-here.php @@ -57,7 +57,7 @@ public function __construct() { if (defined('WOO_PAYPAL_HERE_VERSION')) { $this->version = WOO_PAYPAL_HERE_VERSION; } else { - $this->version = '0.4.0'; + $this->version = '0.5.0'; } $this->plugin_name = 'woo-paypal-here'; $this->load_dependencies(); diff --git a/woo-paypal-here.php b/woo-paypal-here.php index a8b6441..ba8376d 100644 --- a/woo-paypal-here.php +++ b/woo-paypal-here.php @@ -9,7 +9,7 @@ * Plugin Name: PayPal Here for WooCommerce * Plugin URI: https://www.angelleye.com/woo-paypal-here * Description: Process WooCommerce orders with PayPal Here, or create new orders from the mobile app using WooCommerce data and sync the order back to WooCommerce. - * Version: 0.4.0 + * Version: 0.5.0 * Author: Angell EYE * Author URI: https://www.angelleye.com * License: GPL-3.0+ @@ -26,7 +26,7 @@ die; } -define('WOO_PAYPAL_HERE_VERSION', '0.4.0'); +define('WOO_PAYPAL_HERE_VERSION', '0.5.0'); if (!defined('WOO_PAYPAL_HERE_PLUGIN_DIR')) { define('WOO_PAYPAL_HERE_PLUGIN_DIR', dirname(__FILE__)); }