Plugin Directory

Changeset 2835446


Ignore:
Timestamp:
12/17/2022 01:34:26 PM (3 years ago)
Author:
davexpression
Message:

Update to version 0.1.8 from GitHub

Location:
wc-checkoutplus
Files:
12 edited
1 copied

Legend:

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

    r2831507 r2835446  
    77Requires PHP: 7.4
    88Tested up to: 6.1
    9 Stable tag: 0.1.7
     9Stable tag: 0.1.8
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515== Description ==
     16A WooCommerce checkout field editor that is very easy to use. You can add unlimited custom fields to your WooCommerce checkout page. You can manage, enable, disable and customize the features of default fields as well.
    1617
    17 CheckoutPlus is the easiest way to add, edit, delete and manage checkout fields in any WooCommerce site.
     18### Why this WooCommerce Checkout Field Editor?
    1819
    19 You can now manage fields that appear in the billing, shipping and additional details sections of your WooCommerce checkout page.
     20#### Unlimited custom fields
    2021
    21 #### MAIN FEATURES
    22 - Add unlimited fields to the checkout page
     22No restriction on the number of custom fields you can add to your checkout page. Our plugin is free and you have access to add unlimited number of custom fields to Billing, Shipping and Additional fields sections.
    2323
    24 - Access to all available field types, no limitation
     24#### Access to all types of fields
    2525
    26 - Fields get saved as metadata of the each Order
     26Unlimited 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 - Optionally display fields in emails
     28```
     29* Text
     30* Textarea
     31* Select
     32* Radio
     33* Checkbox
     34* Password
     35* Email
     36* Date
     37* HTML
     38* Hidden Input
     39```
    2940
    30 - Optionally display fields in Order details table[^x]
     41#### Re-arrange woocommerce checkout fields
    3142
    32 - Conditional fields to manage the fields to display based on values of another[^x]
     43Determine the order in which your checkout fields will show up. You can simply drag the fields up and down to your desired location.
    3344
    34 - Forty-five (45) custom validation rules to make sure your data is what it should be[^x]
     45#### Sleek Admin Interface
    3546
    36 #### SIMPLICITY AND USABILITY
    37 CheckoutPlus is very simple and easy to use. We don't want you scratching your head to figure things out. The user interface is very unique and easy to follow. If you're facing any issues, just reach out to support.
     47We use sleek admin interface built in VueJS using cutting-edge technology to make your experience beautiful. It's responsiive and displays well on all devices.
    3848
    39 #### ROBUST DOCUMENTATION
    40 CheckoutPlus has an extensive, well written documentation that you can follow to get the best out of this plugin.
     49#### In-built Documentation Links
    4150
    42 #### FIELD TYPES
    43 Currently we support the following fields types. We're working to make sure more fields are added soon.
     51Right from your admin dashboard, you can conveniently browse documentation pages and click to learn more.
     52
     53#### Quick & Fast Support
     54
     55This plugin is free but we reply support tickets very quickly and politely. Do you have any question or want to know more, please click on the Support button above.
     56
     57#### Conditional Fields [^1]
     58
     59You can choose to make fields appear if other fields are available or have certain values. You can add multiple and unlimited custom fields to Checkoutplus woocommerce custom field editor.
     60
     61#### 45+ Validation Rules [^1]
     62By default WooCommerce comes with a few validation rules like `required` and `phone` but here we offer over 45+ custom validation rules.
     63```
     64If you only want to accept numbers you can just use `numerical` rule.
     65If you want to accept only letters, you can use `alpha` rule
     66If you want to accept date in any format, you can use the `date` rule.
     67If you want regular expression (regex), you can use it too.
     68```
     69
     70#### Page Display [^1]
     71You can choose to display your checkout fields values in your emails or order details page. Lots of options and possibilities with Checkoutplus - WooCommerce checkout field editor.
     72
     73For more information, please visit **validation** section here - [Documentation](https://pluginette.com/knowledgebase/checkoutplus/)
    4474
    4575
    46   Text
    47   Textarea
    48   Select
    49   Radio
    50   Checkbox
    51   Password
    52   Email
    53   Date
    54   HTML
    55   Hidden Input
     76> Watch the video below, see how it works
    5677
     78[youtube https://youtu.be/rn1kEI3gt3A]
    5779
    58 #### CUSTOM VALIDATION RULES
    59 Did you know CheckoutPlus offers **forty-five (45) custom validation rules**?
    60 If you only want to accept numbers you can just use `numerical` rule. If you want to accept only letters, you can use `alpha` rule and if you want to accept date in any format, you can use the `date` tag. Even if you want regex, you can use it too. For more information, please visit [validation rules](https://pluginette.com/knowledgebase/checkoutplus/18064-validation/)
    61 
    62 
    63 [^x]: This may be a pro feature.
     80<sub>[1]: This may be a pro feature.<sub>
     81[^1]: This may be a pro feature.
    6482
    6583== Installation ==
     
    7593== Frequently Asked Questions ==
    7694
     95= How do I access this editor? =
     96
     97Once installed please go to **WooCommerce > Checkout Fields** and you will see your CheckoutPlus editor
     98
     99= Are all the features above free? =
     100
     101All features are free except there is a footnote on it saying it's a pro feature.
     102
     103= Is there a documentation for this woocommerce checkout field editor? =
     104
     105Yes, here is the documentation URL - https://pluginette.com/knowledgebase/checkoutplus/
    77106
    78107== Screenshots ==
  • wc-checkoutplus/tags/0.1.8/vendor/autoload.php

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

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

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

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

    r2831507 r2835446  
    1111 * Plugin URI:        https://pluginette.com
    1212 * Description:       The easiest way to manage WooCommerce checkout fields
    13  * Version:           0.1.7
     13 * Version:           0.1.8
    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.7' );
     33define( 'CHECKOUTPLUS_VERSION', '0.1.8' );
    3434define( 'CHECKOUTPLUS_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3535define( 'CHECKOUTPLUS_DIR_URL', plugin_dir_url( __FILE__ ) );
  • wc-checkoutplus/trunk/README.txt

    r2831507 r2835446  
    77Requires PHP: 7.4
    88Tested up to: 6.1
    9 Stable tag: 0.1.7
     9Stable tag: 0.1.8
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1414
    1515== Description ==
     16A WooCommerce checkout field editor that is very easy to use. You can add unlimited custom fields to your WooCommerce checkout page. You can manage, enable, disable and customize the features of default fields as well.
    1617
    17 CheckoutPlus is the easiest way to add, edit, delete and manage checkout fields in any WooCommerce site.
     18### Why this WooCommerce Checkout Field Editor?
    1819
    19 You can now manage fields that appear in the billing, shipping and additional details sections of your WooCommerce checkout page.
     20#### Unlimited custom fields
    2021
    21 #### MAIN FEATURES
    22 - Add unlimited fields to the checkout page
     22No restriction on the number of custom fields you can add to your checkout page. Our plugin is free and you have access to add unlimited number of custom fields to Billing, Shipping and Additional fields sections.
    2323
    24 - Access to all available field types, no limitation
     24#### Access to all types of fields
    2525
    26 - Fields get saved as metadata of the each Order
     26Unlimited 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 - Optionally display fields in emails
     28```
     29* Text
     30* Textarea
     31* Select
     32* Radio
     33* Checkbox
     34* Password
     35* Email
     36* Date
     37* HTML
     38* Hidden Input
     39```
    2940
    30 - Optionally display fields in Order details table[^x]
     41#### Re-arrange woocommerce checkout fields
    3142
    32 - Conditional fields to manage the fields to display based on values of another[^x]
     43Determine the order in which your checkout fields will show up. You can simply drag the fields up and down to your desired location.
    3344
    34 - Forty-five (45) custom validation rules to make sure your data is what it should be[^x]
     45#### Sleek Admin Interface
    3546
    36 #### SIMPLICITY AND USABILITY
    37 CheckoutPlus is very simple and easy to use. We don't want you scratching your head to figure things out. The user interface is very unique and easy to follow. If you're facing any issues, just reach out to support.
     47We use sleek admin interface built in VueJS using cutting-edge technology to make your experience beautiful. It's responsiive and displays well on all devices.
    3848
    39 #### ROBUST DOCUMENTATION
    40 CheckoutPlus has an extensive, well written documentation that you can follow to get the best out of this plugin.
     49#### In-built Documentation Links
    4150
    42 #### FIELD TYPES
    43 Currently we support the following fields types. We're working to make sure more fields are added soon.
     51Right from your admin dashboard, you can conveniently browse documentation pages and click to learn more.
     52
     53#### Quick & Fast Support
     54
     55This plugin is free but we reply support tickets very quickly and politely. Do you have any question or want to know more, please click on the Support button above.
     56
     57#### Conditional Fields [^1]
     58
     59You can choose to make fields appear if other fields are available or have certain values. You can add multiple and unlimited custom fields to Checkoutplus woocommerce custom field editor.
     60
     61#### 45+ Validation Rules [^1]
     62By default WooCommerce comes with a few validation rules like `required` and `phone` but here we offer over 45+ custom validation rules.
     63```
     64If you only want to accept numbers you can just use `numerical` rule.
     65If you want to accept only letters, you can use `alpha` rule
     66If you want to accept date in any format, you can use the `date` rule.
     67If you want regular expression (regex), you can use it too.
     68```
     69
     70#### Page Display [^1]
     71You can choose to display your checkout fields values in your emails or order details page. Lots of options and possibilities with Checkoutplus - WooCommerce checkout field editor.
     72
     73For more information, please visit **validation** section here - [Documentation](https://pluginette.com/knowledgebase/checkoutplus/)
    4474
    4575
    46   Text
    47   Textarea
    48   Select
    49   Radio
    50   Checkbox
    51   Password
    52   Email
    53   Date
    54   HTML
    55   Hidden Input
     76> Watch the video below, see how it works
    5677
     78[youtube https://youtu.be/rn1kEI3gt3A]
    5779
    58 #### CUSTOM VALIDATION RULES
    59 Did you know CheckoutPlus offers **forty-five (45) custom validation rules**?
    60 If you only want to accept numbers you can just use `numerical` rule. If you want to accept only letters, you can use `alpha` rule and if you want to accept date in any format, you can use the `date` tag. Even if you want regex, you can use it too. For more information, please visit [validation rules](https://pluginette.com/knowledgebase/checkoutplus/18064-validation/)
    61 
    62 
    63 [^x]: This may be a pro feature.
     80<sub>[1]: This may be a pro feature.<sub>
     81[^1]: This may be a pro feature.
    6482
    6583== Installation ==
     
    7593== Frequently Asked Questions ==
    7694
     95= How do I access this editor? =
     96
     97Once installed please go to **WooCommerce > Checkout Fields** and you will see your CheckoutPlus editor
     98
     99= Are all the features above free? =
     100
     101All features are free except there is a footnote on it saying it's a pro feature.
     102
     103= Is there a documentation for this woocommerce checkout field editor? =
     104
     105Yes, here is the documentation URL - https://pluginette.com/knowledgebase/checkoutplus/
    77106
    78107== Screenshots ==
  • wc-checkoutplus/trunk/vendor/autoload.php

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

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

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

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

    r2831507 r2835446  
    1111 * Plugin URI:        https://pluginette.com
    1212 * Description:       The easiest way to manage WooCommerce checkout fields
    13  * Version:           0.1.7
     13 * Version:           0.1.8
    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.7' );
     33define( 'CHECKOUTPLUS_VERSION', '0.1.8' );
    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.