PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.7.5
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.7.5
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 +5 -1 3.7.23.7.5 View file →
@@ -30,8 +30,9 @@
30 30 use Templately\API\Items;
31 31 use Templately\API\Login;
32 32 use Templately\API\Checkout;
33 33 use Templately\API\SignUp;
34 +use Templately\API\AiCredit;
34 35 use Templately\API\Profile;
35 36 use Templately\API\Import;
36 37 use Templately\API\MyClouds;
37 38 use Templately\API\WorkSpaces;
@@ -40,8 +41,9 @@
40 41 use Templately\API\TemplateTypes;
41 42 use Templately\API\SavedTemplates;
42 43 use Templately\API\Sites;
43 44 use Templately\API\Tour;
45 +use Templately\Core\DeactivationSurvey;
44 46 use Templately\Core\Maintenance;
45 47 use Templately\Core\Migrator;
46 48 use Templately\Core\Platform\Gutenberg;
47 49 use Templately\Core\Platform\Elementor;
@@ -46,9 +48,9 @@
46 48 use Templately\Core\Platform\Gutenberg;
47 49 use Templately\Core\Platform\Elementor;
48 50
49 51 final class Plugin extends Base {
50 - public $version = '3.7.2';
52 + public $version = '3.7.5';
51 53
52 54 public $admin;
53 55 public $settings;
54 56 /**
@@ -77,8 +79,9 @@
77 79 $this->define_constants();
78 80 $this->set_locale();
79 81
80 82 Maintenance::init();
83 + DeactivationSurvey::init();
81 84
82 85 $this->assets = Enqueue::get_instance( TEMPLATELY_URL, TEMPLATELY_PATH, $this->version );
83 86 $this->admin = Admin::get_instance();
84 87 $this->settings = Settings::get_instance();
@@ -197,8 +200,9 @@
197 200 Checkout::get_instance();
198 201 SignUp::get_instance();
199 202 Import::get_instance();
200 203 Profile::get_instance();
204 + AiCredit::get_instance();
201 205 MyClouds::get_instance();
202 206 WorkSpaces::get_instance();
203 207 Sites::get_instance();
204 208 Tour::get_instance();