FanPress CM 5.3.0-b5 released
Pre-release
Pre-release
Here we go with the 5th beta of FanPress CM 5.3.0. This release includes a number of bug fixes, the addition missing functions and the removal of a deprecated function.
- The database migration from v5.2 could fail while removing old system config entries, that got removed in FPCM 5.3.
- Templates now support SVG graphics and therefore the
svgandpathHTML tags. They are often in use by Icon frameworks such as Font Awesome or Bootstrap Icons. - With the addition of SVG graphics template parse run into issues with the ancient
<readmore>/</readmore>tags, introduced back in the days of FPCM 1.0. This feature had long been deprecated and replace by<!-- pagebreak -->coming with TinyMCE. Therefor<readmore>was completely removed. Articles with<readmore>/</readmore>will be converted to<!-- pagebreak -->. - The FPCM API lacked a function to fetch the path of the Bootstrap JavaScript asset. This has been solved with the addition of the
getBootstrapJsmethod.
Full Changelog: v5.3.0-b4...v5.3.0-b5