27 lines
4.5 KiB
JSON
27 lines
4.5 KiB
JSON
{
|
|
"name": "iDrivee2 Media Upload",
|
|
"slug": "idrivee2-media-upload",
|
|
"version": "1.4.1",
|
|
"download_url": "https://git.robotstxt.es/ROBOTSTXT/idrivee2-media-upload/releases/download/1.4.1/idrivee2-media-upload-1.4.1.zip",
|
|
"requires": "5.3",
|
|
"requires_php": "8.1",
|
|
"tested": "7.1",
|
|
"last_updated": "2026-08-10",
|
|
"author": "ROBOTSTXT",
|
|
"author_profile": "https://www.robotstxt.es/",
|
|
"homepage": "https://git.robotstxt.es/ROBOTSTXT/idrivee2-media-upload",
|
|
"description": "Uploads media files to iDrivee2 (S3-compatible) with enterprise-grade security and logging.",
|
|
"changelog": "<h3>1.4.1 - 2026-08-10</h3><ul><li><strong>Added:</strong> Data preservation option — checkbox under Settings → iDrivee2 to opt in to data deletion on uninstall (default: preserve).</li><li><strong>Added:</strong> WP-CLI commands: wp idrivee2 test-connection, wp idrivee2 cleanup-local-files, wp idrivee2 stats --days=N.</li><li><strong>Security:</strong> Logger validates IP with filter_var(FILTER_VALIDATE_IP); Admin page wp_unslash at read point.</li><li><strong>Changed:</strong> WordPress minimum corrected 4.1 → 5.3 (wp-compat verified). Uninstall uses delete_post_meta_by_key() with opt-in data preservation.</li><li><strong>Changed:</strong> Cron cleanup uses unlink() directly (WP_Filesystem unavailable without credentials in cron context).</li></ul><h3>1.3.0 - 2026-07-18</h3><ul><li><strong>Added:</strong> Image sub-sizes control under Settings → iDrivee2 — three modes: all (default), thumbnail, none.</li><li><strong>Added:</strong> IDRIVEE2_MEDIA_SUBSIZES_MODE wp-config.php constant; UI field becomes read-only when set.</li><li><strong>Security:</strong> composer audit CVEs resolved — guzzlehttp/guzzle 7.11→7.15.2, guzzlehttp/psr7 2.11→2.13, mtdowling/jmespath.php 2.8→2.9.</li></ul><h3>1.2.1 - 2026-06-05</h3><ul><li><strong>Fixed:</strong> Infinite recursion on image upload — wp_update_post() fired edit_attachment which re-triggered the upload method.</li><li><strong>Fixed:</strong> Fatal TypeError: fclose() on already-closed stream — AWS SDK closes streams after upload.</li></ul><h3>1.2.0 - 2026-06-02</h3><ul><li><strong>Performance:</strong> Concurrent S3 uploads via AWS CommandPool (default 5, tunable via IDRIVEE2_UPLOAD_CONCURRENCY).</li><li><strong>Performance:</strong> Stream files directly from disk — no full load into memory.</li></ul>",
|
|
"sections": {
|
|
"description": "Uploads media files to iDrivee2 (S3-compatible) with enterprise-grade security and logging. The plugin intercepts WordPress media uploads, pushes files to an S3-compatible bucket, deletes local copies, and rewrites URLs to serve media from the CDN.",
|
|
"changelog": "<h3>1.4.1 - 2026-08-10</h3><ul><li><strong>Added:</strong> Data preservation option — checkbox under Settings → iDrivee2 to opt in to data deletion on uninstall (default: preserve).</li><li><strong>Added:</strong> WP-CLI commands: wp idrivee2 test-connection, wp idrivee2 cleanup-local-files, wp idrivee2 stats --days=N.</li><li><strong>Security:</strong> Logger validates IP with filter_var(FILTER_VALIDATE_IP); Admin page wp_unslash at read point.</li><li><strong>Changed:</strong> WordPress minimum corrected 4.1 → 5.3 (wp-compat verified). Uninstall uses delete_post_meta_by_key() with opt-in data preservation.</li><li><strong>Changed:</strong> Cron cleanup uses unlink() directly (WP_Filesystem unavailable without credentials in cron context).</li></ul><h3>1.3.0 - 2026-07-18</h3><ul><li><strong>Added:</strong> Image sub-sizes control under Settings → iDrivee2 — three modes: all (default), thumbnail, none.</li><li><strong>Added:</strong> IDRIVEE2_MEDIA_SUBSIZES_MODE wp-config.php constant; UI field becomes read-only when set.</li><li><strong>Security:</strong> composer audit CVEs resolved — guzzlehttp/guzzle 7.11→7.15.2, guzzlehttp/psr7 2.11→2.13, mtdowling/jmespath.php 2.8→2.9.</li></ul><h3>1.2.1 - 2026-06-05</h3><ul><li><strong>Fixed:</strong> Infinite recursion on image upload — wp_update_post() fired edit_attachment which re-triggered the upload method.</li><li><strong>Fixed:</strong> Fatal TypeError: fclose() on already-closed stream — AWS SDK closes streams after upload.</li></ul><h3>1.2.0 - 2026-06-02</h3><ul><li><strong>Performance:</strong> Concurrent S3 uploads via AWS CommandPool (default 5, tunable via IDRIVEE2_UPLOAD_CONCURRENCY).</li><li><strong>Performance:</strong> Stream files directly from disk — no full load into memory.</li></ul>"
|
|
},
|
|
"banners": {
|
|
"low": "",
|
|
"high": ""
|
|
},
|
|
"icons": {
|
|
"1x": "",
|
|
"2x": ""
|
|
}
|
|
}
|