Changelog Converter
The changelog file in core/components/[packagename]/docs/changelog.txt is read out automatically and split up so that each version in the database has its own changelog details. This format changed for extras targeting 2.x and extras targeting 3.x because 3.x parses the changelog as markdown.
Convert
Example of new format
MoreGallery 1.7.0-pl
--------------------
Released on 2018-07-04
New features:
- Thumbnails for PDFs are now created from the first page
- New mgGetImages properties &pdfTpl and &singlePdfTpl to ease integration of PDFs
- Added extension field to images for easy access of (source) extension
- Add [[+idx1]] placeholder to mgGetImages snippet for easier mod support ([[+idx1:mod=`3`:is=`0`:then=`...]]) [#202]
MODX3 Compatibility:
- Fix installation on MODX3
- Update the MoreGallery design and positioning (with content position set to "above") to match the latest MODX 3 alpha
Improvements:
- Make sure thumbnails can be created for SVGs that lack the <?xml header
- Expand droptarget for the file tree to include the toolbar [#195]
- Make sure image sort order when uploading multiple images is preserved [#196]
- Editing a PDF image's metadata now shows the (png) thumbnail instead of broken image
MoreGallery 1.6.2-pl
--------------------
Released on 2017-10-06
- Add moregallery.image_id_separator system setting to control the separator used between file name and image id [S14715]
- Add some missing setting lexicons
- Prevent uncaught exceptions when creating thumbnails of PDFs, improve file writing logic [#203]
MoreGallery 1.6.1-pl
--------------------
Released on 2017-04-19
- Fix issue on PHP 5.3 with the mgMediaManagerImage object [S11648]