PluginProbe
Image Optimizer – Compress Images and Convert to WebP or AVIF / 1.7.7
Image Optimizer – Compress Images and Convert to WebP or AVIF v1.7.7
1.7.7 1.7.6 1.7.5 1.7.4 trunk 1.0.0 1.0.1 1.0.2 1.1.0 1.2.0 1.2.1 1.3.0 1.4.0 1.4.1 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 All 33 releases
← All changes | vendor/elementor/wp-one-package/src/Admin/Components/Fields.php +0 -6 1.7.4 → 1.7.7 View file →
@@ -59,13 +59,8 @@
59 59 'single' => true,
60 60 'show_in_rest' => true,
61 61 'description' => 'Elementor One Dismiss Connect Alert',
62 62 ],
63 - 'editor_update_notification_dismissed' => [
64 - 'type' => 'boolean',
65 - 'show_in_rest' => true,
66 - 'description' => 'Elementor One Dismiss Editor Update Notification',
67 - ],
68 63 ];
69 64 }
70 65
71 66 /**
@@ -83,9 +78,8 @@
83 78 'isDevelopment' => defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG,
84 79 'siteUrl' => get_site_url(),
85 80 'welcomeScreenCompleted' => (bool) get_option( self::SETTING_PREFIX . 'welcome_screen_completed' ),
86 81 'dismissConnectAlert' => (bool) get_option( self::SETTING_PREFIX . 'dismiss_connect_alert' ),
87 - 'editorUpdateNotificationDismissed' => (bool) get_option( self::SETTING_PREFIX . 'editor_update_notification_dismissed' ),
88 82 'userLocale' => get_user_locale( get_current_user_id() ),
89 83 'isRTL' => is_rtl(),
90 84 ];
91 85 }