Skip to content

Releases: netgen/ezplatform-site-api

2.7.2

25 Aug 14:03
Compare
Choose a tag to compare

2.7.1...2.7.2

Fixed

  • Load VersionInfo instead of a full Content (#127)
  • Token not found exception in ContentViewBuilder by @emodric (#126)

2.7.1

25 Jul 05:21
Compare
Choose a tag to compare

2.7.0...2.7.1

Added

  • Add creation_date as an alias of publication_date Query Type parameter (#119)

Fixed

  • Service ezpublish.api.repository should be public to avoid deprecation notice by @emodric (#108)
  • Allow defining content_type and section Query Type parameters with explicit operators (#118)
  • Allow defining publication_date Query Type parameter with explicit operators (#119)
  • Allow using null value for is_field_empty Query Type parameter (#120)

Deprecated

  • publication_date Query Type parameter is deprecated for removal in 3.0, new name creation_date should be used instead (#119)

2.7.0

30 Jun 07:50
Compare
Choose a tag to compare
  • Deprecates methods and properties from ContentInfo (#87):

    • getLocations()
    • getLocations()
    • $content

    ContentInfo can be accessed through Content, loading it independently was deprecated since 2.2. These methods and properties can be obtained from the Content object.

  • Adds access to dynamic configuration from query type language expressions (#96)

  • Adds type-casting query string parameter getters to query type language expressions (#97)

  • Adds optional definition of allowed values for query string parameters to query type language expressions (#98)

  • Adds support for IsEmptyField criterion in Query Type configuration (#100)

  • Deprecates from Pagerfanta pagination (#101):

    • BaseAdapter
    • Slice
    • SearchResultExtras

    These have been moved to netgen/ezplatform-search-extra. Existing FilterAdapter and FindAdapter will continue working as before.

2.6.3

04 Jun 19:03
c8fa872
Compare
Choose a tag to compare
  • Fix generating Location targets when checking for read/view_embed permissions (#95)

2.6.2

03 May 12:13
6354f62
Compare
Choose a tag to compare
  • Use instance of Repository Location to check for read permissions by @MarioBlazek (#93)

2.6.1

03 Apr 11:46
43f601e
Compare
Choose a tag to compare
  • Use sudo() to lazy load Content::$innerContent in #90
  • Support for eZ Platform 2.5 in #92

2.6.0

19 Jan 08:35
Compare
Choose a tag to compare

2.5.5

26 Sep 09:53
2.5.5
Compare
Choose a tag to compare
  • added getUserPreferenceService() to aggregate repository by @emodric (7bd14c0)

2.5.4

03 Aug 15:54
160b64c
Compare
Choose a tag to compare

This release fixes a regression introduced in #80 (#82)

2.5.3

03 Aug 14:03
499be98
Compare
Choose a tag to compare
  • Support for Section and ObjectState identifiers with QueryTypes (#78)
  • Fixed Pagerfanta adapters not correctly setting nbResults by @mivancic (#79)
  • Removed usage of deprecated Pagerfanta adapters by @mivancic (#80)