Skip to content

v7.2.5

Choose a tag to compare

@andrerom andrerom released this 03 Dec 17:18

Changes since v7.2.4

  • EZP-29518: ContentType option "Default field for sorting children" has no effect on new created objects (#2428)
  • EZP-29531: Do not render layout when rendering selection and relation items (#2205)
  • EZP-29510: allow last version to be removed if draft (#2414)
  • [Cache] Add support for using own TagAwareAdapter impl as cache service (2a8ce8a)
  • EZP-29328: Allow docbook tag "programlisting" (#2430)
  • EZP-29695: Option "Default content availability" on content types not working (#2462)
  • EZP-29586: Content copied by another user is still owned by original creator (#2447)
  • EZP-29721: Broken URL alias history is not restored after regenerating aliases (#2459)
  • EZP-29801: Content View breaks when providing location id as param (#2478)
  • EZP-29375: REST API doesn't support multiple relation types (#2375)
  • [DX] Add location id information to UnauthorizedExceptions when using LocationService (#2490)
  • EZP-29809: api_keys.google_maps should not be set as null by default (#2477)
    • Note: this is a deprecated setting in 7.x

Misc

  • Added missing import in base eZ Platform Controller (#2476)
  • [Composer] Allow welcome message to be customized by project (#2472)
  • [Composer] Update requirements to reduce memory usage (#2483, f0558f3)
  • [PHPDoc] Add more clear deprecation doc on Elastic & Zeta Components Database usage (8fbf6c1)
  • [Integration tests] Sort fields to get rid of random Postgres failures in tests using internal fields (#2491)
  • EZP-29593: Fixed time-related test (#2443)

Security changes (also part of v7.2.4.1)

  • EZP-29708: REST API returns the list of all SiteAccesses when invalid X-Siteaccess header value is set
    • This is now disabled unless Symfony environment is in debug mode