Plugin Directory

Changeset 3093323


Ignore:
Timestamp:
05/27/2024 03:15:54 PM (22 months ago)
Author:
monei
Message:

Update to version 5.8.10 from GitHub

Location:
monei
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • monei/tags/5.8.10/class-woocommerce-gateway-monei.php

    r3090962 r3093323  
    66 * @category Core
    77 * @package  Woocommerce_Gateway_Monei
    8  * @version  5.8.9
     8 * @version  5.8.10
    99 */
    1010if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) :
     
    1717         * @var string
    1818         */
    19         public $version = '5.8.9';
     19        public $version = '5.8.10';
    2020
    2121        /**
  • monei/tags/5.8.10/readme.txt

    r3090962 r3093323  
    33Contributors: monei, furi3r
    44Requires at least: 5.0
    5 Tested up to: 6.5.2
    6 Stable tag: 5.8.9
     5Tested up to: 6.5.3
     6Stable tag: 5.8.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102
    103103== Changelog ==
    104 = 5.8.9 =
     104= 5.8.10 =
    105105* Fix partial refunds
    106106
    107 = 5.8.9 =
     107= 5.8.10 =
    108108* Update dependencies
    109109
  • monei/tags/5.8.10/woocommerce-gateway-monei.php

    r3090962 r3093323  
    1111 * Plugin URI: https://wordpress.org/plugins/monei/
    1212 * Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store.
    13  * Version: 5.8.9
     13 * Version: 5.8.10
    1414 * Author: MONEI
    1515 * Author URI: https://www.monei.com/
  • monei/trunk/class-woocommerce-gateway-monei.php

    r3090962 r3093323  
    66 * @category Core
    77 * @package  Woocommerce_Gateway_Monei
    8  * @version  5.8.9
     8 * @version  5.8.10
    99 */
    1010if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) :
     
    1717         * @var string
    1818         */
    19         public $version = '5.8.9';
     19        public $version = '5.8.10';
    2020
    2121        /**
  • monei/trunk/readme.txt

    r3090962 r3093323  
    33Contributors: monei, furi3r
    44Requires at least: 5.0
    5 Tested up to: 6.5.2
    6 Stable tag: 5.8.9
     5Tested up to: 6.5.3
     6Stable tag: 5.8.10
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    102102
    103103== Changelog ==
    104 = 5.8.9 =
     104= 5.8.10 =
    105105* Fix partial refunds
    106106
    107 = 5.8.9 =
     107= 5.8.10 =
    108108* Update dependencies
    109109
  • monei/trunk/woocommerce-gateway-monei.php

    r3090962 r3093323  
    1111 * Plugin URI: https://wordpress.org/plugins/monei/
    1212 * Description: Accept Card, Apple Pay, Google Pay, Bizum, PayPal and many more payment methods in your store.
    13  * Version: 5.8.9
     13 * Version: 5.8.10
    1414 * Author: MONEI
    1515 * Author URI: https://www.monei.com/
Note: See TracChangeset for help on using the changeset viewer.