Skip to content

Releases: zotonic/zotonic

0.84.0

29 Aug 09:43
1b6595a
Compare
Choose a tag to compare

Welcome to Zotonic 0.84.0, released on August 29, 2024.

This is a maintenance release.

Commits since 0.83.0

Marc Worrell (3):

  • mod_admin: fix a problem with refers tracking and embedded maps (#3821)
  • Fix wrong func ref
  • mod_base: fix an issue where for file requests the x-robots-tag was not returned in the response headers (#3840)

Rob van den Bogaard (1):

  • Set version to 0.83.1 (#3833)

0.83.1

06 Aug 15:01
0b0a4dc
Compare
Choose a tag to compare

Welcome to Zotonic 0.83.1, released on August 6, 2024.

This is a maintenance release.

Commits since 0.83.0

Marc Worrell (1):

  • mod_admin: fix a problem with refers tracking and embedded maps (#3821)

0.83.0

27 Jun 15:11
e89eda3
Compare
Choose a tag to compare

Welcome to Zotonic 0.83.0, released on June 27, 2024.

This is a maintenance release.

Commits since 0.82.0

Marc Worrell (3):

  • mod_admin: Fix a menu issue on Safari (0.x) (#3743)
  • Fix a layout problem with word-break in Safari 17.4.1 (#3745)
  • core: fix an issue where some URLs were only partially fetched (#3789)

0.82.0

25 Mar 15:35
6481c46
Compare
Choose a tag to compare

Welcome to Zotonic 0.82.0, released on March 25, 2024.

This is a maintenance release.

Commits since 0.81.0

Marc Worrell (7):

  • mod_oembed: remove the oembed_client process (0.x) (#3680)
  • core: check size of downloaded file after media download (0.x) (#3679)
  • mod_base: add duration filter (#3681)
  • Fix an issue where a PDF file could be mis-identified as an AI file. Fixes #3689 (#3691)
  • Fix a problem where the length validator counting bytes instead of utf8 chars (#3712)
  • core: ensure that there is a key on category_id (#3713)
  • Fix a problem where in the mailing footer an undefined value could be placed.

0.81.0

12 Jan 16:28
2f5f8bc
Compare
Choose a tag to compare

Welcome to Zotonic 0.81.0, released on January 12, 2024.

This is a maintenance release.

Commits since 0.80.0

Marc Worrell (1):

  • mod_admin: fix a problem in ensure-refers where not all resources were checked (#3646)

0.80.0

21 Nov 13:17
c24e49b
Compare
Choose a tag to compare

Welcome to Zotonic 0.80.0, released on November 21, 2023.

This is a maintenance release.

A change regarding the handling and media has been merged from the master (1.x) branch.

  • support for medium_language property and the media_for_language filter;
  • a medium item added to a tinyMCE body is not automatically added as a depiction;
  • for all media embedded in body or other properties a 'refers' connection is added.

Commits since 0.79.0

Marc Worrell (1):

  • mod_admin: add support for medium_language (adapted from master) (#3599)

0.79.0

12 Oct 15:10
bc77d78
Compare
Choose a tag to compare

Welcome to Zotonic 0.79.0, released on October 12, 2023.

This is a maintenance release.

Commits since 0.78.0

Marc Worrell (12):

  • core: store temp rsc id in session for lookup by id (#3468)
  • Set version to 0.78.1 (#3469)
  • Release 0.78.1 (#3470)
  • Remove wrong doc file
  • Support ZOTONIC_DBHOST on 0.x (#3477)
  • core: add timeout to ImageMagick convert commands (0.x) (#3491)
  • wired: do not send @context js errors to server ui log
  • Better value lookup for linked-data lookup paths (0.x) (#3500)
  • core: remove the x-xss-protection header (0.x) (#3521)
  • core: ensure pivot is done using sudo rights
  • Fix build of 0.x docs (#3570)
  • Fix an issue with redirecting from hostalias to hostname (#3569)

0.78.1

05 Jul 13:01
855b568
Compare
Choose a tag to compare

Welcome to Zotonic 0.78.1, released on July 6, 2023.

This is a maintenance release.

Commits since 0.78.0

Marc Worrell (1):

  • core: store temp rsc id in session for lookup by id (#3468)

0.78.0

29 Jun 12:02
6a5ee50
Compare
Choose a tag to compare

Welcome to Zotonic 0.78.0, released on June 29, 2023.

This is a maintenance release.

Main changes are:

  • Added /.well-known/security.txt

Commits since 0.77.0

Marc Worrell (2):

  • core: add security.txt support (#3458)
  • security.txt: do not use the admin email address (#3460)

0.77.0

25 May 07:56
0f5fa72
Compare
Choose a tag to compare

Welcome to Zotonic 0.77.0, released on May 25, 2023.

This is a maintenance release.

Main changes are:

  • Fix for handling media classes with non-url-safe characters in the name
  • New filters: url, url_abs. Both copied over from the master branch.

Commits since 0.76.0

Marc Worrell (4):

  • mod_oembed: add oembed support for spotify. (#3403)
  • core: validate mediaclass names (#3405)
  • core: explicit memo-flush of acl permissions after update/insert of rsc
  • mod_base: add filter url and url_abs from master to 0.x (#3425)