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/composer/installed.json +79 -8 1.5.0 → 1.7.7 View file →
@@ -1,23 +1,94 @@
1 1 {
2 2 "packages": [
3 3 {
4 + "name": "elementor/wp-notifications-package",
5 + "version": "1.2.0",
6 + "version_normalized": "1.2.0.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/elementor/wp-notifications-package.git",
10 + "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/elementor/wp-notifications-package/zipball/dd25ca9dd79402c3bb51fab112aa079702eb165e",
15 + "reference": "dd25ca9dd79402c3bb51fab112aa079702eb165e",
16 + "shasum": ""
17 + },
18 + "require-dev": {
19 + "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
20 + "squizlabs/php_codesniffer": "^3.10.2",
21 + "wp-coding-standards/wpcs": "^3.1.0"
22 + },
23 + "time": "2025-04-28T12:27:21+00:00",
24 + "type": "library",
25 + "installation-source": "dist",
26 + "autoload": {
27 + "psr-4": {
28 + "Elementor\\WPNotificationsPackage\\": "src/"
29 + }
30 + },
31 + "notification-url": "https://packagist.org/downloads/",
32 + "support": {
33 + "source": "https://github.com/elementor/wp-notifications-package/tree/1.2.0"
34 + },
35 + "install-path": "../elementor/wp-notifications-package"
36 + },
37 + {
38 + "name": "elementor/wp-one-package",
39 + "version": "1.0.66",
40 + "version_normalized": "1.0.66.0",
41 + "dist": {
42 + "type": "zip",
43 + "url": "https://composer.elementor.com/download/elementor/wp-one-package/1.0.66"
44 + },
45 + "require": {
46 + "elementor/wp-notifications-package": "^1.2"
47 + },
48 + "require-dev": {
49 + "dealerdirect/phpcodesniffer-composer-installer": "^v1.0.0",
50 + "johnpbloch/wordpress-core": "^6.0",
51 + "phpunit/phpunit": "^9.0",
52 + "squizlabs/php_codesniffer": "^3.10.2",
53 + "wp-coding-standards/wpcs": "^3.1.0",
54 + "yoast/phpunit-polyfills": "^2.0"
55 + },
56 + "time": "2026-06-24T10:34:47+00:00",
57 + "type": "library",
58 + "installation-source": "dist",
59 + "autoload": {
60 + "files": [
61 + "./runner.php"
62 + ]
63 + },
64 + "scripts": {
65 + "lint": [
66 + "vendor/bin/phpcs --standard=./phpcs.xml ./src/"
67 + ],
68 + "lint:fix": [
69 + "vendor/bin/phpcbf ."
70 + ]
71 + },
72 + "install-path": "../elementor/wp-one-package"
73 + },
74 + {
4 75 "name": "woocommerce/action-scheduler",
5 - "version": "3.8.1",
6 - "version_normalized": "3.8.1.0",
76 + "version": "3.9.0",
77 + "version_normalized": "3.9.0.0",
7 78 "source": {
8 79 "type": "git",
9 80 "url": "https://github.com/woocommerce/action-scheduler.git",
10 - "reference": "e331b534d7de10402d7545a0de50177b874c0779"
81 + "reference": "90b98e6fe97d455679b1d288f050cad8f6f79771"
11 82 },
12 83 "dist": {
13 84 "type": "zip",
14 - "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/e331b534d7de10402d7545a0de50177b874c0779",
15 - "reference": "e331b534d7de10402d7545a0de50177b874c0779",
85 + "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/90b98e6fe97d455679b1d288f050cad8f6f79771",
86 + "reference": "90b98e6fe97d455679b1d288f050cad8f6f79771",
16 87 "shasum": ""
17 88 },
18 89 "require": {
19 - "php": ">=5.6"
90 + "php": ">=7.1"
20 91 },
21 92 "require-dev": {
22 93 "phpunit/phpunit": "^7.5",
23 94 "woocommerce/woocommerce-sniffs": "0.1.0",
@@ -23,9 +94,9 @@
23 94 "woocommerce/woocommerce-sniffs": "0.1.0",
24 95 "wp-cli/wp-cli": "~2.5.0",
25 96 "yoast/phpunit-polyfills": "^2.0"
26 97 },
27 - "time": "2024-06-20T19:53:06+00:00",
98 + "time": "2024-11-15T00:11:39+00:00",
28 99 "type": "wordpress-plugin",
29 100 "extra": {
30 101 "scripts-description": {
31 102 "test": "Run unit tests",
@@ -41,9 +112,9 @@
41 112 "description": "Action Scheduler for WordPress and WooCommerce",
42 113 "homepage": "https://actionscheduler.org/",
43 114 "support": {
44 115 "issues": "https://github.com/woocommerce/action-scheduler/issues",
45 - "source": "https://github.com/woocommerce/action-scheduler/tree/3.8.1"
116 + "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.0"
46 117 },
47 118 "install-path": "../woocommerce/action-scheduler"
48 119 }
49 120 ],