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

Commit 3de4479

Browse files
committed
Update main plugin file for 0.1.0.
1 parent dd40dab commit 3de4479

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0
6+
* Version: 0.1.0
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.0' );
39+
$plugin = new WC_Gateway_PPEC_Plugin( __FILE__, '0.1.0' );
4040
}
4141

4242
return $plugin;

0 commit comments

Comments
 (0)