4.5.0
What's new
- ✓ fixes an issue when composer wasn't able to find the pear CakePHP package
- ✓ fixes path issue when installing on MS Windows
- ✓ fixes PostgreSQL support
- Δ refactors BBCode-renderer into a plugin (included and activated by default)
- ✓ fixes @Username is not linked before linebreak
- - removes [u] underline BBCode tag
- - removes
.c-bbcode-<#>
CSS-classes
- Δ CSS class
.staticPage
was renamed to.richtext
- Δ composer root is now in
app/
- - removes plugins Flattr, NsfwBadge and Userranks (see Migration Notes)
Migration Notes
Set Parser
Set the parser in your saito_config.php
. Default is:
Configure::write('Saito.Settings.ParserPlugin', 'Bbcode');
which points to app/Plugin/<Bbcode>Parser
.
Plugin Source
The removed plugins have their own repositories now:
- https://github.com/Schlaefer/saito-flattr (composer: schlaefer/saito-flattr)
- https://github.com/Schlaefer/saito-nsfwbadge (composer: schlaefer/saito-nsfwbadge)
- https://github.com/Schlaefer/saito-userranks (composer: schlaefer/saito-userranks)
Download them manually and put them into app/Plugin
or install them via composer.