Changeset 3029776
- Timestamp:
- 02/01/2024 12:35:15 AM (2 years ago)
- Location:
- clearpay-gateway-for-woocommerce
- Files:
-
- 1 deleted
- 8 edited
- 1 copied
-
tags/3.8.2 (deleted)
-
tags/3.8.3 (copied) (copied from clearpay-gateway-for-woocommerce/trunk)
-
tags/3.8.3/class/WC_Gateway_Clearpay.php (modified) (1 diff)
-
tags/3.8.3/clearpay-gateway-for-woocommerce.php (modified) (2 diffs)
-
tags/3.8.3/readme.txt (modified) (2 diffs)
-
tags/3.8.3/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/class/WC_Gateway_Clearpay.php (modified) (1 diff)
-
trunk/clearpay-gateway-for-woocommerce.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clearpay-gateway-for-woocommerce/tags/3.8.3/class/WC_Gateway_Clearpay.php
r3029190 r3029776 994 994 } 995 995 996 include "{$this->include_path}/instalments.html.php";996 include_once "{$this->include_path}/instalments.html.php"; 997 997 clearpay_display_payment_schedule( 998 998 $this->settings['testmode'], -
clearpay-gateway-for-woocommerce/tags/3.8.3/clearpay-gateway-for-woocommerce.php
r3029379 r3029776 5 5 * Author: Clearpay 6 6 * Author URI: https://www.clearpay.co.uk/ 7 * Version: 3.8. 27 * Version: 3.8.3 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. 2';49 public static $version = '3.8.3'; 50 50 51 51 /** -
clearpay-gateway-for-woocommerce/tags/3.8.3/readme.txt
r3029379 r3029776 4 4 Requires at least: 4.8.3 5 5 Tested up to: 6.4.2 6 Stable tag: 3.8. 26 Stable tag: 3.8.3 7 7 License: GNU Public License 8 8 License URI: https://www.gnu.org/licenses/ … … 40 40 == Changelog == 41 41 42 = 3.8.3 = 43 *Release Date: Thursday, 01 Feb 2024* 44 45 * Added a fix to remove potential for a function redeclaration error. 46 42 47 = 3.8.2 = 43 48 *Release Date: Wednesday, 31 Jan 2024* -
clearpay-gateway-for-woocommerce/tags/3.8.3/vendor/composer/installed.php
r3029190 r3029776 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 74c2ba5453aed88893b2dd885ecc4fa289e3d559',6 'reference' => 'ffc7f9f255adadbfa7f74bf4544a1cb2649c3ef4', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 74c2ba5453aed88893b2dd885ecc4fa289e3d559',16 'reference' => 'ffc7f9f255adadbfa7f74bf4544a1cb2649c3ef4', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../', -
clearpay-gateway-for-woocommerce/trunk/class/WC_Gateway_Clearpay.php
r3029190 r3029776 994 994 } 995 995 996 include "{$this->include_path}/instalments.html.php";996 include_once "{$this->include_path}/instalments.html.php"; 997 997 clearpay_display_payment_schedule( 998 998 $this->settings['testmode'], -
clearpay-gateway-for-woocommerce/trunk/clearpay-gateway-for-woocommerce.php
r3029379 r3029776 5 5 * Author: Clearpay 6 6 * Author URI: https://www.clearpay.co.uk/ 7 * Version: 3.8. 27 * Version: 3.8.3 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. 2';49 public static $version = '3.8.3'; 50 50 51 51 /** -
clearpay-gateway-for-woocommerce/trunk/readme.txt
r3029379 r3029776 4 4 Requires at least: 4.8.3 5 5 Tested up to: 6.4.2 6 Stable tag: 3.8. 26 Stable tag: 3.8.3 7 7 License: GNU Public License 8 8 License URI: https://www.gnu.org/licenses/ … … 40 40 == Changelog == 41 41 42 = 3.8.3 = 43 *Release Date: Thursday, 01 Feb 2024* 44 45 * Added a fix to remove potential for a function redeclaration error. 46 42 47 = 3.8.2 = 43 48 *Release Date: Wednesday, 31 Jan 2024* -
clearpay-gateway-for-woocommerce/trunk/vendor/composer/installed.php
r3029190 r3029776 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 74c2ba5453aed88893b2dd885ecc4fa289e3d559',6 'reference' => 'ffc7f9f255adadbfa7f74bf4544a1cb2649c3ef4', 7 7 'type' => 'library', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => ' 74c2ba5453aed88893b2dd885ecc4fa289e3d559',16 'reference' => 'ffc7f9f255adadbfa7f74bf4544a1cb2649c3ef4', 17 17 'type' => 'library', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.