Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

3.1.3

Compare
Choose a tag to compare
@leofeyer leofeyer released this 24 Sep 08:35
· 2647 commits to 3.5 since this release

Changed

  • Drop the database query cache (see #6070). This renders executeUncached() and
    executeCached() deprecated. Use execute() 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: and sms: 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).