Plugin Directory

Changeset 3084379


Ignore:
Timestamp:
05/10/2024 07:23:50 AM (2 years ago)
Author:
jnser
Message:

Fixes button loading

Location:
stan-checkout/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • stan-checkout/trunk/README.txt

    r3084375 r3084379  
    44Requires at least: 5.0.0
    55Tested up to: 6.5.2
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • stan-checkout/trunk/includes/classes/class-wc-stan-checkout-button.php

    r3084375 r3084379  
    137137        ?>
    138138            <div id="stan-checkout">
    139                 <button type="button" class="stan-checkout--button-loading <?php print esc_html( $btn_class ) ?>" <?php print esc_html( $product_attr ) ?> >
     139                <button type="button" class="<?php print esc_html( $btn_class ) ?>" <?php print esc_html( $product_attr ) ?> >
    140140                    <span class="stan-checkout--button-text">
    141141                        <?php print esc_html( $text ); ?>
  • stan-checkout/trunk/wc-stan-checkout.php

    r3084375 r3084379  
    1919 * Plugin URI:        https://compte.stan-app.fr
    2020 * Description:       Vous perdez des utilisateurs lorsque vous demandez de s'inscrire, remplir les formulaires est la première raison qui mène les utilisateurs à quitter un site. Avec Stan Checkout vos utilisateurs s'inscrivent sans formulaire, sans contrainte.
    21  * Version:           1.2.1
     21 * Version:           1.2.2
    2222 * Author:            Brightweb
    2323 * Author URI:        https://stan-business.fr
Note: See TracChangeset for help on using the changeset viewer.