From 4f724160fe33b2a95394a543f76d119c2dc9e321 Mon Sep 17 00:00:00 2001 From: skito Date: Thu, 12 Oct 2023 12:37:45 +0300 Subject: [PATCH] Version 1.5 --- conf.php | 2 +- entase.php | 2 +- src/Core/ATMF.php | 1 + src/Templates/Masters/DashboardSettings.mtpl | 4 ++-- src/Vendor/ATMF-EXT/version.php | 17 +++++++++++++++++ 5 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 src/Vendor/ATMF-EXT/version.php diff --git a/conf.php b/conf.php index 0f69132..d7ffe0f 100644 --- a/conf.php +++ b/conf.php @@ -3,7 +3,7 @@ namespace Entase\Plugins\WP; abstract class Conf { - const Version = '1.0'; + const Version = '1.5'; // Backend const BasePath = __DIR__; diff --git a/entase.php b/entase.php index 48e6d52..2229c5e 100644 --- a/entase.php +++ b/entase.php @@ -4,7 +4,7 @@ Plugin Name: Entase Description: Sell event tickets directly from your website with Entase integrated API. Author: Entase -Version: 1.4 +Version: 1.5 Author URI: http://www.entase.bg Plugin URI: https://github.com/entaseteam/plugin.wp/ Update URI: https://github.com/entaseteam/plugin.wp/releases/latest/download/package.json diff --git a/src/Core/ATMF.php b/src/Core/ATMF.php index d4a1a4b..c7f8101 100644 --- a/src/Core/ATMF.php +++ b/src/Core/ATMF.php @@ -18,6 +18,7 @@ public static function GetEngine() { require_once(\Entase\Plugins\WP\Conf::VendorPath.'/ATMF/engine.php'); require_once(\Entase\Plugins\WP\Conf::VendorPath.'/ATMF-EXT/scripts.php'); + require_once(\Entase\Plugins\WP\Conf::VendorPath.'/ATMF-EXT/version.php'); self::$atmf = new \ATMF\Engine(); diff --git a/src/Templates/Masters/DashboardSettings.mtpl b/src/Templates/Masters/DashboardSettings.mtpl index 4b2c3ed..51fcd82 100755 --- a/src/Templates/Masters/DashboardSettings.mtpl +++ b/src/Templates/Masters/DashboardSettings.mtpl @@ -57,10 +57,10 @@ diff --git a/src/Vendor/ATMF-EXT/version.php b/src/Vendor/ATMF-EXT/version.php new file mode 100644 index 0000000..1a74ca2 --- /dev/null +++ b/src/Vendor/ATMF-EXT/version.php @@ -0,0 +1,17 @@ +