We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c87c3 commit e80170eCopy full SHA for e80170e
entase.php
@@ -4,8 +4,8 @@
4
Plugin Name: Entase
5
Description: Sell event tickets directly from your website with Entase integrated API.
6
Author: Entase, Inc.
7
-Version: 1.5
8
-Author URI: http://www.entase.bg
+Version: 1.6
+Author URI: http://www.entase.com
9
Plugin URI: https://github.com/entaseteam/plugin.wp/
10
Update URI: https://github.com/entaseteam/plugin.wp/releases/latest/download/package.json
11
Icon: assets/img/icon128.png
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;
}
0 commit comments