Changeset 3029379
- Timestamp:
- 01/31/2024 10:32:38 AM (2 years ago)
- Location:
- clearpay-gateway-for-woocommerce
- Files:
-
- 1 deleted
- 6 edited
- 1 copied
-
tags/3.8.1 (deleted)
-
tags/3.8.2 (copied) (copied from clearpay-gateway-for-woocommerce/trunk)
-
tags/3.8.2/class/WC_Gateway_Clearpay/instalments.html.php (modified) (1 diff)
-
tags/3.8.2/clearpay-gateway-for-woocommerce.php (modified) (2 diffs)
-
tags/3.8.2/readme.txt (modified) (2 diffs)
-
trunk/class/WC_Gateway_Clearpay/instalments.html.php (modified) (1 diff)
-
trunk/clearpay-gateway-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clearpay-gateway-for-woocommerce/tags/3.8.2/class/WC_Gateway_Clearpay/instalments.html.php
r2959052 r3029379 5 5 */ 6 6 7 if ($this->settings['testmode'] != 'production') { 8 ?><p class="clearpay-test-mode-warning-text"><?php _e( 'TEST MODE ENABLED', 'woo_clearpay' ); ?></p><?php 9 } 7 function clearpay_display_payment_schedule($test_mode, $mpid, $order_total, $currency, $page_type = 'checkout') { 10 8 ?> 9 <?php if ($test_mode != 'production') { ?> 10 <p class="clearpay-test-mode-warning-text"><?php _e( 'TEST MODE ENABLED', 'woo_clearpay' ); ?></p> 11 <?php } ?> 11 12 <div 12 13 id="clearpay-widget-container" 13 data-locale="<?php echo esc_attr($locale); ?>" 14 data-mpid="<?php echo esc_attr($mpid); ?>" 15 data-page-type="<?php echo esc_attr($page_type); ?>" 14 16 data-amount="<?php echo esc_attr($order_total); ?>" 15 data-currency="<?php echo esc_attr($currency); ?>"> 16 </div> 17 data-currency="<?php echo esc_attr($currency); ?>"></square-placement> 18 <?php 19 } -
clearpay-gateway-for-woocommerce/tags/3.8.2/clearpay-gateway-for-woocommerce.php
r3029190 r3029379 5 5 * Author: Clearpay 6 6 * Author URI: https://www.clearpay.co.uk/ 7 * Version: 3.8. 17 * Version: 3.8.2 8 8 * Text Domain: woo_clearpay 9 9 * Domain Path: /languages/ … … 47 47 * the value in the comments above. 48 48 */ 49 public static $version = '3.8. 1';49 public static $version = '3.8.2'; 50 50 51 51 /** -
clearpay-gateway-for-woocommerce/tags/3.8.2/readme.txt
r3029190 r3029379 4 4 Requires at least: 4.8.3 5 5 Tested up to: 6.4.2 6 Stable tag: 3.8. 16 Stable tag: 3.8.2 7 7 License: GNU Public License 8 8 License URI: https://www.gnu.org/licenses/ … … 40 40 == Changelog == 41 41 42 = 3.8.2 = 43 *Release Date: Wednesday, 31 Jan 2024* 44 45 * Fixed an outdated file that failed to upload during the release of version 3.8.1. 46 42 47 = 3.8.1 = 43 48 *Release Date: Wednesday, 31 Jan 2024* -
clearpay-gateway-for-woocommerce/trunk/class/WC_Gateway_Clearpay/instalments.html.php
r2959052 r3029379 5 5 */ 6 6 7 if ($this->settings['testmode'] != 'production') { 8 ?><p class="clearpay-test-mode-warning-text"><?php _e( 'TEST MODE ENABLED', 'woo_clearpay' ); ?></p><?php 9 } 7 function clearpay_display_payment_schedule($test_mode, $mpid, $order_total, $currency, $page_type = 'checkout') { 10 8 ?> 9 <?php if ($test_mode != 'production') { ?> 10 <p class="clearpay-test-mode-warning-text"><?php _e( 'TEST MODE ENABLED', 'woo_clearpay' ); ?></p> 11 <?php } ?> 11 12 <div 12 13 id="clearpay-widget-container" 13 data-locale="<?php echo esc_attr($locale); ?>" 14 data-mpid="<?php echo esc_attr($mpid); ?>" 15 data-page-type="<?php echo esc_attr($page_type); ?>" 14 16 data-amount="<?php echo esc_attr($order_total); ?>" 15 data-currency="<?php echo esc_attr($currency); ?>"> 16 </div> 17 data-currency="<?php echo esc_attr($currency); ?>"></square-placement> 18 <?php 19 } -
clearpay-gateway-for-woocommerce/trunk/clearpay-gateway-for-woocommerce.php
r3029190 r3029379 5 5 * Author: Clearpay 6 6 * Author URI: https://www.clearpay.co.uk/ 7 * Version: 3.8. 17 * Version: 3.8.2 8 8 * Text Domain: woo_clearpay 9 9 * Domain Path: /languages/ … … 47 47 * the value in the comments above. 48 48 */ 49 public static $version = '3.8. 1';49 public static $version = '3.8.2'; 50 50 51 51 /** -
clearpay-gateway-for-woocommerce/trunk/readme.txt
r3029190 r3029379 4 4 Requires at least: 4.8.3 5 5 Tested up to: 6.4.2 6 Stable tag: 3.8. 16 Stable tag: 3.8.2 7 7 License: GNU Public License 8 8 License URI: https://www.gnu.org/licenses/ … … 40 40 == Changelog == 41 41 42 = 3.8.2 = 43 *Release Date: Wednesday, 31 Jan 2024* 44 45 * Fixed an outdated file that failed to upload during the release of version 3.8.1. 46 42 47 = 3.8.1 = 43 48 *Release Date: Wednesday, 31 Jan 2024*
Note: See TracChangeset
for help on using the changeset viewer.