| @@ -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.5'; | |
| 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 | } |