| @@ -26,8 +26,9 @@ | ||
| 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; | |
| 30 | 31 | use Templately\API\SignUp; |
| 31 | 32 | use Templately\API\Profile; |
| 32 | 33 | use Templately\API\Import; |
| 33 | 34 | use Templately\API\MyClouds; |
| @@ -43,9 +44,9 @@ | ||
| 43 | 44 | use Templately\Core\Platform\Gutenberg; |
| 44 | 45 | use Templately\Core\Platform\Elementor; |
| 45 | 46 | |
| 46 | 47 | final class Plugin extends Base { |
| 47 | - public $version = '3.6.1'; | |
| 48 | + public $version = '3.6.8'; | |
| 48 | 49 | |
| 49 | 50 | public $admin; |
| 50 | 51 | public $settings; |
| 51 | 52 | /** |
| @@ -190,8 +191,9 @@ | ||
| 190 | 191 | Items::get_instance(); |
| 191 | 192 | SavedTemplates::get_instance(); |
| 192 | 193 | |
| 193 | 194 | Login::get_instance(); |
| 195 | + Checkout::get_instance(); | |
| 194 | 196 | SignUp::get_instance(); |
| 195 | 197 | Import::get_instance(); |
| 196 | 198 | Profile::get_instance(); |
| 197 | 199 | MyClouds::get_instance(); |