Skip to content

Releases: netgen/ibexa-site-api

6.1.3

03 May 07:22
Compare
Choose a tag to compare

6.1.2...6.1.3

Fixed

  • Revert "Always pass resolved siteaccess to avoid missing root Location ID in CLI context" (#29)

6.0.2

03 May 07:27
Compare
Choose a tag to compare

6.0.1...6.0.2

Fixed

  • Revert "Always pass resolved siteaccess to avoid missing root Location ID in CLI context" (#29)

5.4.2

03 May 07:24
Compare
Choose a tag to compare

5.4.1...5.4.2

Fixed

  • Revert "Always pass resolved siteaccess to avoid missing root Location ID in CLI context" (#29)

6.1.2

24 Apr 08:16
Compare
Choose a tag to compare

6.1.1...6.1.2

Fixed

  • Support for Twig 3.9 (#28)

6.1.1

18 Mar 11:15
Compare
Choose a tag to compare

6.1.0...6.1.1

Fixed

  • Always pass resolved siteaccess to avoid missing root Location ID in CLI context (#27)

6.0.1

18 Mar 11:21
Compare
Choose a tag to compare

6.0.0...6.0.1

Fixed

  • Always pass resolved siteaccess to avoid missing root Location ID in CLI context (#27)

5.4.1

18 Mar 11:18
Compare
Choose a tag to compare

5.4.0...5.4.1

Fixed

  • Always pass resolved siteaccess to avoid missing root Location ID in CLI context (#27)

6.1.0

20 Feb 10:27
Compare
Choose a tag to compare

6.0.0...6.1.0

Added

6.0.0

08 Feb 10:53
Compare
Choose a tag to compare

5.4.0...6.0.0

Version 6.0.0 is a major release that introduces a backward compatibility breaking change, where Location::$path property has been changed to aggregate an instance of a new Path object, instead of an array of ancestor Location IDs. The array of Location IDs has been moved to a new property Location::$pathArray. For upgrade instructions see https://docs.netgen.io/projects/site-api/en/latest/upgrades/upgrade_540_600.html.

Added

  • Added support for generating URLs directly from Content and Location objects (#11)

5.4.0

22 Dec 07:16
Compare
Choose a tag to compare

5.3.2...5.4.0

Added

  • Add support for fetching data via queries and relations with sudo by @emodric (#25)