Changeset 3324673
- Timestamp:
- 07/09/2025 04:54:38 AM (9 months ago)
- Location:
- registration-form-for-woocommerce
- Files:
-
- 20 edited
- 1 copied
-
tags/1.0.9 (copied) (copied from registration-form-for-woocommerce/trunk)
-
tags/1.0.9/CHANGELOG.txt (modified) (1 diff)
-
tags/1.0.9/assets/js/build/frontend-separate-shipping.asset.php (modified) (1 diff)
-
tags/1.0.9/assets/js/build/frontend-separate-shipping.js (modified) (1 diff)
-
tags/1.0.9/assets/js/frontend/separate-shipping.js (modified) (4 diffs)
-
tags/1.0.9/includes/ScriptStyle.php (modified) (2 diffs)
-
tags/1.0.9/readme.txt (modified) (2 diffs)
-
tags/1.0.9/registration-form-for-woocommerce.php (modified) (2 diffs)
-
tags/1.0.9/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.9/vendor/composer/autoload_real.php (modified) (5 diffs)
-
tags/1.0.9/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/CHANGELOG.txt (modified) (1 diff)
-
trunk/assets/js/build/frontend-separate-shipping.asset.php (modified) (1 diff)
-
trunk/assets/js/build/frontend-separate-shipping.js (modified) (1 diff)
-
trunk/assets/js/frontend/separate-shipping.js (modified) (4 diffs)
-
trunk/includes/ScriptStyle.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/registration-form-for-woocommerce.php (modified) (2 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (5 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
registration-form-for-woocommerce/tags/1.0.9/CHANGELOG.txt
r3300629 r3324673 1 1 == Changelog == 2 3 = 1.0.9 - 09-07-2025 = 4 * Fix - Missing states for the selected country in the shipping and billing fields. 2 5 3 6 = 1.0.8 - 26-05-2025 = -
registration-form-for-woocommerce/tags/1.0.9/assets/js/build/frontend-separate-shipping.asset.php
r3249571 r3324673 1 <?php return array('dependencies' => array('jquery', 'wp-polyfill'), 'version' => ' 64cc5852d648e72e79c8');1 <?php return array('dependencies' => array('jquery', 'wp-polyfill'), 'version' => 'f54ed9131e8c8935ed88'); -
registration-form-for-woocommerce/tags/1.0.9/assets/js/build/frontend-separate-shipping.js
r3249571 r3324673 1 (()=>{"use strict";var e={n:t=>{var a=t&&t.__esModule?()=>t.default:()=>t;return e.d(a,{a}),a},d:(t,a)=>{for(var s in a)e.o(a,s)&&!e.o(t,s)&&Object.defineProperty(t,s,{enumerable:!0,get:a[s]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window.jQuery;var a,s=e.n(t);(a=s()('.form-row[id^="shipping_"][id$="_field"]')).hide(),s()("#separate_shipping_field").find('input[name="separate_shipping"]').on("change",(function(e){s()(e.currentTarget).is(":checked")?a.show():a.hide()})),s()(document.body).on("change refresh",".billing_country_select, .shipping_country_select",(function(){if(s()(this).hasClass("shipping_country_select"))var e=s()("#shipping_state");else{if(!s()(this).hasClass("billing_country_select"))return;e=s()("#billing_state")}console.log(e);var t,a=s()(this).val(),i=e.closest(".form-row"),n=e.attr("name"),r=e.attr("id"),p=e.attr("data-input-classes"),c=e.val(),l=e.attr("placeholder")||e.attr("data-placeholder")||"",o=wc_country_select_params.countries.replace(/"/g,'"'),d=JSON.parse(o);if(l===wc_country_select_params.i18n_select_state_text&&(l=""),d[a])if(s().isEmptyObject(d[a]))t=s()('<input type="hidden" />').prop("id",r).prop("name",n).attr("data-input-classes",p).addClass("hidden "+p),i.hide().find(".select2-container").remove(),e.replaceWith(t);else{var _=d[a],h=s()('<option value=""></option>').text(wc_country_select_params.i18n_select_state_text);l||(l=wc_country_select_params.i18n_select_state_text),i.show(),e.is("input")&&(t=s()("<select></select>").prop("id",r).prop("name",n).data("placeholder",l).attr("data-input-classes",p).addClass("state_select "+p),e.replaceWith(t),e=$wrapper.find("#billing_state, #shipping_state, #calc_shipping_state")),e.empty().append(h),s().each(_,(function(t){var a=s()("<option></option>").prop("value",t).text(_[t]);e.append(a)})),e.val(c).trigger("change")}else e.is('select, input[type="hidden"]')&&(t=s()('<input type="text" />').prop("id",r).prop("name",n).prop("placeholder",l).attr("data-input-classes",p).addClass("input-text "+p),i.show().find(".select2-container").remove(),e.replaceWith(t))}))})();1 (()=>{"use strict";var e={n:t=>{var a=t&&t.__esModule?()=>t.default:()=>t;return e.d(a,{a}),a},d:(t,a)=>{for(var i in a)e.o(a,i)&&!e.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:a[i]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window.jQuery;var a=e.n(t);!function(){if("undefined"==typeof _TGWCFB_FRONTEND_COUNTRY_)return!1;var e=a()('.form-row[id^="shipping_"][id$="_field"]');e.hide(),a()("#separate_shipping_field").find('input[name="separate_shipping"]').on("change",(function(t){a()(t.currentTarget).is(":checked")?e.show():e.hide()})),a()(document.body).on("change refresh",".billing_country_select, .shipping_country_select",(function(){if(a()(this).hasClass("shipping_country_select"))var e=a()("#shipping_state");else{if(!a()(this).hasClass("billing_country_select"))return;e=a()("#billing_state")}var t,i=a()(this).val(),n=e.closest(".form-row"),s=e.attr("name"),p=e.attr("id"),r=e.attr("data-input-classes"),l=e.val(),o=e.attr("placeholder")||e.attr("data-placeholder")||"",c=_TGWCFB_FRONTEND_COUNTRY_.countries.replace(/"/g,'"'),_=JSON.parse(c);if(o===_TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text&&(o=""),_[i])if(a().isEmptyObject(_[i]))t=a()('<input type="hidden" />').prop("id",p).prop("name",s).attr("data-input-classes",r).addClass("hidden "+r),n.hide().find(".select2-container").remove(),e.replaceWith(t);else{var d=_[i],h=a()('<option value=""></option>').text(_TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text);o||(o=_TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text),n.show(),e.is("input")&&(t=a()("<select></select>").prop("id",p).prop("name",s).data("placeholder",o).attr("data-input-classes",r).addClass("state_select "+r),e.replaceWith(t),e=$wrapper.find("#billing_state, #shipping_state, #calc_shipping_state")),e.empty().append(h),a().each(d,(function(t){var i=a()("<option></option>").prop("value",t).text(d[t]);e.append(i)})),e.val(l).trigger("change")}else e.is('select, input[type="hidden"]')&&(t=a()('<input type="text" />').prop("id",p).prop("name",s).prop("placeholder",o).attr("data-input-classes",r).addClass("input-text "+r),n.show().find(".select2-container").remove(),e.replaceWith(t))}))}()})(); -
registration-form-for-woocommerce/tags/1.0.9/assets/js/frontend/separate-shipping.js
r3249571 r3324673 2 2 3 3 (() => { 4 5 if ( typeof _TGWCFB_FRONTEND_COUNTRY_ === 'undefined' ) { 6 return false; 7 } 4 8 const shippingFields = $('.form-row[id^="shipping_"][id$="_field"]'); 5 9 … … 28 32 return; 29 33 } 30 console.log($statebox);31 34 32 35 var country = $(this).val(), … … 41 44 "", 42 45 $newstate, 43 states_json = wc_country_select_params.countries.replace( /"/g, '"' ),46 states_json = _TGWCFB_FRONTEND_COUNTRY_.countries.replace( /"/g, '"' ), 44 47 states = JSON.parse( states_json ); 45 48 46 49 if ( 47 placeholder === wc_country_select_params.i18n_select_state_text50 placeholder === _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text 48 51 ) { 49 52 placeholder = ""; … … 62 65 var state = states[country], 63 66 $defaultOption = $('<option value=""></option>').text( 64 wc_country_select_params.i18n_select_state_text67 _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text 65 68 ); 66 69 67 70 if (!placeholder) { 68 71 placeholder = 69 wc_country_select_params.i18n_select_state_text;72 _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text; 70 73 } 71 74 -
registration-form-for-woocommerce/tags/1.0.9/includes/ScriptStyle.php
r3210339 r3324673 115 115 ); 116 116 117 wp_localize_script( 118 'tgwcfb-separate-shipping', 119 '_TGWCFB_FRONTEND_COUNTRY_', 120 array( 121 'countries' => json_encode( array_merge( WC()->countries->get_allowed_country_states(), WC()->countries->get_shipping_country_states() ) ), 122 'i18n_select_state_text' => esc_attr__( 'Select an option…', 'registration-form-for-woocommerce' ), 123 ) 124 ); 125 117 126 if ( ! wp_style_is( 'select2', 'registered' ) ) { 118 127 wp_register_style( 'select2', TGWCFB_ASSETS_DIR_URL . '/css/select2.css', array(), TGWCFB_VERSION ); … … 148 157 } 149 158 150 if ( in_array( 'tgwcfb/separate-shipping', $blocks, true ) ) { 151 wp_enqueue_script( 'tgwcfb-separate-shipping' ); 152 } 159 wp_enqueue_script( 'tgwcfb-separate-shipping' ); 153 160 154 161 if ( in_array( 'tgwcfb/range', $blocks, true ) ) { -
registration-form-for-woocommerce/tags/1.0.9/readme.txt
r3300629 r3324673 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 85 85 == Changelog == 86 86 87 = 1.0.9 - 09-07-2025 = 88 * Fix - Missing states for the selected country in the shipping and billing fields. 89 87 90 = 1.0.8 - 26-05-2025 = 88 91 * Tweak - Support for first name and last name smart tags. -
registration-form-for-woocommerce/tags/1.0.9/registration-form-for-woocommerce.php
r3300629 r3324673 3 3 * Plugin Name: Registration Form For WooCommerce 4 4 * Description: Drag and drop WooCommerce registration form builder. 5 * Version: 1.0. 85 * Version: 1.0.9 6 6 * Requires at least: 5.5 7 7 * Requires PHP: 7.4 … … 46 46 } 47 47 48 ! defined( 'TGWCFB_VERSION' ) && define( 'TGWCFB_VERSION', '1.0. 8' );48 ! defined( 'TGWCFB_VERSION' ) && define( 'TGWCFB_VERSION', '1.0.9' ); 49 49 ! defined( 'TGWCFB_PLUGIN_FILE' ) && define( 'TGWCFB_PLUGIN_FILE', __FILE__ ); 50 50 ! defined( 'TGWCFB_PLUGIN_DIR' ) && define( 'TGWCFB_PLUGIN_DIR', __DIR__ ); -
registration-form-for-woocommerce/tags/1.0.9/vendor/autoload.php
r3300629 r3324673 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 7f003b38eccd1758c4652cb0443818b0::getLoader();7 return ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf::getLoader(); -
registration-form-for-woocommerce/tags/1.0.9/vendor/composer/autoload_real.php
r3300629 r3324673 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 7f003b38eccd1758c4652cb0443818b05 class ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 7f003b38eccd1758c4652cb0443818b0', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 7f003b38eccd1758c4652cb0443818b0', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire 7f003b38eccd1758c4652cb0443818b0($fileIdentifier, $file);59 composerRequired239a85d6050ba8ef1735426beb13ebf($fileIdentifier, $file); 60 60 } 61 61 … … 69 69 * @return void 70 70 */ 71 function composerRequire 7f003b38eccd1758c4652cb0443818b0($fileIdentifier, $file)71 function composerRequired239a85d6050ba8ef1735426beb13ebf($fileIdentifier, $file) 72 72 { 73 73 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
registration-form-for-woocommerce/tags/1.0.9/vendor/composer/autoload_static.php
r3300629 r3324673 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 7f003b38eccd1758c4652cb0443818b07 class ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf 8 8 { 9 9 public static $files = array ( … … 46 46 { 47 47 return \Closure::bind(function () use ($loader) { 48 $loader->prefixLengthsPsr4 = ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::$prefixLengthsPsr4;49 $loader->prefixDirsPsr4 = ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::$prefixDirsPsr4;50 $loader->classMap = ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::$classMap;48 $loader->prefixLengthsPsr4 = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$prefixLengthsPsr4; 49 $loader->prefixDirsPsr4 = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$prefixDirsPsr4; 50 $loader->classMap = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$classMap; 51 51 52 52 }, null, ClassLoader::class); -
registration-form-for-woocommerce/trunk/CHANGELOG.txt
r3300629 r3324673 1 1 == Changelog == 2 3 = 1.0.9 - 09-07-2025 = 4 * Fix - Missing states for the selected country in the shipping and billing fields. 2 5 3 6 = 1.0.8 - 26-05-2025 = -
registration-form-for-woocommerce/trunk/assets/js/build/frontend-separate-shipping.asset.php
r3249571 r3324673 1 <?php return array('dependencies' => array('jquery', 'wp-polyfill'), 'version' => ' 64cc5852d648e72e79c8');1 <?php return array('dependencies' => array('jquery', 'wp-polyfill'), 'version' => 'f54ed9131e8c8935ed88'); -
registration-form-for-woocommerce/trunk/assets/js/build/frontend-separate-shipping.js
r3249571 r3324673 1 (()=>{"use strict";var e={n:t=>{var a=t&&t.__esModule?()=>t.default:()=>t;return e.d(a,{a}),a},d:(t,a)=>{for(var s in a)e.o(a,s)&&!e.o(t,s)&&Object.defineProperty(t,s,{enumerable:!0,get:a[s]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window.jQuery;var a,s=e.n(t);(a=s()('.form-row[id^="shipping_"][id$="_field"]')).hide(),s()("#separate_shipping_field").find('input[name="separate_shipping"]').on("change",(function(e){s()(e.currentTarget).is(":checked")?a.show():a.hide()})),s()(document.body).on("change refresh",".billing_country_select, .shipping_country_select",(function(){if(s()(this).hasClass("shipping_country_select"))var e=s()("#shipping_state");else{if(!s()(this).hasClass("billing_country_select"))return;e=s()("#billing_state")}console.log(e);var t,a=s()(this).val(),i=e.closest(".form-row"),n=e.attr("name"),r=e.attr("id"),p=e.attr("data-input-classes"),c=e.val(),l=e.attr("placeholder")||e.attr("data-placeholder")||"",o=wc_country_select_params.countries.replace(/"/g,'"'),d=JSON.parse(o);if(l===wc_country_select_params.i18n_select_state_text&&(l=""),d[a])if(s().isEmptyObject(d[a]))t=s()('<input type="hidden" />').prop("id",r).prop("name",n).attr("data-input-classes",p).addClass("hidden "+p),i.hide().find(".select2-container").remove(),e.replaceWith(t);else{var _=d[a],h=s()('<option value=""></option>').text(wc_country_select_params.i18n_select_state_text);l||(l=wc_country_select_params.i18n_select_state_text),i.show(),e.is("input")&&(t=s()("<select></select>").prop("id",r).prop("name",n).data("placeholder",l).attr("data-input-classes",p).addClass("state_select "+p),e.replaceWith(t),e=$wrapper.find("#billing_state, #shipping_state, #calc_shipping_state")),e.empty().append(h),s().each(_,(function(t){var a=s()("<option></option>").prop("value",t).text(_[t]);e.append(a)})),e.val(c).trigger("change")}else e.is('select, input[type="hidden"]')&&(t=s()('<input type="text" />').prop("id",r).prop("name",n).prop("placeholder",l).attr("data-input-classes",p).addClass("input-text "+p),i.show().find(".select2-container").remove(),e.replaceWith(t))}))})();1 (()=>{"use strict";var e={n:t=>{var a=t&&t.__esModule?()=>t.default:()=>t;return e.d(a,{a}),a},d:(t,a)=>{for(var i in a)e.o(a,i)&&!e.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:a[i]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window.jQuery;var a=e.n(t);!function(){if("undefined"==typeof _TGWCFB_FRONTEND_COUNTRY_)return!1;var e=a()('.form-row[id^="shipping_"][id$="_field"]');e.hide(),a()("#separate_shipping_field").find('input[name="separate_shipping"]').on("change",(function(t){a()(t.currentTarget).is(":checked")?e.show():e.hide()})),a()(document.body).on("change refresh",".billing_country_select, .shipping_country_select",(function(){if(a()(this).hasClass("shipping_country_select"))var e=a()("#shipping_state");else{if(!a()(this).hasClass("billing_country_select"))return;e=a()("#billing_state")}var t,i=a()(this).val(),n=e.closest(".form-row"),s=e.attr("name"),p=e.attr("id"),r=e.attr("data-input-classes"),l=e.val(),o=e.attr("placeholder")||e.attr("data-placeholder")||"",c=_TGWCFB_FRONTEND_COUNTRY_.countries.replace(/"/g,'"'),_=JSON.parse(c);if(o===_TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text&&(o=""),_[i])if(a().isEmptyObject(_[i]))t=a()('<input type="hidden" />').prop("id",p).prop("name",s).attr("data-input-classes",r).addClass("hidden "+r),n.hide().find(".select2-container").remove(),e.replaceWith(t);else{var d=_[i],h=a()('<option value=""></option>').text(_TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text);o||(o=_TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text),n.show(),e.is("input")&&(t=a()("<select></select>").prop("id",p).prop("name",s).data("placeholder",o).attr("data-input-classes",r).addClass("state_select "+r),e.replaceWith(t),e=$wrapper.find("#billing_state, #shipping_state, #calc_shipping_state")),e.empty().append(h),a().each(d,(function(t){var i=a()("<option></option>").prop("value",t).text(d[t]);e.append(i)})),e.val(l).trigger("change")}else e.is('select, input[type="hidden"]')&&(t=a()('<input type="text" />').prop("id",p).prop("name",s).prop("placeholder",o).attr("data-input-classes",r).addClass("input-text "+r),n.show().find(".select2-container").remove(),e.replaceWith(t))}))}()})(); -
registration-form-for-woocommerce/trunk/assets/js/frontend/separate-shipping.js
r3249571 r3324673 2 2 3 3 (() => { 4 5 if ( typeof _TGWCFB_FRONTEND_COUNTRY_ === 'undefined' ) { 6 return false; 7 } 4 8 const shippingFields = $('.form-row[id^="shipping_"][id$="_field"]'); 5 9 … … 28 32 return; 29 33 } 30 console.log($statebox);31 34 32 35 var country = $(this).val(), … … 41 44 "", 42 45 $newstate, 43 states_json = wc_country_select_params.countries.replace( /"/g, '"' ),46 states_json = _TGWCFB_FRONTEND_COUNTRY_.countries.replace( /"/g, '"' ), 44 47 states = JSON.parse( states_json ); 45 48 46 49 if ( 47 placeholder === wc_country_select_params.i18n_select_state_text50 placeholder === _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text 48 51 ) { 49 52 placeholder = ""; … … 62 65 var state = states[country], 63 66 $defaultOption = $('<option value=""></option>').text( 64 wc_country_select_params.i18n_select_state_text67 _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text 65 68 ); 66 69 67 70 if (!placeholder) { 68 71 placeholder = 69 wc_country_select_params.i18n_select_state_text;72 _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text; 70 73 } 71 74 -
registration-form-for-woocommerce/trunk/includes/ScriptStyle.php
r3210339 r3324673 115 115 ); 116 116 117 wp_localize_script( 118 'tgwcfb-separate-shipping', 119 '_TGWCFB_FRONTEND_COUNTRY_', 120 array( 121 'countries' => json_encode( array_merge( WC()->countries->get_allowed_country_states(), WC()->countries->get_shipping_country_states() ) ), 122 'i18n_select_state_text' => esc_attr__( 'Select an option…', 'registration-form-for-woocommerce' ), 123 ) 124 ); 125 117 126 if ( ! wp_style_is( 'select2', 'registered' ) ) { 118 127 wp_register_style( 'select2', TGWCFB_ASSETS_DIR_URL . '/css/select2.css', array(), TGWCFB_VERSION ); … … 148 157 } 149 158 150 if ( in_array( 'tgwcfb/separate-shipping', $blocks, true ) ) { 151 wp_enqueue_script( 'tgwcfb-separate-shipping' ); 152 } 159 wp_enqueue_script( 'tgwcfb-separate-shipping' ); 153 160 154 161 if ( in_array( 'tgwcfb/range', $blocks, true ) ) { -
registration-form-for-woocommerce/trunk/readme.txt
r3300629 r3324673 5 5 Tested up to: 6.8.1 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 85 85 == Changelog == 86 86 87 = 1.0.9 - 09-07-2025 = 88 * Fix - Missing states for the selected country in the shipping and billing fields. 89 87 90 = 1.0.8 - 26-05-2025 = 88 91 * Tweak - Support for first name and last name smart tags. -
registration-form-for-woocommerce/trunk/registration-form-for-woocommerce.php
r3300629 r3324673 3 3 * Plugin Name: Registration Form For WooCommerce 4 4 * Description: Drag and drop WooCommerce registration form builder. 5 * Version: 1.0. 85 * Version: 1.0.9 6 6 * Requires at least: 5.5 7 7 * Requires PHP: 7.4 … … 46 46 } 47 47 48 ! defined( 'TGWCFB_VERSION' ) && define( 'TGWCFB_VERSION', '1.0. 8' );48 ! defined( 'TGWCFB_VERSION' ) && define( 'TGWCFB_VERSION', '1.0.9' ); 49 49 ! defined( 'TGWCFB_PLUGIN_FILE' ) && define( 'TGWCFB_PLUGIN_FILE', __FILE__ ); 50 50 ! defined( 'TGWCFB_PLUGIN_DIR' ) && define( 'TGWCFB_PLUGIN_DIR', __DIR__ ); -
registration-form-for-woocommerce/trunk/vendor/autoload.php
r3300629 r3324673 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit 7f003b38eccd1758c4652cb0443818b0::getLoader();7 return ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf::getLoader(); -
registration-form-for-woocommerce/trunk/vendor/composer/autoload_real.php
r3300629 r3324673 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit 7f003b38eccd1758c4652cb0443818b05 class ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf 6 6 { 7 7 private static $loader; … … 23 23 } 24 24 25 spl_autoload_register(array('ComposerAutoloaderInit 7f003b38eccd1758c4652cb0443818b0', 'loadClassLoader'), true, true);25 spl_autoload_register(array('ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf', 'loadClassLoader'), true, true); 26 26 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 27 spl_autoload_unregister(array('ComposerAutoloaderInit 7f003b38eccd1758c4652cb0443818b0', 'loadClassLoader'));27 spl_autoload_unregister(array('ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf', 'loadClassLoader')); 28 28 29 29 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 31 31 require __DIR__ . '/autoload_static.php'; 32 32 33 call_user_func(\Composer\Autoload\ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::getInitializer($loader));33 call_user_func(\Composer\Autoload\ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::getInitializer($loader)); 34 34 } else { 35 35 $map = require __DIR__ . '/autoload_namespaces.php'; … … 52 52 53 53 if ($useStaticLoader) { 54 $includeFiles = Composer\Autoload\ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::$files;54 $includeFiles = Composer\Autoload\ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$files; 55 55 } else { 56 56 $includeFiles = require __DIR__ . '/autoload_files.php'; 57 57 } 58 58 foreach ($includeFiles as $fileIdentifier => $file) { 59 composerRequire 7f003b38eccd1758c4652cb0443818b0($fileIdentifier, $file);59 composerRequired239a85d6050ba8ef1735426beb13ebf($fileIdentifier, $file); 60 60 } 61 61 … … 69 69 * @return void 70 70 */ 71 function composerRequire 7f003b38eccd1758c4652cb0443818b0($fileIdentifier, $file)71 function composerRequired239a85d6050ba8ef1735426beb13ebf($fileIdentifier, $file) 72 72 { 73 73 if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) { -
registration-form-for-woocommerce/trunk/vendor/composer/autoload_static.php
r3300629 r3324673 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit 7f003b38eccd1758c4652cb0443818b07 class ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf 8 8 { 9 9 public static $files = array ( … … 46 46 { 47 47 return \Closure::bind(function () use ($loader) { 48 $loader->prefixLengthsPsr4 = ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::$prefixLengthsPsr4;49 $loader->prefixDirsPsr4 = ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::$prefixDirsPsr4;50 $loader->classMap = ComposerStaticInit 7f003b38eccd1758c4652cb0443818b0::$classMap;48 $loader->prefixLengthsPsr4 = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$prefixLengthsPsr4; 49 $loader->prefixDirsPsr4 = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$prefixDirsPsr4; 50 $loader->classMap = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$classMap; 51 51 52 52 }, null, ClassLoader::class);
Note: See TracChangeset
for help on using the changeset viewer.