Plugin Directory

Changeset 2291747


Ignore:
Timestamp:
04/25/2020 07:51:00 PM (6 years ago)
Author:
expresscheckout
Message:

Adding version 1.0.1

Location:
wc-express-checkout
Files:
5 edited
18 copied

Legend:

Unmodified
Added
Removed
  • wc-express-checkout/tags/1.0.1/classes/class-woocommerce-express-checkout-settings.php

    r2290477 r2291747  
    7070             require_once ABSPATH . 'wp-admin/includes/plugin.php';
    7171         }
    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         }
    8072        $settings = array(
    8173            'section_title'    => array(
  • wc-express-checkout/tags/1.0.1/express-checkout-for-woocommerce.php

    r2290477 r2291747  
    44 * Plugin URI: https://expresscheckout.app/
    55 * Description: Express Checkout instantly converts the default WooCommerce checkout into a beautiful, high converting checkout experience for your customers.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: expresscheckout
    88 * Author URI: http://expresscheckout.app/
     
    1414 * Woo: 12345:342928dfsfhsf8429842374wdf4234sfd
    1515 * WC requires at least: 2.2
    16  * WC tested up to: 2.3
     16 * WC tested up to: 4
    1717 *
    1818 * Copyright: © 2009-2019 WooCommerce.
  • wc-express-checkout/tags/1.0.1/readme.md

    r2290477 r2291747  
    33Author: expresscheckout
    44Tags: woocommerce, checkout, pay, payment, cart, express checkout
    5 Requires at least: 4.4 or higher
    6 Tested up to: 5.3.2
     5Requires at least: 5.2 or higher
     6Tested up to: 5.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • wc-express-checkout/tags/1.0.1/readme.txt

    r2290477 r2291747  
    33Author: expresscheckout
    44Tags: woocommerce, checkout, pay, payment, cart, express checkout
    5 Requires at least: 4.4 or higher
    6 Tested up to: 5.3.2
     5Requires at least: 5.2 or higher
     6Tested up to: 5.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • wc-express-checkout/trunk/classes/class-woocommerce-express-checkout-settings.php

    r2290477 r2291747  
    7070             require_once ABSPATH . 'wp-admin/includes/plugin.php';
    7171         }
    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         }
    8072        $settings = array(
    8173            'section_title'    => array(
  • wc-express-checkout/trunk/express-checkout-for-woocommerce.php

    r2290477 r2291747  
    44 * Plugin URI: https://expresscheckout.app/
    55 * Description: Express Checkout instantly converts the default WooCommerce checkout into a beautiful, high converting checkout experience for your customers.
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: expresscheckout
    88 * Author URI: http://expresscheckout.app/
     
    1414 * Woo: 12345:342928dfsfhsf8429842374wdf4234sfd
    1515 * WC requires at least: 2.2
    16  * WC tested up to: 2.3
     16 * WC tested up to: 4
    1717 *
    1818 * Copyright: © 2009-2019 WooCommerce.
  • wc-express-checkout/trunk/readme.md

    r2290477 r2291747  
    33Author: expresscheckout
    44Tags: woocommerce, checkout, pay, payment, cart, express checkout
    5 Requires at least: 4.4 or higher
    6 Tested up to: 5.3.2
     5Requires at least: 5.2 or higher
     6Tested up to: 5.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • wc-express-checkout/trunk/readme.txt

    r2290477 r2291747  
    33Author: expresscheckout
    44Tags: woocommerce, checkout, pay, payment, cart, express checkout
    5 Requires at least: 4.4 or higher
    6 Tested up to: 5.3.2
     5Requires at least: 5.2 or higher
     6Tested up to: 5.4
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.