Plugin Directory

Changeset 3071674


Ignore:
Timestamp:
04/16/2024 02:12:02 PM (2 years ago)
Author:
monei
Message:

Update to version 5.8.6 from GitHub

Location:
monei
Files:
6 deleted
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • monei/tags/5.8.6/.gitattributes

    r3066980 r3071674  
    22/build export-ignore
    33/.github export-ignore
     4/.git export-ignore
    45
    56# Files
     
    78/.gitattributes export-ignore
    89/.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  
    66 * @category Core
    77 * @package  Woocommerce_Gateway_Monei
    8  * @version  5.8.5
     8 * @version  5.8.6
    99 */
    1010if ( ! class_exists( 'Woocommerce_Gateway_Monei' ) ) :
     
    1717         * @var string
    1818         */
    19         public $version = '5.8.5';
     19        public $version = '5.8.6';
    2020
    2121        /**
  • monei/tags/5.8.6/readme.txt

    r3066980 r3071674  
    33Contributors: monei, furi3r
    44Requires at least: 5.0
    5 Tested up to: 6.4.3
    6 Stable tag: 5.8.5
     5Tested up to: 6.5.2
     6Stable tag: 5.8.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99WC requires at least: 3.0
    10 WC tested up to: 7.2.3
     10WC tested up to: 8.7.0
    1111
    1212Accept 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  
    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.5
     13 * Version: 5.8.6
    1414 * Author: MONEI
    1515 * Author URI: https://www.monei.com/
  • monei/trunk/.gitattributes

    r3066980 r3071674  
    22/build export-ignore
    33/.github export-ignore
     4/.git export-ignore
    45
    56# Files
     
    78/.gitattributes export-ignore
    89/.gitignore export-ignore
     10/DOCKER_ENV export-ignore
     11/docker_tag export-ignore
  • monei/trunk/class-woocommerce-gateway-monei.php

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

    r3066980 r3071674  
    33Contributors: monei, furi3r
    44Requires at least: 5.0
    5 Tested up to: 6.4.3
    6 Stable tag: 5.8.5
     5Tested up to: 6.5.2
     6Stable tag: 5.8.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99WC requires at least: 3.0
    10 WC tested up to: 7.2.3
     10WC tested up to: 8.7.0
    1111
    1212Accept 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  
    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.5
     13 * Version: 5.8.6
    1414 * Author: MONEI
    1515 * Author URI: https://www.monei.com/
Note: See TracChangeset for help on using the changeset viewer.