Skip to content

Commit e80170e

Browse files
committed
Domain migration
1 parent 80c87c3 commit e80170e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

entase.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
Plugin Name: Entase
55
Description: Sell event tickets directly from your website with Entase integrated API.
66
Author: Entase, Inc.
7-
Version: 1.5
8-
Author URI: http://www.entase.bg
7+
Version: 1.6
8+
Author URI: http://www.entase.com
99
Plugin URI: https://github.com/entaseteam/plugin.wp/
1010
Update URI: https://github.com/entaseteam/plugin.wp/releases/latest/download/package.json
1111
Icon: assets/img/icon128.png

src/Vendor/EntaseSDK/Env.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
abstract class Env
66
{
7-
public static $APIURL = 'https://api.entase.bg/v2/';
7+
public static $APIURL = 'https://api.entase.com/v2/';
88
public static $DebugMode = false;
99
}

0 commit comments

Comments
 (0)