PluginProbe
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) / 1.3.2
Darkify – Dark Mode & Night Mode for Website & Admin (Dark Theme Included) v1.3.2
2.1.3 2.1.2 2.1.1 2.1.0 2.0.4 2.0.3 2.0.2 2.0.1 2.0.0 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 trunk 1.0.1 1.1.0 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.3.0 All 57 releases
← All changes | src/Admin/appsero/Client.php +1 -4 1.5.11.3.2 View file →
@@ -6,9 +6,8 @@
6 6 * Appsero Client
7 7 *
8 8 * This class is necessary to set project data
9 9 */
10 -if (!class_exists('Client')) {
11 10 class Client
12 11 {
13 12
14 13 /**
@@ -15,9 +14,9 @@
15 14 * The client version
16 15 *
17 16 * @var string
18 17 */
19 - public $version = '2.0.4';
18 + public $version = '1.2.0';
20 19
21 20 /**
22 21 * Hash identifier of the plugin
23 22 *
@@ -112,9 +111,8 @@
112 111 * API Endpoint
113 112 *
114 113 * @return string
115 114 */
116 -
117 115 public function endpoint()
118 116 {
119 117 $endpoint = apply_filters('appsero_endpoint', 'https://api.appsero.com');
120 118
@@ -200,5 +198,4 @@
200 198 {
201 199 return call_user_func('__', $text, $this->textdomain);
202 200 }
203 201 }
204 -}