From e80170e61c12810a0ee9f09d4ee8958688434c78 Mon Sep 17 00:00:00 2001 From: skito Date: Mon, 27 Nov 2023 04:55:34 +0200 Subject: [PATCH] Domain migration --- entase.php | 4 ++-- src/Vendor/EntaseSDK/Env.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entase.php b/entase.php index 1d62fd6..4650da6 100644 --- a/entase.php +++ b/entase.php @@ -4,8 +4,8 @@ Plugin Name: Entase Description: Sell event tickets directly from your website with Entase integrated API. Author: Entase, Inc. -Version: 1.5 -Author URI: http://www.entase.bg +Version: 1.6 +Author URI: http://www.entase.com Plugin URI: https://github.com/entaseteam/plugin.wp/ Update URI: https://github.com/entaseteam/plugin.wp/releases/latest/download/package.json Icon: assets/img/icon128.png diff --git a/src/Vendor/EntaseSDK/Env.php b/src/Vendor/EntaseSDK/Env.php index fa3969f..4f0052e 100644 --- a/src/Vendor/EntaseSDK/Env.php +++ b/src/Vendor/EntaseSDK/Env.php @@ -4,6 +4,6 @@ abstract class Env { - public static $APIURL = 'https://api.entase.bg/v2/'; + public static $APIURL = 'https://api.entase.com/v2/'; public static $DebugMode = false; } \ No newline at end of file