Releases: netgen/ibexa-site-api
Releases · netgen/ibexa-site-api
6.0.1
5.4.1
6.1.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
5.3.2
5.3.1
5.3.0
Changed
- Bumped minimum Ibexa version to 4.5
Fixed
- Fixed the signature of rich text renderer to match base implementation