Changeset 3421645
- Timestamp:
- 12/17/2025 08:48:47 AM (4 months ago)
- Location:
- liteimage/tags/3.3.1
- Files:
-
- 3 edited
-
CHANGELOG.md (modified) (1 diff)
-
composer.json (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
liteimage/tags/3.3.1/CHANGELOG.md
r3421585 r3421645 414 414 - WebP support 415 415 - Basic admin interface 416 417 [3.3.0]: https://github.com/Sanetchek/liteimage/compare/v3.2.1...v3.3.0418 [3.2.1]: https://github.com/Sanetchek/liteimage/compare/v3.2.0...v3.2.1419 [3.2.0]: https://github.com/Sanetchek/liteimage/compare/v3.1.0...v3.2.0420 [3.1.0]: https://github.com/Sanetchek/liteimage/compare/v2.1.0...v3.1.0421 [2.1.0]: https://github.com/Sanetchek/liteimage/compare/v2.0.0...v2.1.0422 [2.0.0]: https://github.com/Sanetchek/liteimage/compare/v1.0.0...v2.0.0423 [1.0.0]: https://github.com/Sanetchek/liteimage/releases/tag/v1.0.0424 -
liteimage/tags/3.3.1/composer.json
r3421585 r3421645 2 2 "name": "sanetchek/liteimage", 3 3 "type": "wordpress-plugin", 4 "version": "3.3. 0",4 "version": "3.3.1", 5 5 "description": "Image optimization plugin for WordPress using Intervention Image.", 6 6 "keywords": ["WordPress", "Plugin", "Image Optimization", "WebP", "Intervention Image"], -
liteimage/tags/3.3.1/readme.txt
r3421585 r3421645 5 5 Tested up to: 6.8 6 6 Requires PHP: 8.0 7 Stable tag: 3.3. 07 Stable tag: 3.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 57 = 3.3.1 = 58 * Fixed: Thumbnail filename conflicts when multiple images share the same filename. Added attachment ID to thumbnail filenames to ensure uniqueness. 59 * Fixed: Format changed from `{filename}-{size_name}.{ext}` to `{filename}-{attachment_id}-{size_name}.{ext}` for all thumbnail variants (WebP, original format, and retina @2x versions). 56 60 57 61 = 3.3.0 =
Note: See TracChangeset
for help on using the changeset viewer.