This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
3.1.3
Changed
- Drop the database query cache (see #6070). This renders
executeUncached()
and
executeCached()
deprecated. Useexecute()
instead.
Fixed
- Do not redirect to protected pages after logout (see #6210).
- Consider the additional arguments in
Frontend::jumpToOrReload()
(see #5734). - Prevent article aliases from using reserved names (see #6066).
- Correctly update the RSS feeds if a news item or event changes (see #6102).
- Correctly link to news and calendar feeds via insert tag (see #6164).
- Make the CSS ID available in the custom navigation module (see #6129).
- Do not cache the "toggle_view" insert tag (see #6172).
- Unset the primary key if a model is deleted (see #6162).
- Support
tel:
andsms:
upon IDNA conversion (see #6148). - Apply the width and height to the audio player as well (see #6114).
- Do not exit after a template has been output (see #5570).
- Handle all possible errors when uploading files (see #5934).