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 -3 3.6.43.5.3 View file →
@@ -36,9 +36,8 @@
36 36 use Templately\API\Dependencies;
37 37 use Templately\API\TemplateTypes;
38 38 use Templately\API\SavedTemplates;
39 39 use Templately\API\Sites;
40 -use Templately\API\Tour;
41 40 use Templately\Core\Maintenance;
42 41 use Templately\Core\Migrator;
43 42 use Templately\Core\Platform\Gutenberg;
44 43 use Templately\Core\Platform\Elementor;
@@ -43,9 +42,9 @@
43 42 use Templately\Core\Platform\Gutenberg;
44 43 use Templately\Core\Platform\Elementor;
45 44
46 45 final class Plugin extends Base {
47 - public $version = '3.6.4';
46 + public $version = '3.5.3';
48 47
49 48 public $admin;
50 49 public $settings;
51 50 /**
@@ -196,9 +195,8 @@
196 195 Profile::get_instance();
197 196 MyClouds::get_instance();
198 197 WorkSpaces::get_instance();
199 198 Sites::get_instance();
200 - Tour::get_instance();
201 199
202 200 APISettings::get_instance();
203 201 // Note: DeveloperSettings::get_instance() is called in Developer::init_modules() when developer functionality is available and enabled
204 202 }