Changeset 2835446
- Timestamp:
- 12/17/2022 01:34:26 PM (3 years ago)
- Location:
- wc-checkoutplus
- Files:
-
- 12 edited
- 1 copied
-
tags/0.1.8 (copied) (copied from wc-checkoutplus/trunk)
-
tags/0.1.8/README.txt (modified) (3 diffs)
-
tags/0.1.8/vendor/autoload.php (modified) (1 diff)
-
tags/0.1.8/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/0.1.8/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/0.1.8/vendor/composer/installed.php (modified) (2 diffs)
-
tags/0.1.8/wc-checkoutplus.php (modified) (2 diffs)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/wc-checkoutplus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wc-checkoutplus/tags/0.1.8/README.txt
r2831507 r2835446 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.1 9 Stable tag: 0.1. 79 Stable tag: 0.1.8 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 15 15 == Description == 16 A 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. 16 17 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? 18 19 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 20 21 21 #### MAIN FEATURES 22 - Add unlimited fields to the checkout page 22 No 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. 23 23 24 - Access to all available field types, no limitation 24 #### Access to all types of fields 25 25 26 - Fields get saved as metadata of the each Order 26 Unlimited 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 27 27 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 ``` 29 40 30 - Optionally display fields in Order details table[^x] 41 #### Re-arrange woocommerce checkout fields 31 42 32 - Conditional fields to manage the fields to display based on values of another[^x] 43 Determine the order in which your checkout fields will show up. You can simply drag the fields up and down to your desired location. 33 44 34 - Forty-five (45) custom validation rules to make sure your data is what it should be[^x] 45 #### Sleek Admin Interface 35 46 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. 47 We 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. 38 48 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 41 50 42 #### FIELD TYPES 43 Currently we support the following fields types. We're working to make sure more fields are added soon. 51 Right from your admin dashboard, you can conveniently browse documentation pages and click to learn more. 52 53 #### Quick & Fast Support 54 55 This 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 59 You 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] 62 By default WooCommerce comes with a few validation rules like `required` and `phone` but here we offer over 45+ custom validation rules. 63 ``` 64 If you only want to accept numbers you can just use `numerical` rule. 65 If you want to accept only letters, you can use `alpha` rule 66 If you want to accept date in any format, you can use the `date` rule. 67 If you want regular expression (regex), you can use it too. 68 ``` 69 70 #### Page Display [^1] 71 You 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 73 For more information, please visit **validation** section here - [Documentation](https://pluginette.com/knowledgebase/checkoutplus/) 44 74 45 75 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 56 77 78 [youtube https://youtu.be/rn1kEI3gt3A] 57 79 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. 64 82 65 83 == Installation == … … 75 93 == Frequently Asked Questions == 76 94 95 = How do I access this editor? = 96 97 Once installed please go to **WooCommerce > Checkout Fields** and you will see your CheckoutPlus editor 98 99 = Are all the features above free? = 100 101 All 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 105 Yes, here is the documentation URL - https://pluginette.com/knowledgebase/checkoutplus/ 77 106 78 107 == Screenshots == -
wc-checkoutplus/tags/0.1.8/vendor/autoload.php
r2831507 r2835446 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit e2375e13723472a28499d599dc86128a::getLoader();25 return ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c::getLoader(); -
wc-checkoutplus/tags/0.1.8/vendor/composer/autoload_real.php
r2831507 r2835446 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit e2375e13723472a28499d599dc86128a5 class ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit e2375e13723472a28499d599dc86128a', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit e2375e13723472a28499d599dc86128a', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit e2375e13723472a28499d599dc86128a::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
wc-checkoutplus/tags/0.1.8/vendor/composer/autoload_static.php
r2831507 r2835446 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit e2375e13723472a28499d599dc86128a7 class ComposerStaticInit7cfea782e25a69a20a3d210302f7393c 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 33 33 { 34 34 return \Closure::bind(function () use ($loader) { 35 $loader->prefixLengthsPsr4 = ComposerStaticInit e2375e13723472a28499d599dc86128a::$prefixLengthsPsr4;36 $loader->prefixDirsPsr4 = ComposerStaticInit e2375e13723472a28499d599dc86128a::$prefixDirsPsr4;37 $loader->classMap = ComposerStaticInit e2375e13723472a28499d599dc86128a::$classMap;35 $loader->prefixLengthsPsr4 = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$prefixLengthsPsr4; 36 $loader->prefixDirsPsr4 = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$prefixDirsPsr4; 37 $loader->classMap = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$classMap; 38 38 39 39 }, null, ClassLoader::class); -
wc-checkoutplus/tags/0.1.8/vendor/composer/installed.php
r2831507 r2835446 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugins', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 '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', 26 26 'type' => 'wordpress-plugins', 27 27 'install_path' => __DIR__ . '/../../', -
wc-checkoutplus/tags/0.1.8/wc-checkoutplus.php
r2831507 r2835446 11 11 * Plugin URI: https://pluginette.com 12 12 * Description: The easiest way to manage WooCommerce checkout fields 13 * Version: 0.1. 713 * Version: 0.1.8 14 14 * Requires at least: 5.2 15 15 * Requires PHP: 7.4 … … 31 31 * Rename this for your plugin and update it as you release new versions. 32 32 */ 33 define( 'CHECKOUTPLUS_VERSION', '0.1. 7' );33 define( 'CHECKOUTPLUS_VERSION', '0.1.8' ); 34 34 define( 'CHECKOUTPLUS_DIR_PATH', plugin_dir_path( __FILE__ ) ); 35 35 define( 'CHECKOUTPLUS_DIR_URL', plugin_dir_url( __FILE__ ) ); -
wc-checkoutplus/trunk/README.txt
r2831507 r2835446 7 7 Requires PHP: 7.4 8 8 Tested up to: 6.1 9 Stable tag: 0.1. 79 Stable tag: 0.1.8 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 14 14 15 15 == Description == 16 A 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. 16 17 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? 18 19 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 20 21 21 #### MAIN FEATURES 22 - Add unlimited fields to the checkout page 22 No 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. 23 23 24 - Access to all available field types, no limitation 24 #### Access to all types of fields 25 25 26 - Fields get saved as metadata of the each Order 26 Unlimited 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 27 27 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 ``` 29 40 30 - Optionally display fields in Order details table[^x] 41 #### Re-arrange woocommerce checkout fields 31 42 32 - Conditional fields to manage the fields to display based on values of another[^x] 43 Determine the order in which your checkout fields will show up. You can simply drag the fields up and down to your desired location. 33 44 34 - Forty-five (45) custom validation rules to make sure your data is what it should be[^x] 45 #### Sleek Admin Interface 35 46 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. 47 We 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. 38 48 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 41 50 42 #### FIELD TYPES 43 Currently we support the following fields types. We're working to make sure more fields are added soon. 51 Right from your admin dashboard, you can conveniently browse documentation pages and click to learn more. 52 53 #### Quick & Fast Support 54 55 This 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 59 You 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] 62 By default WooCommerce comes with a few validation rules like `required` and `phone` but here we offer over 45+ custom validation rules. 63 ``` 64 If you only want to accept numbers you can just use `numerical` rule. 65 If you want to accept only letters, you can use `alpha` rule 66 If you want to accept date in any format, you can use the `date` rule. 67 If you want regular expression (regex), you can use it too. 68 ``` 69 70 #### Page Display [^1] 71 You 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 73 For more information, please visit **validation** section here - [Documentation](https://pluginette.com/knowledgebase/checkoutplus/) 44 74 45 75 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 56 77 78 [youtube https://youtu.be/rn1kEI3gt3A] 57 79 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. 64 82 65 83 == Installation == … … 75 93 == Frequently Asked Questions == 76 94 95 = How do I access this editor? = 96 97 Once installed please go to **WooCommerce > Checkout Fields** and you will see your CheckoutPlus editor 98 99 = Are all the features above free? = 100 101 All 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 105 Yes, here is the documentation URL - https://pluginette.com/knowledgebase/checkoutplus/ 77 106 78 107 == Screenshots == -
wc-checkoutplus/trunk/vendor/autoload.php
r2831507 r2835446 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit e2375e13723472a28499d599dc86128a::getLoader();25 return ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c::getLoader(); -
wc-checkoutplus/trunk/vendor/composer/autoload_real.php
r2831507 r2835446 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit e2375e13723472a28499d599dc86128a5 class ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit e2375e13723472a28499d599dc86128a', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit e2375e13723472a28499d599dc86128a', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit7cfea782e25a69a20a3d210302f7393c', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit e2375e13723472a28499d599dc86128a::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
wc-checkoutplus/trunk/vendor/composer/autoload_static.php
r2831507 r2835446 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit e2375e13723472a28499d599dc86128a7 class ComposerStaticInit7cfea782e25a69a20a3d210302f7393c 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 33 33 { 34 34 return \Closure::bind(function () use ($loader) { 35 $loader->prefixLengthsPsr4 = ComposerStaticInit e2375e13723472a28499d599dc86128a::$prefixLengthsPsr4;36 $loader->prefixDirsPsr4 = ComposerStaticInit e2375e13723472a28499d599dc86128a::$prefixDirsPsr4;37 $loader->classMap = ComposerStaticInit e2375e13723472a28499d599dc86128a::$classMap;35 $loader->prefixLengthsPsr4 = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$prefixLengthsPsr4; 36 $loader->prefixDirsPsr4 = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$prefixDirsPsr4; 37 $loader->classMap = ComposerStaticInit7cfea782e25a69a20a3d210302f7393c::$classMap; 38 38 39 39 }, null, ClassLoader::class); -
wc-checkoutplus/trunk/vendor/composer/installed.php
r2831507 r2835446 2 2 'root' => array( 3 3 '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', 7 7 'type' => 'wordpress-plugins', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 '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', 26 26 'type' => 'wordpress-plugins', 27 27 'install_path' => __DIR__ . '/../../', -
wc-checkoutplus/trunk/wc-checkoutplus.php
r2831507 r2835446 11 11 * Plugin URI: https://pluginette.com 12 12 * Description: The easiest way to manage WooCommerce checkout fields 13 * Version: 0.1. 713 * Version: 0.1.8 14 14 * Requires at least: 5.2 15 15 * Requires PHP: 7.4 … … 31 31 * Rename this for your plugin and update it as you release new versions. 32 32 */ 33 define( 'CHECKOUTPLUS_VERSION', '0.1. 7' );33 define( 'CHECKOUTPLUS_VERSION', '0.1.8' ); 34 34 define( 'CHECKOUTPLUS_DIR_PATH', plugin_dir_path( __FILE__ ) ); 35 35 define( 'CHECKOUTPLUS_DIR_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.