Skip to content

Commit

Permalink
Updates details for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angelleye committed May 31, 2019
1 parent 6170703 commit fb1ef26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 =
Expand Down
2 changes: 1 addition & 1 deletion includes/class-woo-paypal-here.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions woo-paypal-here.php
Original file line number Diff line number Diff line change
Expand Up @@ -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+
Expand All @@ -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__));
}
Expand Down

0 comments on commit fb1ef26

Please sign in to comment.