Changeset 3071674
- Timestamp:
- 04/16/2024 02:12:02 PM (2 years ago)
- Location:
- monei
- Files:
-
- 6 deleted
- 8 edited
- 1 copied
-
tags/5.8.6 (copied) (copied from monei/trunk)
-
tags/5.8.6/.git (deleted)
-
tags/5.8.6/.gitattributes (modified) (2 diffs)
-
tags/5.8.6/DOCKER_ENV (deleted)
-
tags/5.8.6/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
tags/5.8.6/docker_tag (deleted)
-
tags/5.8.6/readme.txt (modified) (1 diff)
-
tags/5.8.6/woocommerce-gateway-monei.php (modified) (1 diff)
-
trunk/.git (deleted)
-
trunk/.gitattributes (modified) (2 diffs)
-
trunk/DOCKER_ENV (deleted)
-
trunk/class-woocommerce-gateway-monei.php (modified) (2 diffs)
-
trunk/docker_tag (deleted)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/woocommerce-gateway-monei.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
monei/tags/5.8.6/.gitattributes
r3066980 r3071674 2 2 /build export-ignore 3 3 /.github export-ignore 4 /.git export-ignore 4 5 5 6 # Files … … 7 8 /.gitattributes export-ignore 8 9 /.gitignore export-ignore 10 /DOCKER_ENV export-ignore 11 /docker_tag export-ignore -
monei/tags/5.8.6/class-woocommerce-gateway-monei.php
r3066980 r3071674 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 5.8. 58 * @version 5.8.6 9 9 */ 10 10 if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) : … … 17 17 * @var string 18 18 */ 19 public $version = '5.8. 5';19 public $version = '5.8.6'; 20 20 21 21 /** -
monei/tags/5.8.6/readme.txt
r3066980 r3071674 3 3 Contributors: monei, furi3r 4 4 Requires at least: 5.0 5 Tested up to: 6. 4.36 Stable tag: 5.8. 55 Tested up to: 6.5.2 6 Stable tag: 5.8.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 WC requires at least: 3.0 10 WC tested up to: 7.2.310 WC tested up to: 8.7.0 11 11 12 12 Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your WooCommerce store using MONEI payment gateway. -
monei/tags/5.8.6/woocommerce-gateway-monei.php
r3066980 r3071674 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. 513 * Version: 5.8.6 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/ -
monei/trunk/.gitattributes
r3066980 r3071674 2 2 /build export-ignore 3 3 /.github export-ignore 4 /.git export-ignore 4 5 5 6 # Files … … 7 8 /.gitattributes export-ignore 8 9 /.gitignore export-ignore 10 /DOCKER_ENV export-ignore 11 /docker_tag export-ignore -
monei/trunk/class-woocommerce-gateway-monei.php
r3066980 r3071674 6 6 * @category Core 7 7 * @package Woocommerce_Gateway_Monei 8 * @version 5.8. 58 * @version 5.8.6 9 9 */ 10 10 if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) : … … 17 17 * @var string 18 18 */ 19 public $version = '5.8. 5';19 public $version = '5.8.6'; 20 20 21 21 /** -
monei/trunk/readme.txt
r3066980 r3071674 3 3 Contributors: monei, furi3r 4 4 Requires at least: 5.0 5 Tested up to: 6. 4.36 Stable tag: 5.8. 55 Tested up to: 6.5.2 6 Stable tag: 5.8.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 WC requires at least: 3.0 10 WC tested up to: 7.2.310 WC tested up to: 8.7.0 11 11 12 12 Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your WooCommerce store using MONEI payment gateway. -
monei/trunk/woocommerce-gateway-monei.php
r3066980 r3071674 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. 513 * Version: 5.8.6 14 14 * Author: MONEI 15 15 * Author URI: https://www.monei.com/
Note: See TracChangeset
for help on using the changeset viewer.