Skip to content

Commit

Permalink
Updates details for v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
angelleye committed Jul 9, 2019
1 parent 1114c45 commit f9efada
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 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.2.1
Stable tag: 0.5.1
Tested up to: 5.2.2
Stable tag: 0.5.2
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -86,6 +86,9 @@ From here you can process it using credit card, PayPal invoice, cash, etc. just

== Changelog ==

= 0.5.2 - 07.09.2019 =
* Tweak - Minor adjustment to PayPal API requests.

= 0.5.1 - 05.31.2019 =
* Tweak - Updates WordPress and WooCommerce version compatibility.

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.5.1';
$this->version = '0.5.2';
}
$this->plugin_name = 'woo-paypal-here';
$this->load_dependencies();
Expand Down
8 changes: 4 additions & 4 deletions woo-paypal-here.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
* 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.5.1
* Version: 0.5.2
* Author: Angell EYE
* Author URI: https://www.angelleye.com
* License: GPL-3.0+
* License URI: http://www.gnu.org/licenses/gpl-3.0.txt
* Text Domain: woo-paypal-here
* Domain Path: /languages
* Tested up to: 5.2.1
* Tested up to: 5.2.2
* WC requires at least: 3.0.0
* WC tested up to: 3.6.4
* WC tested up to: 3.6.5
*/

// If this file is called directly, abort.
if (!defined('WPINC')) {
die;
}

define('WOO_PAYPAL_HERE_VERSION', '0.5.1');
define('WOO_PAYPAL_HERE_VERSION', '0.5.2');
if (!defined('WOO_PAYPAL_HERE_PLUGIN_DIR')) {
define('WOO_PAYPAL_HERE_PLUGIN_DIR', dirname(__FILE__));
}
Expand Down

0 comments on commit f9efada

Please sign in to comment.