From 543f012f6760f6093ec9db33e1cffd351bba7df0 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 7 Aug 2017 12:28:55 -0400 Subject: [PATCH] Fixed missing quotes around GLM_MES_VERSION definition. --- glm-woocommerce-merchant-e-solutions-gateway.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/glm-woocommerce-merchant-e-solutions-gateway.php b/glm-woocommerce-merchant-e-solutions-gateway.php index 25b382f..892b28d 100644 --- a/glm-woocommerce-merchant-e-solutions-gateway.php +++ b/glm-woocommerce-merchant-e-solutions-gateway.php @@ -3,7 +3,7 @@ * Plugin Name: GLM WooCommerce Merchant e-Solutions Gateway * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Merchant e-Solutions support for WooCommerce. Provides a payment gateway that will process WooCommerce payments and refunds through Merchant e-Solutions. For more information on Merchant e-Solutions see their Website at https://www.merchante-solutions.com/. - * Version: 1.0.5 + * Version: 1.1.1 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * Text Domain: glm-woocommerce-merchant-e-solutions-gateway @@ -21,7 +21,7 @@ * @package glmMerchantESolutions * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.5 + * @version 1.1.1 */ /* @@ -42,7 +42,7 @@ */ // Plugin Versions -define('GLM_MES_VERSION', 1.1.0); +define('GLM_MES_VERSION', "1.1.1"); define('GLM_MES_REQUIRED_WOO_VERSION', "2.3"); if( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly. -- 2.17.1