Plugin Directory

Changeset 2835474


Ignore:
Timestamp:
12/17/2022 04:17:09 PM (3 years ago)
Author:
davexpression
Message:

Update to version 0.1.9 from GitHub

Location:
wc-checkoutplus
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wc-checkoutplus/tags/0.1.9/README.txt

    r2835446 r2835474  
    77Requires PHP: 7.4
    88Tested up to: 6.1
    9 Stable tag: 0.1.8
     9Stable tag: 0.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626Unlimited access to **ALL** field types from text input to HTML fields, including checkboxes and radios. The following filed types are currently available and more are being added regularly
    2727
    28 ```
     28~~~~
    2929* Text
    3030* Textarea
     
    3737* HTML
    3838* Hidden Input
    39 ```
     39~~~~
    4040
    4141#### Re-arrange woocommerce checkout fields
     
    6161#### 45+ Validation Rules [^1]
    6262By default WooCommerce comes with a few validation rules like `required` and `phone` but here we offer over 45+ custom validation rules.
    63 ```
     63
     64~~~~
    6465If you only want to accept numbers you can just use `numerical` rule.
    6566If you want to accept only letters, you can use `alpha` rule
    6667If you want to accept date in any format, you can use the `date` rule.
    6768If you want regular expression (regex), you can use it too.
    68 ```
     69~~~~
    6970
    7071#### Page Display [^1]
     
    7879[youtube https://youtu.be/rn1kEI3gt3A]
    7980
    80 <sub>[1]: This may be a pro feature.<sub>
    8181[^1]: This may be a pro feature.
    8282
  • wc-checkoutplus/tags/0.1.9/vendor/autoload.php

    r2835446 r2835474  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c::getLoader();
     25return ComposerAutoloaderInitb3b764242138f3d6aec4f9241ab4c76d::getLoader();
  • wc-checkoutplus/tags/0.1.9/vendor/composer/autoload_real.php

    r2835446 r2835474  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c
     5class ComposerAutoloaderInitb3b764242138f3d6aec4f9241ab4c76d
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitb3b764242138f3d6aec4f9241ab4c76d', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitb3b764242138f3d6aec4f9241ab4c76d', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • wc-checkoutplus/tags/0.1.9/vendor/composer/autoload_static.php

    r2835446 r2835474  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit7cfea782e25a69a20a3d210302f7393c
     7class ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3333    {
    3434        return \Closure::bind(function () use ($loader) {
    35             $loader->prefixLengthsPsr4 = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$prefixLengthsPsr4;
    36             $loader->prefixDirsPsr4 = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$prefixDirsPsr4;
    37             $loader->classMap = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$classMap;
     35            $loader->prefixLengthsPsr4 = ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d::$prefixLengthsPsr4;
     36            $loader->prefixDirsPsr4 = ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d::$prefixDirsPsr4;
     37            $loader->classMap = ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d::$classMap;
    3838
    3939        }, null, ClassLoader::class);
  • wc-checkoutplus/tags/0.1.9/vendor/composer/installed.php

    r2835446 r2835474  
    22    'root' => array(
    33        'name' => 'figarts/checkoutplus',
    4         'pretty_version' => '0.1.8',
    5         'version' => '0.1.8.0',
    6         'reference' => '0e9bc4e07fa40cf1048c040f62a5f9bfb8056367',
     4        'pretty_version' => '0.1.9',
     5        'version' => '0.1.9.0',
     6        'reference' => 'e86eef6551259e078739cf71fd1326fc19375e57',
    77        'type' => 'wordpress-plugins',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'figarts/checkoutplus' => array(
    23             'pretty_version' => '0.1.8',
    24             'version' => '0.1.8.0',
    25             'reference' => '0e9bc4e07fa40cf1048c040f62a5f9bfb8056367',
     23            'pretty_version' => '0.1.9',
     24            'version' => '0.1.9.0',
     25            'reference' => 'e86eef6551259e078739cf71fd1326fc19375e57',
    2626            'type' => 'wordpress-plugins',
    2727            'install_path' => __DIR__ . '/../../',
  • wc-checkoutplus/tags/0.1.9/wc-checkoutplus.php

    r2835446 r2835474  
    1111 * Plugin URI:        https://pluginette.com
    1212 * Description:       The easiest way to manage WooCommerce checkout fields
    13  * Version:           0.1.8
     13 * Version:           0.1.9
    1414 * Requires at least: 5.2
    1515 * Requires PHP:      7.4
     
    3131 * Rename this for your plugin and update it as you release new versions.
    3232 */
    33 define( 'CHECKOUTPLUS_VERSION', '0.1.8' );
     33define( 'CHECKOUTPLUS_VERSION', '0.1.9' );
    3434define( 'CHECKOUTPLUS_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3535define( 'CHECKOUTPLUS_DIR_URL', plugin_dir_url( __FILE__ ) );
  • wc-checkoutplus/trunk/README.txt

    r2835446 r2835474  
    77Requires PHP: 7.4
    88Tested up to: 6.1
    9 Stable tag: 0.1.8
     9Stable tag: 0.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2626Unlimited access to **ALL** field types from text input to HTML fields, including checkboxes and radios. The following filed types are currently available and more are being added regularly
    2727
    28 ```
     28~~~~
    2929* Text
    3030* Textarea
     
    3737* HTML
    3838* Hidden Input
    39 ```
     39~~~~
    4040
    4141#### Re-arrange woocommerce checkout fields
     
    6161#### 45+ Validation Rules [^1]
    6262By default WooCommerce comes with a few validation rules like `required` and `phone` but here we offer over 45+ custom validation rules.
    63 ```
     63
     64~~~~
    6465If you only want to accept numbers you can just use `numerical` rule.
    6566If you want to accept only letters, you can use `alpha` rule
    6667If you want to accept date in any format, you can use the `date` rule.
    6768If you want regular expression (regex), you can use it too.
    68 ```
     69~~~~
    6970
    7071#### Page Display [^1]
     
    7879[youtube https://youtu.be/rn1kEI3gt3A]
    7980
    80 <sub>[1]: This may be a pro feature.<sub>
    8181[^1]: This may be a pro feature.
    8282
  • wc-checkoutplus/trunk/vendor/autoload.php

    r2835446 r2835474  
    2323require_once __DIR__ . '/composer/autoload_real.php';
    2424
    25 return ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c::getLoader();
     25return ComposerAutoloaderInitb3b764242138f3d6aec4f9241ab4c76d::getLoader();
  • wc-checkoutplus/trunk/vendor/composer/autoload_real.php

    r2835446 r2835474  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c
     5class ComposerAutoloaderInitb3b764242138f3d6aec4f9241ab4c76d
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInitb3b764242138f3d6aec4f9241ab4c76d', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInitb3b764242138f3d6aec4f9241ab4c76d', 'loadClassLoader'));
    3030
    3131        require __DIR__ . '/autoload_static.php';
    32         call_user_func(\Composer\Autoload\ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::getInitializer($loader));
     32        call_user_func(\Composer\Autoload\ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d::getInitializer($loader));
    3333
    3434        $loader->register(true);
  • wc-checkoutplus/trunk/vendor/composer/autoload_static.php

    r2835446 r2835474  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit7cfea782e25a69a20a3d210302f7393c
     7class ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    3333    {
    3434        return \Closure::bind(function () use ($loader) {
    35             $loader->prefixLengthsPsr4 = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$prefixLengthsPsr4;
    36             $loader->prefixDirsPsr4 = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$prefixDirsPsr4;
    37             $loader->classMap = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$classMap;
     35            $loader->prefixLengthsPsr4 = ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d::$prefixLengthsPsr4;
     36            $loader->prefixDirsPsr4 = ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d::$prefixDirsPsr4;
     37            $loader->classMap = ComposerStaticInitb3b764242138f3d6aec4f9241ab4c76d::$classMap;
    3838
    3939        }, null, ClassLoader::class);
  • wc-checkoutplus/trunk/vendor/composer/installed.php

    r2835446 r2835474  
    22    'root' => array(
    33        'name' => 'figarts/checkoutplus',
    4         'pretty_version' => '0.1.8',
    5         'version' => '0.1.8.0',
    6         'reference' => '0e9bc4e07fa40cf1048c040f62a5f9bfb8056367',
     4        'pretty_version' => '0.1.9',
     5        'version' => '0.1.9.0',
     6        'reference' => 'e86eef6551259e078739cf71fd1326fc19375e57',
    77        'type' => 'wordpress-plugins',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        'figarts/checkoutplus' => array(
    23             'pretty_version' => '0.1.8',
    24             'version' => '0.1.8.0',
    25             'reference' => '0e9bc4e07fa40cf1048c040f62a5f9bfb8056367',
     23            'pretty_version' => '0.1.9',
     24            'version' => '0.1.9.0',
     25            'reference' => 'e86eef6551259e078739cf71fd1326fc19375e57',
    2626            'type' => 'wordpress-plugins',
    2727            'install_path' => __DIR__ . '/../../',
  • wc-checkoutplus/trunk/wc-checkoutplus.php

    r2835446 r2835474  
    1111 * Plugin URI:        https://pluginette.com
    1212 * Description:       The easiest way to manage WooCommerce checkout fields
    13  * Version:           0.1.8
     13 * Version:           0.1.9
    1414 * Requires at least: 5.2
    1515 * Requires PHP:      7.4
     
    3131 * Rename this for your plugin and update it as you release new versions.
    3232 */
    33 define( 'CHECKOUTPLUS_VERSION', '0.1.8' );
     33define( 'CHECKOUTPLUS_VERSION', '0.1.9' );
    3434define( 'CHECKOUTPLUS_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3535define( 'CHECKOUTPLUS_DIR_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.