This release fixes a lot of bugs and adds some interresting features:
Upgrade
Fully compatible with Diem 5.1.0-BETA1. Upgrade is recommended.
If you use Git to fetch Diem, run
git submodule init
git submodule update
to get the new php-html-writer submodule.
Highlights
View what changed since Diem 5.1.0-BETA1 on github
- add php-html-writer as a submodule
- make dmHelper use the new HTML writer
- Keep media folder when dropping it to an admin form
- fixed dmAdminLinkTag->getAbsoluteHref()
- updated italian translation
- fixed a default value
- Add lang attribute to HTML5 document HTML tag
- made css path regex ungreedy
- fixed typos in translation files thanks to mlmarius
- Fixed a bug that resulted in the lang attribute not being outputted
- minor style enhancement
- load filter style in admin new record pages
- made possible to sort front list widget with i18n fields
- excluded lang from front list widget sorting fields
- added the dmUser/forgotPassword component, action and template
- added captcha validation to the request password form
- added default mail template for password requests
- added PluginDmUserTable->retrieveByEmail method
- fixed typo in a comment
- made admin form rows change color when the content is modified