Changeset 3093323
- Timestamp:
- 05/27/2024 03:15:54 PM (22 months ago)
- Location:
- monei
- Files:
-
- 6 edited
- 1 copied
-
tags/5.8.10 (copied) (copied from monei/trunk)
-
tags/5.8.10/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
tags/5.8.10/readme.txt (modified) (2 diffs)
-
tags/5.8.10/woocommerce-gateway-monei.php (modified) (1 diff)
-
trunk/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-gateway-monei.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monei/tags/5.8.10/class-woocommerce-gateway-monei.php
r3090962 r3093323 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 5.8. 98 * @version 5.8.10 9 9 */ 10 10 if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) : … … 17 17 * @var string 18 18 */ 19 public $version = '5.8. 9';19 public $version = '5.8.10'; 20 20 21 21 /** -
monei/tags/5.8.10/readme.txt
r3090962 r3093323 3 3 Contributors: monei, furi3r 4 4 Requires at least: 5.0 5 Tested up to: 6.5. 26 Stable tag: 5.8. 95 Tested up to: 6.5.3 6 Stable tag: 5.8.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 102 102 103 103 == Changelog == 104 = 5.8. 9=104 = 5.8.10 = 105 105 * Fix partial refunds 106 106 107 = 5.8. 9=107 = 5.8.10 = 108 108 * Update dependencies 109 109 -
monei/tags/5.8.10/woocommerce-gateway-monei.php
r3090962 r3093323 11 11 * Plugin URI: https://wordpress.org/plugins/monei/ 12 12 * Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store. 13 * Version: 5.8. 913 * Version: 5.8.10 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/ -
monei/trunk/class-woocommerce-gateway-monei.php
r3090962 r3093323 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 5.8. 98 * @version 5.8.10 9 9 */ 10 10 if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) : … … 17 17 * @var string 18 18 */ 19 public $version = '5.8. 9';19 public $version = '5.8.10'; 20 20 21 21 /** -
monei/trunk/readme.txt
r3090962 r3093323 3 3 Contributors: monei, furi3r 4 4 Requires at least: 5.0 5 Tested up to: 6.5. 26 Stable tag: 5.8. 95 Tested up to: 6.5.3 6 Stable tag: 5.8.10 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 102 102 103 103 == Changelog == 104 = 5.8. 9=104 = 5.8.10 = 105 105 * Fix partial refunds 106 106 107 = 5.8. 9=107 = 5.8.10 = 108 108 * Update dependencies 109 109 -
monei/trunk/woocommerce-gateway-monei.php
r3090962 r3093323 11 11 * Plugin URI: https://wordpress.org/plugins/monei/ 12 12 * Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store. 13 * Version: 5.8. 913 * Version: 5.8.10 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/
Note: See TracChangeset
for help on using the changeset viewer.