Changeset 3138925
- Timestamp:
- 08/21/2024 10:04:32 AM (17 months ago)
- Location:
- eupago-gateway-for-woocommerce/trunk
- Files:
-
- 3 edited
-
eupago-gateway-for-woocommerce.php (modified) (2 diffs)
-
includes/class-wc-eupago-mbway.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eupago-gateway-for-woocommerce/trunk/eupago-gateway-for-woocommerce.php
r3135008 r3138925 4 4 * Plugin URI: 5 5 * 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. 86 * Version: 4.1.9 7 7 * Author: Eupago 8 8 * Author URI: https://www.eupago.pt/ … … 26 26 * @var string 27 27 */ 28 public const VERSION = '4.1. 8';28 public const VERSION = '4.1.9'; 29 29 30 30 /** -
eupago-gateway-for-woocommerce/trunk/includes/class-wc-eupago-mbway.php
r3135008 r3138925 24 24 $this->id = 'eupago_mbway'; 25 25 26 // Logs27 // $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 31 26 // load_plugin_textdomain('eupago-gateway-for-woocommerce', false, dirname(plugin_basename(__FILE__)) . '/lang/'); 32 27 33 28 $this->icon = plugins_url('assets/images/mbway_icon.png', dirname(__FILE__)); 34 $this->has_fields = false;29 $this->has_fields = true; 35 30 $this->method_title = __('MBWAY (Eupago)', 'eupago-gateway-for-woocommerce'); 36 31 -
eupago-gateway-for-woocommerce/trunk/readme.txt
r3135008 r3138925 7 7 Tested up to: 6.4.2 8 8 Requires PHP: 7.0 9 Stable tag: 4.1. 89 Stable tag: 4.1.9 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 = 4.1.9(20/08/2024) = 46 * Fixed bug with mbway checkout when description was empty 47 45 48 = 4.1.8(12/08/2024) = 46 49 * Hotfix to show instructions text
Note: See TracChangeset
for help on using the changeset viewer.