PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.6.8
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.6.8
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 +3 -1 3.6.33.6.8 View file →
@@ -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.3';
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();