Changeset 2291747
- Timestamp:
- 04/25/2020 07:51:00 PM (6 years ago)
- Location:
- wc-express-checkout
- Files:
-
- 5 edited
- 18 copied
-
tags/1.0.1 (copied) (copied from wc-express-checkout/trunk)
-
tags/1.0.1/assets (copied) (copied from wc-express-checkout/trunk/assets)
-
tags/1.0.1/assets/banner-772x250.png (copied) (copied from wc-express-checkout/trunk/assets/banner-772x250.png)
-
tags/1.0.1/assets/icon-128x128.png (copied) (copied from wc-express-checkout/trunk/assets/icon-128x128.png)
-
tags/1.0.1/assets/icon-256x256.png (copied) (copied from wc-express-checkout/trunk/assets/icon-256x256.png)
-
tags/1.0.1/assets/icon.png (copied) (copied from wc-express-checkout/trunk/assets/icon.png)
-
tags/1.0.1/banner-772x250.png (copied) (copied from wc-express-checkout/trunk/banner-772x250.png)
-
tags/1.0.1/classes (copied) (copied from wc-express-checkout/trunk/classes)
-
tags/1.0.1/classes/class-woocommerce-express-checkout-settings.php (modified) (1 diff)
-
tags/1.0.1/express-checkout-for-woocommerce.php (copied) (copied from wc-express-checkout/trunk/express-checkout-for-woocommerce.php) (2 diffs)
-
tags/1.0.1/icon-128x128.png (copied) (copied from wc-express-checkout/trunk/icon-128x128.png)
-
tags/1.0.1/icon-256x256.png (copied) (copied from wc-express-checkout/trunk/icon-256x256.png)
-
tags/1.0.1/icon.png (copied) (copied from wc-express-checkout/trunk/icon.png)
-
tags/1.0.1/readme.md (copied) (copied from wc-express-checkout/trunk/readme.md) (1 diff)
-
tags/1.0.1/readme.txt (copied) (copied from wc-express-checkout/trunk/readme.txt) (1 diff)
-
tags/1.0.1/screenshot-1.png (copied) (copied from wc-express-checkout/trunk/screenshot-1.png)
-
tags/1.0.1/screenshot-2.png (copied) (copied from wc-express-checkout/trunk/screenshot-2.png)
-
tags/1.0.1/screenshot-3.png (copied) (copied from wc-express-checkout/trunk/screenshot-3.png)
-
tags/1.0.1/templates (copied) (copied from wc-express-checkout/trunk/templates)
-
trunk/classes/class-woocommerce-express-checkout-settings.php (modified) (1 diff)
-
trunk/express-checkout-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wc-express-checkout/tags/1.0.1/classes/class-woocommerce-express-checkout-settings.php
r2290477 r2291747 70 70 require_once ABSPATH . 'wp-admin/includes/plugin.php'; 71 71 } 72 $all_plugins = get_plugins();73 $active_plugins = get_option( 'active_plugins' );74 $plugins = array();75 foreach ( $active_plugins as $index => $plugin ) {76 if ( array_key_exists( $plugin, $all_plugins ) && ! in_array( $plugin, woocommerce_express_checkout_helper()->skip_plugins(), true ) ) {77 $plugins[ $plugin ] = $all_plugins[ $plugin ]['Name'];78 }79 }80 72 $settings = array( 81 73 'section_title' => array( -
wc-express-checkout/tags/1.0.1/express-checkout-for-woocommerce.php
r2290477 r2291747 4 4 * Plugin URI: https://expresscheckout.app/ 5 5 * Description: Express Checkout instantly converts the default WooCommerce checkout into a beautiful, high converting checkout experience for your customers. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: expresscheckout 8 8 * Author URI: http://expresscheckout.app/ … … 14 14 * Woo: 12345:342928dfsfhsf8429842374wdf4234sfd 15 15 * WC requires at least: 2.2 16 * WC tested up to: 2.316 * WC tested up to: 4 17 17 * 18 18 * Copyright: © 2009-2019 WooCommerce. -
wc-express-checkout/tags/1.0.1/readme.md
r2290477 r2291747 3 3 Author: expresscheckout 4 4 Tags: woocommerce, checkout, pay, payment, cart, express checkout 5 Requires at least: 4.4or higher6 Tested up to: 5. 3.25 Requires at least: 5.2 or higher 6 Tested up to: 5.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
wc-express-checkout/tags/1.0.1/readme.txt
r2290477 r2291747 3 3 Author: expresscheckout 4 4 Tags: woocommerce, checkout, pay, payment, cart, express checkout 5 Requires at least: 4.4or higher6 Tested up to: 5. 3.25 Requires at least: 5.2 or higher 6 Tested up to: 5.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
wc-express-checkout/trunk/classes/class-woocommerce-express-checkout-settings.php
r2290477 r2291747 70 70 require_once ABSPATH . 'wp-admin/includes/plugin.php'; 71 71 } 72 $all_plugins = get_plugins();73 $active_plugins = get_option( 'active_plugins' );74 $plugins = array();75 foreach ( $active_plugins as $index => $plugin ) {76 if ( array_key_exists( $plugin, $all_plugins ) && ! in_array( $plugin, woocommerce_express_checkout_helper()->skip_plugins(), true ) ) {77 $plugins[ $plugin ] = $all_plugins[ $plugin ]['Name'];78 }79 }80 72 $settings = array( 81 73 'section_title' => array( -
wc-express-checkout/trunk/express-checkout-for-woocommerce.php
r2290477 r2291747 4 4 * Plugin URI: https://expresscheckout.app/ 5 5 * Description: Express Checkout instantly converts the default WooCommerce checkout into a beautiful, high converting checkout experience for your customers. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: expresscheckout 8 8 * Author URI: http://expresscheckout.app/ … … 14 14 * Woo: 12345:342928dfsfhsf8429842374wdf4234sfd 15 15 * WC requires at least: 2.2 16 * WC tested up to: 2.316 * WC tested up to: 4 17 17 * 18 18 * Copyright: © 2009-2019 WooCommerce. -
wc-express-checkout/trunk/readme.md
r2290477 r2291747 3 3 Author: expresscheckout 4 4 Tags: woocommerce, checkout, pay, payment, cart, express checkout 5 Requires at least: 4.4or higher6 Tested up to: 5. 3.25 Requires at least: 5.2 or higher 6 Tested up to: 5.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
wc-express-checkout/trunk/readme.txt
r2290477 r2291747 3 3 Author: expresscheckout 4 4 Tags: woocommerce, checkout, pay, payment, cart, express checkout 5 Requires at least: 4.4or higher6 Tested up to: 5. 3.25 Requires at least: 5.2 or higher 6 Tested up to: 5.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.