Releases: paginagmbh/redmine_lightbox2
Releases · paginagmbh/redmine_lightbox2
Version 0.5.1 (for Redmine 4.x)
Features
- major upgrade to fancybox library (from 2.1.5 to 3.5.7), introducing a new, modern lightbox theme
- Added support for image and pdf lightbox preview in 'Files' module (#72)
DMSF plugin support
- support for image previews in DMSF browser (#64)
- use file description as title instead of file name (#53)
- add DMSF file ID to lightbox title (#73)
- bugfix: checked wrong classname for imagelinks
Bugfixes
Version 0.4.5 (for Redmine 3.4)
These changes were backported to Redmine 3 from v0.5.1@master
.
Features
- Added support for image and pdf lightbox preview in 'Files' module (#72)
DMSF plugin support
- support for image previews in DMSF browser (#64)
- use file description as title instead of file name (#53)
- add DMSF file ID to lightbox title (#73)
- bugfix: checked wrong classname for imagelinks
Patches
- upgrade to fancybox library (from 2.1.5 to 2.1.7)
Bugfixes
Version 0.5.0 (for Redmine 4.0)
- Added Support for Redmine 4.0 and Rails 5.2
Milestone: https://github.com/paginagmbh/redmine_lightbox2/milestone/4?closed=1
Version 0.4.4 (for Redmine 3.4)
- Added support for BMP images
- Added support for Redmine Knowledgebase Plugin
Milestone: https://github.com/paginagmbh/redmine_lightbox2/milestone/3?closed=1
Version 0.4.3 (for Redmine 3.4)
- fix an issue with the new DMSF macro support
Version 0.3.5 (for Redmine 3.3)
- fix an issue with the new DMSF macro support
Version 0.4.2 (for Redmine 3.4)
- fixes a bug where JPG images with
jpeg
extension where not detected correctly (#43)
Version 0.4.1 (for Redmine 3.4)
Support for DMSF plugin thumbnails (#40)
Adds the thumbnail
class to DMSF thumbnails created by the DMSF thumbnail macro: {{dmsftn(123)}}
Version 0.3.4 (for Redmine 3.3)
Support for DMSF plugin thumbnails (#40)
Adds the thumbnail
class to DMSF thumbnails created by the DMSF thumbnail macro: {{dmsftn(123)}}
Version 0.4.0 (for Redmine 3.4)
- Support for Redmine 3.4 (#38)
- Better PDF detection (PR #39, pulled in changes made by @planio-gmbh)