Skip to content

6.13.0-beta1

Pre-release
Pre-release

Choose a tag to compare

@andrerom andrerom released this 28 Nov 18:07
· 355 commits to 6.13 since this release

Changes since 6.12.0:

Improvements

  • EZP-28143: getPermissionCriterion() should be cached per user (#2126)
  • EZP-28148: Object States Limitations perform a lot of lookups (#2145)
  • EZP-28176: Improve index command with support for parallel & selective indexing (#2139)
  • EZP-28177: Improve Search Service to be tolerant of index inconsistencies & trigger background re-indexed (#2142)
  • EZP-28028: As a Developer I want API removing Translations to use consistent naming (#2130)
  • EZP-28176: Improve index command with support for parallel & selective indexing (#2152)
  • EZP-28316: [PAPI] As a Developer I want the API to get Locations for Draft (#2130)
  • EZP-28262: Move DBMS-specific SQL data file to DBMS subdirectory (#2157)
  • EZP-28271: Change ContentService::deleteTranslation() to remove versions that only exist in that language (#2160)
  • EZP-28253: [REST] As a frontend developer I would like to get information about field type in the CurrentVersion object (#2168)

Bugfixes

  • EZP-27949: [PAPI] ContentService::removeTranslation does not cleanup Field Type External Storage (#2128)
  • EZP-28185: Database update SQL missing from Kernel 6.12 (#2143, #2135)
  • EZP-28160: Missing HTTP Cache purge after copying subtree (#2137)
  • EZP-28123: Embedded content throws exception after it is moved to trash (#2132)
  • EZP-27996: "Remember me" doesn't retrieve the current user from Repository (#2106)
  • EZP-28203: Image alias metadata not removing on clearing liip_imagine filters (#2134)
  • EZP-25636: User can't access trash if 1+ items are not readable (#2146)
  • EZP-28048: Moving to trash shouldn't give error if you can't read items in trash (#2125)
  • EZP-28210: Logout not working when session.cookie_domain set (#2155)
  • EZP-28306: Symfony 2.8.31 breaks login to PlatformUI over https (#2164)
  • EZP-28326: Http Cache not updated when moving content on Varnish & Symfony Proxy (#2169)
  • EZP-28174: Can't publish/save content with missing ezlocation URL (#2154)

Misc

  • Update tests to work PHPUnit v5.7 (#2102) Contribution by @MarioBlazek
  • SCA with Php Inspections (EA Extended) (#2119) Contribution by @kalessil
  • Update welcome message performance URL (#2161)
  • Deprecate interface MetadataHandlere (e3af389)
  • Deprecate ImageSize (4de1226)

BC changes

The eZ\Publish\API\Repository\ContentService::removeTranslation method is deprecated and will be removed in 7.0.

Use eZ\Publish\API\Repository\ContentService::deleteTranslation instead.