Changeset 2401261
- Timestamp:
- 10/17/2020 05:15:44 AM (5 years ago)
- Location:
- payment-qr-woo/trunk
- Files:
-
- 4 edited
-
assets/woopro.css (modified) (1 diff)
-
functions.php (modified) (1 diff)
-
payment-qr-woo.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
payment-qr-woo/trunk/assets/woopro.css
r2324008 r2401261 2 2 padding: 34px; 3 3 border: 2px dotted; 4 width: 150px;4 width: 205px; 5 5 } 6 6 -
payment-qr-woo/trunk/functions.php
r2324021 r2401261 41 41 </div> 42 42 <div class="second-step"> 43 <?php if ( isset( $options['front_description_two'] ) && !empty( $options['front_description_two'] ) ) { ?> 44 <div class="message_step_two"> 45 <p><?php echo esc_html( $options['front_description_two'] ); ?></p> 46 </div> 47 <?php } ?> 43 48 <form method="post" enctype="multipart/form-data" novalidate="" class="box has-advanced-upload"> 44 49 <div class="box__input"> -
payment-qr-woo/trunk/payment-qr-woo.php
r2324008 r2401261 5 5 * Requires at least: 5.2 6 6 * Requires PHP: 7.0 7 * Version: 1.0. 37 * Version: 1.0.4 8 8 * Author: Miguel Fuentes 9 9 * Plugin URI: https://kodewp.com … … 112 112 'type' => 'textarea', 113 113 'default' => __( 'Debe escanear el código QR, haga click en continuar para adjuntar la captura de pantalla (es el único comprobante de pago) y podrá completar la compra.', 'payment-qr-woo' ), 114 'desc_tip' => true, 115 ), 116 'front_description_two' => array( 117 'title' => __( 'Popup description Paso N° 2', 'payment-qr-woo' ), 118 'type' => 'textarea', 119 'default' => __( 'Debe subir el comprobante de pago en los siguiente formatos (jpeg, jpg, png)', 'payment-qr-woo' ), 114 120 'desc_tip' => true, 115 121 ), -
payment-qr-woo/trunk/readme.txt
r2339267 r2401261 6 6 Tags: Payment QR, Payment QR WooCommerce, WooCommerce QR, QR WooCommerce 7 7 Requires at least: 5.2 8 Tested up to: 5. 4.28 Tested up to: 5.5.1 9 9 Requires PHP: 7.0 10 10 Stable tag: trunk 11 Version: 1.0. 311 Version: 1.0.4 12 12 Author: Miguel Fuentes 13 13 Plugin URI: https://kodewp.com
Note: See TracChangeset
for help on using the changeset viewer.