PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.5.3
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.5.3
3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.10 All 111 releases
← All changes | includes/Plugin.php +1 -5 3.6.83.5.3 View file →
@@ -26,9 +26,8 @@
26 26
27 27 use Templately\API\Tags;
28 28 use Templately\API\Items;
29 29 use Templately\API\Login;
30 -use Templately\API\Checkout;
31 30 use Templately\API\SignUp;
32 31 use Templately\API\Profile;
33 32 use Templately\API\Import;
34 33 use Templately\API\MyClouds;
@@ -37,9 +36,8 @@
37 36 use Templately\API\Dependencies;
38 37 use Templately\API\TemplateTypes;
39 38 use Templately\API\SavedTemplates;
40 39 use Templately\API\Sites;
41 -use Templately\API\Tour;
42 40 use Templately\Core\Maintenance;
43 41 use Templately\Core\Migrator;
44 42 use Templately\Core\Platform\Gutenberg;
45 43 use Templately\Core\Platform\Elementor;
@@ -44,9 +42,9 @@
44 42 use Templately\Core\Platform\Gutenberg;
45 43 use Templately\Core\Platform\Elementor;
46 44
47 45 final class Plugin extends Base {
48 - public $version = '3.6.8';
46 + public $version = '3.5.3';
49 47
50 48 public $admin;
51 49 public $settings;
52 50 /**
@@ -191,9 +189,8 @@
191 189 Items::get_instance();
192 190 SavedTemplates::get_instance();
193 191
194 192 Login::get_instance();
195 - Checkout::get_instance();
196 193 SignUp::get_instance();
197 194 Import::get_instance();
198 195 Profile::get_instance();
199 196 MyClouds::get_instance();
@@ -198,9 +195,8 @@
198 195 Profile::get_instance();
199 196 MyClouds::get_instance();
200 197 WorkSpaces::get_instance();
201 198 Sites::get_instance();
202 - Tour::get_instance();
203 199
204 200 APISettings::get_instance();
205 201 // Note: DeveloperSettings::get_instance() is called in Developer::init_modules() when developer functionality is available and enabled
206 202 }