Changeset 3421644
- Timestamp:
- 12/17/2025 08:48:24 AM (4 months ago)
- Location:
- liteimage/trunk
- Files:
-
- 2 edited
-
CHANGELOG.md (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
liteimage/trunk/CHANGELOG.md
r3420166 r3421644 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/trunk/readme.txt
r3392391 r3421644 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.