Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit ef13fc1

Browse files
committed
Bump version and update changelog for 1.0.2.
1 parent ecc9992 commit ef13fc1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: automattic, woothemes, akeda, dwainm, royho, allendav, slash1andy,
33
Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, store, sales, sell, shop, shopping, cart, checkout, configurable, paypal
44
Requires at least: 4.4
55
Tested up to: 4.4
6-
Stable tag: 1.0.1
6+
Stable tag: 1.0.2
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -80,6 +80,14 @@ New feature requests and bugs reports can be made in the plugin forum.
8080

8181
== Changelog ==
8282

83+
= 1.0.2
84+
85+
* Fix - Strip out HTML tags from item descriptions to prevent warning from PayPal
86+
* Fix - Issue of incorrect plugin's setting link from admin plugins page when using WooCommerce 2.6
87+
* Tweak - Make enabled option to default to true
88+
* Fix - Issue of missing help icon when plugin directory is not the same as plugin's slug.
89+
* Tweak - Add admin notice to setup / connect after plugin is activated.
90+
8391
= 1.0.1
8492
* Fix - Make sure OpenSSL is installed with 1.0.1 as the minium required version, otherwise display warning
8593
* Fix - Make sure cURL transport is available for WP HTTP API, otherwise display warning

woocommerce-gateway-paypal-express-checkout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WooCommerce PayPal Express Checkout Gateway
44
* Plugin URI: https://woothemes.com
55
* Description: A payment gateway for PayPal Express Checkout ( https://www.paypal.com/us/webapps/mpp/express-checkout ). Requires WC 2.5+
6-
* Version: 1.0.1
6+
* Version: 1.0.2
77
* Author: Automattic/WooCommerce
88
* Author URI: https://woocommerce.com
99
* Copyright: © 2016 WooCommerce / PayPal.
@@ -36,7 +36,7 @@ function wc_gateway_ppec() {
3636
if ( ! isset( $plugin ) ) {
3737
require_once( 'includes/class-wc-gateway-ppec-plugin.php' );
3838

39-
$plugin = new WC_Gateway_PPEC_Plugin( __FILE__, '1.0.1' );
39+
$plugin = new WC_Gateway_PPEC_Plugin( __FILE__, '1.0.2' );
4040
}
4141

4242
return $plugin;

0 commit comments

Comments
 (0)