-
v1.3.0 Stable
released this
2026-07-18 13:31:17 +00:00 | 4 commits to main since this release1.3.0
Release date: 2026-07-18
Highlights
- New image sub-sizes control: ship less data per upload, ideal for large camera files. Reduces work in both the WP 7.1 client-side path (browser) and the server-side path.
Added
- Settings field Image Sub-sizes under Settings → iDrivee2 with three modes:
all(default),thumbnail(only the default thumbnail),none(no sub-sizes). IDRIVEE2_MEDIA_SUBSIZES_MODEwp-config.php constant — same priority pattern as the S3 credentials; the field becomes read-only when set.- In
thumbnailandnonemodes thebig_image_size_thresholdfilter is also disabled, so WordPress no longer creates a-scaledderivative for images larger than 2560px.
Security
composer auditCVEs resolved:guzzlehttp/guzzle7.11 → 7.15,guzzlehttp/psr72.11 → 2.13,mtdowling/jmespath.php2.8 → 2.9 (CVE-2026-55767 / 55568 / 55766 / 54133).
Tooling
bin/preflight.shadded — automated pre-deploy verification per AGENTS-testing-build-deployment.md (PHPCS, PHPStan, PHPCompatibility, PHPUnit + coverage, composer audit, candidate ZIP inspection)..claude/settings.jsonadded — mechanical deny rules fordeploy.sh,git push/tag/mergeper AGENTS.md.
Compatibility
- WordPress: 4.1 - 7.1
- PHP: 8.1 - 8.5
Tests
- PHP Coding Standards: 3.13.5 (0 errors)
- WordPress Coding Standards: 3.3.0 (0 violations)
- PHPStan: Level 9, 0 errors
- PHPUnit: 38 tests, 60 assertions
Downloads