Changeset 3084379
- Timestamp:
- 05/10/2024 07:23:50 AM (2 years ago)
- Location:
- stan-checkout/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
includes/classes/class-wc-stan-checkout-button.php (modified) (1 diff)
-
wc-stan-checkout.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stan-checkout/trunk/README.txt
r3084375 r3084379 4 4 Requires at least: 5.0.0 5 5 Tested up to: 6.5.2 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 License: GPLv3 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
stan-checkout/trunk/includes/classes/class-wc-stan-checkout-button.php
r3084375 r3084379 137 137 ?> 138 138 <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 ) ?> > 140 140 <span class="stan-checkout--button-text"> 141 141 <?php print esc_html( $text ); ?> -
stan-checkout/trunk/wc-stan-checkout.php
r3084375 r3084379 19 19 * Plugin URI: https://compte.stan-app.fr 20 20 * 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. 121 * Version: 1.2.2 22 22 * Author: Brightweb 23 23 * Author URI: https://stan-business.fr
Note: See TracChangeset
for help on using the changeset viewer.