Plugin Directory

Changeset 3324673


Ignore:
Timestamp:
07/09/2025 04:54:38 AM (9 months ago)
Author:
ThemeGrill
Message:

Update to version 1.0.9 from GitHub

Location:
registration-form-for-woocommerce
Files:
20 edited
1 copied

Legend:

Unmodified
Added
Removed
  • registration-form-for-woocommerce/tags/1.0.9/CHANGELOG.txt

    r3300629 r3324673  
    11== Changelog ==
     2
     3= 1.0.9       - 09-07-2025 =
     4* Fix         - Missing states for the selected country in the shipping and billing fields.
    25
    36= 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(/&quot;/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(/&quot;/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  
    22
    33(() => {
     4
     5    if ( typeof _TGWCFB_FRONTEND_COUNTRY_ === 'undefined' ) {
     6        return false;
     7    }
    48    const shippingFields = $('.form-row[id^="shipping_"][id$="_field"]');
    59
     
    2832                return;
    2933            }
    30             console.log($statebox);
    3134
    3235            var country = $(this).val(),
     
    4144                    "",
    4245                $newstate,
    43                 states_json       = wc_country_select_params.countries.replace( /&quot;/g, '"' ),
     46                states_json       = _TGWCFB_FRONTEND_COUNTRY_.countries.replace( /&quot;/g, '"' ),
    4447                states            = JSON.parse( states_json );
    4548
    4649            if (
    47                 placeholder === wc_country_select_params.i18n_select_state_text
     50                placeholder === _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text
    4851            ) {
    4952                placeholder = "";
     
    6265                    var state = states[country],
    6366                        $defaultOption = $('<option value=""></option>').text(
    64                             wc_country_select_params.i18n_select_state_text
     67                            _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text
    6568                        );
    6669
    6770                    if (!placeholder) {
    6871                        placeholder =
    69                             wc_country_select_params.i18n_select_state_text;
     72                            _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text;
    7073                    }
    7174
  • registration-form-for-woocommerce/tags/1.0.9/includes/ScriptStyle.php

    r3210339 r3324673  
    115115        );
    116116
     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&hellip;', 'registration-form-for-woocommerce' ),
     123            )
     124        );
     125
    117126        if ( ! wp_style_is( 'select2', 'registered' ) ) {
    118127            wp_register_style( 'select2', TGWCFB_ASSETS_DIR_URL . '/css/select2.css', array(), TGWCFB_VERSION );
     
    148157        }
    149158
    150         if ( in_array( 'tgwcfb/separate-shipping', $blocks, true ) ) {
    151             wp_enqueue_script( 'tgwcfb-separate-shipping' );
    152         }
     159        wp_enqueue_script( 'tgwcfb-separate-shipping' );
    153160
    154161        if ( in_array( 'tgwcfb/range', $blocks, true ) ) {
  • registration-form-for-woocommerce/tags/1.0.9/readme.txt

    r3300629 r3324673  
    55Tested up to: 6.8.1
    66Requires PHP: 7.4
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8585== Changelog ==
    8686
     87= 1.0.9       - 09-07-2025 =
     88* Fix         - Missing states for the selected country in the shipping and billing fields.
     89
    8790= 1.0.8       - 26-05-2025 =
    8891* 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  
    33 * Plugin Name: Registration Form For WooCommerce
    44 * Description: Drag and drop WooCommerce registration form builder.
    5  * Version: 1.0.8
     5 * Version: 1.0.9
    66 * Requires at least: 5.5
    77 * Requires PHP: 7.4
     
    4646}
    4747
    48 ! defined( 'TGWCFB_VERSION' ) && define( 'TGWCFB_VERSION', '1.0.8' );
     48! defined( 'TGWCFB_VERSION' ) && define( 'TGWCFB_VERSION', '1.0.9' );
    4949! defined( 'TGWCFB_PLUGIN_FILE' ) && define( 'TGWCFB_PLUGIN_FILE', __FILE__ );
    5050! defined( 'TGWCFB_PLUGIN_DIR' ) && define( 'TGWCFB_PLUGIN_DIR', __DIR__ );
  • registration-form-for-woocommerce/tags/1.0.9/vendor/autoload.php

    r3300629 r3324673  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit7f003b38eccd1758c4652cb0443818b0::getLoader();
     7return ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf::getLoader();
  • registration-form-for-woocommerce/tags/1.0.9/vendor/composer/autoload_real.php

    r3300629 r3324673  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit7f003b38eccd1758c4652cb0443818b0
     5class ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit7f003b38eccd1758c4652cb0443818b0', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit7f003b38eccd1758c4652cb0443818b0', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5252
    5353        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::$files;
     54            $includeFiles = Composer\Autoload\ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$files;
    5555        } else {
    5656            $includeFiles = require __DIR__ . '/autoload_files.php';
    5757        }
    5858        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequire7f003b38eccd1758c4652cb0443818b0($fileIdentifier, $file);
     59            composerRequired239a85d6050ba8ef1735426beb13ebf($fileIdentifier, $file);
    6060        }
    6161
     
    6969 * @return void
    7070 */
    71 function composerRequire7f003b38eccd1758c4652cb0443818b0($fileIdentifier, $file)
     71function composerRequired239a85d6050ba8ef1735426beb13ebf($fileIdentifier, $file)
    7272{
    7373    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • registration-form-for-woocommerce/tags/1.0.9/vendor/composer/autoload_static.php

    r3300629 r3324673  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit7f003b38eccd1758c4652cb0443818b0
     7class ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf
    88{
    99    public static $files = array (
     
    4646    {
    4747        return \Closure::bind(function () use ($loader) {
    48             $loader->prefixLengthsPsr4 = ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::$prefixLengthsPsr4;
    49             $loader->prefixDirsPsr4 = ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::$prefixDirsPsr4;
    50             $loader->classMap = ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::$classMap;
     48            $loader->prefixLengthsPsr4 = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$prefixLengthsPsr4;
     49            $loader->prefixDirsPsr4 = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$prefixDirsPsr4;
     50            $loader->classMap = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$classMap;
    5151
    5252        }, null, ClassLoader::class);
  • registration-form-for-woocommerce/trunk/CHANGELOG.txt

    r3300629 r3324673  
    11== Changelog ==
     2
     3= 1.0.9       - 09-07-2025 =
     4* Fix         - Missing states for the selected country in the shipping and billing fields.
    25
    36= 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(/&quot;/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(/&quot;/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  
    22
    33(() => {
     4
     5    if ( typeof _TGWCFB_FRONTEND_COUNTRY_ === 'undefined' ) {
     6        return false;
     7    }
    48    const shippingFields = $('.form-row[id^="shipping_"][id$="_field"]');
    59
     
    2832                return;
    2933            }
    30             console.log($statebox);
    3134
    3235            var country = $(this).val(),
     
    4144                    "",
    4245                $newstate,
    43                 states_json       = wc_country_select_params.countries.replace( /&quot;/g, '"' ),
     46                states_json       = _TGWCFB_FRONTEND_COUNTRY_.countries.replace( /&quot;/g, '"' ),
    4447                states            = JSON.parse( states_json );
    4548
    4649            if (
    47                 placeholder === wc_country_select_params.i18n_select_state_text
     50                placeholder === _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text
    4851            ) {
    4952                placeholder = "";
     
    6265                    var state = states[country],
    6366                        $defaultOption = $('<option value=""></option>').text(
    64                             wc_country_select_params.i18n_select_state_text
     67                            _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text
    6568                        );
    6669
    6770                    if (!placeholder) {
    6871                        placeholder =
    69                             wc_country_select_params.i18n_select_state_text;
     72                            _TGWCFB_FRONTEND_COUNTRY_.i18n_select_state_text;
    7073                    }
    7174
  • registration-form-for-woocommerce/trunk/includes/ScriptStyle.php

    r3210339 r3324673  
    115115        );
    116116
     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&hellip;', 'registration-form-for-woocommerce' ),
     123            )
     124        );
     125
    117126        if ( ! wp_style_is( 'select2', 'registered' ) ) {
    118127            wp_register_style( 'select2', TGWCFB_ASSETS_DIR_URL . '/css/select2.css', array(), TGWCFB_VERSION );
     
    148157        }
    149158
    150         if ( in_array( 'tgwcfb/separate-shipping', $blocks, true ) ) {
    151             wp_enqueue_script( 'tgwcfb-separate-shipping' );
    152         }
     159        wp_enqueue_script( 'tgwcfb-separate-shipping' );
    153160
    154161        if ( in_array( 'tgwcfb/range', $blocks, true ) ) {
  • registration-form-for-woocommerce/trunk/readme.txt

    r3300629 r3324673  
    55Tested up to: 6.8.1
    66Requires PHP: 7.4
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    8585== Changelog ==
    8686
     87= 1.0.9       - 09-07-2025 =
     88* Fix         - Missing states for the selected country in the shipping and billing fields.
     89
    8790= 1.0.8       - 26-05-2025 =
    8891* Tweak       - Support for first name and last name smart tags.
  • registration-form-for-woocommerce/trunk/registration-form-for-woocommerce.php

    r3300629 r3324673  
    33 * Plugin Name: Registration Form For WooCommerce
    44 * Description: Drag and drop WooCommerce registration form builder.
    5  * Version: 1.0.8
     5 * Version: 1.0.9
    66 * Requires at least: 5.5
    77 * Requires PHP: 7.4
     
    4646}
    4747
    48 ! defined( 'TGWCFB_VERSION' ) && define( 'TGWCFB_VERSION', '1.0.8' );
     48! defined( 'TGWCFB_VERSION' ) && define( 'TGWCFB_VERSION', '1.0.9' );
    4949! defined( 'TGWCFB_PLUGIN_FILE' ) && define( 'TGWCFB_PLUGIN_FILE', __FILE__ );
    5050! defined( 'TGWCFB_PLUGIN_DIR' ) && define( 'TGWCFB_PLUGIN_DIR', __DIR__ );
  • registration-form-for-woocommerce/trunk/vendor/autoload.php

    r3300629 r3324673  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit7f003b38eccd1758c4652cb0443818b0::getLoader();
     7return ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf::getLoader();
  • registration-form-for-woocommerce/trunk/vendor/composer/autoload_real.php

    r3300629 r3324673  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit7f003b38eccd1758c4652cb0443818b0
     5class ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf
    66{
    77    private static $loader;
     
    2323        }
    2424
    25         spl_autoload_register(array('ComposerAutoloaderInit7f003b38eccd1758c4652cb0443818b0', 'loadClassLoader'), true, true);
     25        spl_autoload_register(array('ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf', 'loadClassLoader'), true, true);
    2626        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    27         spl_autoload_unregister(array('ComposerAutoloaderInit7f003b38eccd1758c4652cb0443818b0', 'loadClassLoader'));
     27        spl_autoload_unregister(array('ComposerAutoloaderInitd239a85d6050ba8ef1735426beb13ebf', 'loadClassLoader'));
    2828
    2929        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3131            require __DIR__ . '/autoload_static.php';
    3232
    33             call_user_func(\Composer\Autoload\ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::getInitializer($loader));
     33            call_user_func(\Composer\Autoload\ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::getInitializer($loader));
    3434        } else {
    3535            $map = require __DIR__ . '/autoload_namespaces.php';
     
    5252
    5353        if ($useStaticLoader) {
    54             $includeFiles = Composer\Autoload\ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::$files;
     54            $includeFiles = Composer\Autoload\ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$files;
    5555        } else {
    5656            $includeFiles = require __DIR__ . '/autoload_files.php';
    5757        }
    5858        foreach ($includeFiles as $fileIdentifier => $file) {
    59             composerRequire7f003b38eccd1758c4652cb0443818b0($fileIdentifier, $file);
     59            composerRequired239a85d6050ba8ef1735426beb13ebf($fileIdentifier, $file);
    6060        }
    6161
     
    6969 * @return void
    7070 */
    71 function composerRequire7f003b38eccd1758c4652cb0443818b0($fileIdentifier, $file)
     71function composerRequired239a85d6050ba8ef1735426beb13ebf($fileIdentifier, $file)
    7272{
    7373    if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
  • registration-form-for-woocommerce/trunk/vendor/composer/autoload_static.php

    r3300629 r3324673  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit7f003b38eccd1758c4652cb0443818b0
     7class ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf
    88{
    99    public static $files = array (
     
    4646    {
    4747        return \Closure::bind(function () use ($loader) {
    48             $loader->prefixLengthsPsr4 = ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::$prefixLengthsPsr4;
    49             $loader->prefixDirsPsr4 = ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::$prefixDirsPsr4;
    50             $loader->classMap = ComposerStaticInit7f003b38eccd1758c4652cb0443818b0::$classMap;
     48            $loader->prefixLengthsPsr4 = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$prefixLengthsPsr4;
     49            $loader->prefixDirsPsr4 = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$prefixDirsPsr4;
     50            $loader->classMap = ComposerStaticInitd239a85d6050ba8ef1735426beb13ebf::$classMap;
    5151
    5252        }, null, ClassLoader::class);
Note: See TracChangeset for help on using the changeset viewer.