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 | modules/connect/classes/config.php +3 -2 1.5.41.7.7 View file →
@@ -11,11 +11,12 @@
11 11 */
12 12 class Config {
13 13 const APP_NAME = 'image-optimizer';
14 14 const APP_PREFIX = 'image_optimizer';
15 - const APP_REST_NAMESPACE = 'image_optimizer';
15 + const APP_REST_NAMESPACE = 'image-optimizer/v1';
16 + const PLUGIN_SLUG = 'image-optimization';
16 17 const BASE_URL = 'https://my.elementor.com/connect';
17 - const ADMIN_PAGE = 'upload.php?page=image-optimization-settings';
18 + const ADMIN_PAGE = 'admin.php?page=image-optimization-settings';
18 19 const APP_TYPE = 'app_io';
19 20 const SCOPES = 'openid offline_access';
20 21 const STATE_NONCE = 'image_optimizer_auth_nonce';
21 22 /**