PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.1
Elementor Website Builder – more than just a page builder v4.3.1
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
← All changes | vendor/elementor/wp-one-package/src/Loader.php +4 -1 4.1.0-dev2 → 4.3.1 View file →
@@ -57,8 +57,9 @@
57 57 * @return void
58 58 */
59 59 private static function initialize_services(): void {
60 60 \ElementorOne\Admin\Services\Editor::instance();
61 + \ElementorOne\Admin\Services\Licenses::instance();
61 62 \ElementorOne\Admin\Services\Migration::instance();
62 63 }
63 64
64 65 /**
@@ -70,9 +71,9 @@
70 71 \ElementorOne\Admin\Components\Page::instance();
71 72 \ElementorOne\Admin\Components\Assets::instance();
72 73 \ElementorOne\Admin\Components\Fields::instance();
73 74 \ElementorOne\Admin\Components\Onboarding::instance();
74 - \ElementorOne\Admin\Components\EditorUpdateNotification::instance();
75 + \ElementorOne\Admin\Components\ManageDashboardWidget::instance();
75 76 }
76 77
77 78 /**
78 79 * Initialize all REST controllers.
@@ -83,8 +84,10 @@
83 84 new \ElementorOne\Admin\Controllers\TopBar();
84 85 new \ElementorOne\Admin\Controllers\Themes();
85 86 new \ElementorOne\Admin\Controllers\Plugins();
86 87 new \ElementorOne\Admin\Controllers\Settings();
88 + new \ElementorOne\Admin\Controllers\ManageDashboardWidget();
89 + new \ElementorOne\Admin\Controllers\Logs();
87 90 }
88 91
89 92 /**
90 93 * Define constants