Plugin Directory

Changeset 3138925


Ignore:
Timestamp:
08/21/2024 10:04:32 AM (17 months ago)
Author:
eupagoip
Message:

v4.1.9

Location:
eupago-gateway-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • eupago-gateway-for-woocommerce/trunk/eupago-gateway-for-woocommerce.php

    r3135008 r3138925  
    44* Plugin URI:
    55* Description: This plugin allows customers to pay their orders with Multibanco, MB WAY, Payshop, Credit Card and CofidisPay with Eupago’s gateway.
    6 * Version: 4.1.8
     6* Version: 4.1.9
    77* Author: Eupago
    88* Author URI: https://www.eupago.pt/
     
    2626         * @var string
    2727         */
    28         public const VERSION = '4.1.8';
     28        public const VERSION = '4.1.9';
    2929
    3030        /**
  • eupago-gateway-for-woocommerce/trunk/includes/class-wc-eupago-mbway.php

    r3135008 r3138925  
    2424            $this->id = 'eupago_mbway';
    2525
    26             // Logs
    27             // $this->debug = ($this->get_option('debug')=='yes' ? true : false);
    28             // if ($this->debug) $this->log = new WC_Logger();
    29             // $this->debug_email = $this->get_option('debug_email');
    30 
    3126            // load_plugin_textdomain('eupago-gateway-for-woocommerce', false, dirname(plugin_basename(__FILE__)) . '/lang/');
    3227
    3328            $this->icon = plugins_url('assets/images/mbway_icon.png', dirname(__FILE__));
    34             $this->has_fields = false;
     29            $this->has_fields = true;
    3530            $this->method_title = __('MBWAY (Eupago)', 'eupago-gateway-for-woocommerce');
    3631
  • eupago-gateway-for-woocommerce/trunk/readme.txt

    r3135008 r3138925  
    77Tested up to: 6.4.2
    88Requires PHP: 7.0
    9 Stable tag: 4.1.8
     9Stable tag: 4.1.9
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     45= 4.1.9(20/08/2024) =
     46* Fixed bug with mbway checkout when description was empty
     47
    4548= 4.1.8(12/08/2024) =
    4649* Hotfix to show instructions text
Note: See TracChangeset for help on using the changeset viewer.