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