Plugin Directory

Changeset 3421645


Ignore:
Timestamp:
12/17/2025 08:48:47 AM (4 months ago)
Author:
algryshko
Message:

Update tag 3.3.1

Location:
liteimage/tags/3.3.1
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • liteimage/tags/3.3.1/CHANGELOG.md

    r3421585 r3421645  
    414414- WebP support
    415415- Basic admin interface
    416 
    417 [3.3.0]: https://github.com/Sanetchek/liteimage/compare/v3.2.1...v3.3.0
    418 [3.2.1]: https://github.com/Sanetchek/liteimage/compare/v3.2.0...v3.2.1
    419 [3.2.0]: https://github.com/Sanetchek/liteimage/compare/v3.1.0...v3.2.0
    420 [3.1.0]: https://github.com/Sanetchek/liteimage/compare/v2.1.0...v3.1.0
    421 [2.1.0]: https://github.com/Sanetchek/liteimage/compare/v2.0.0...v2.1.0
    422 [2.0.0]: https://github.com/Sanetchek/liteimage/compare/v1.0.0...v2.0.0
    423 [1.0.0]: https://github.com/Sanetchek/liteimage/releases/tag/v1.0.0
    424 
  • liteimage/tags/3.3.1/composer.json

    r3421585 r3421645  
    22  "name": "sanetchek/liteimage",
    33  "type": "wordpress-plugin",
    4   "version": "3.3.0",
     4  "version": "3.3.1",
    55  "description": "Image optimization plugin for WordPress using Intervention Image.",
    66  "keywords": ["WordPress", "Plugin", "Image Optimization", "WebP", "Intervention Image"],
  • liteimage/tags/3.3.1/readme.txt

    r3421585 r3421645  
    55Tested up to: 6.8
    66Requires PHP: 8.0
    7 Stable tag: 3.3.0
     7Stable tag: 3.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5454
    5555== 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).
    5660
    5761= 3.3.0 =
Note: See TracChangeset for help on using the changeset viewer.