Skip to content

v7.5.5

Choose a tag to compare

@DominikaK DominikaK released this 07 Oct 06:26
· 792 commits to master since this release

ezpublish-kernel changes between 7.5.4 and 7.5.5

Improvements

  • EZP-30797: As an administrator, I want to configure a password expiration for users (#2742)
  • EZP-30382: Add content hide/reveal to REST API (#2767)
  • EZP-30911: Command to regenerate URL aliases should allow fixing aliases only for specified Locations (#2776)
  • EZP-30969: Add method to fetch paginated list of content's reverse relations (#2777)
  • EZP-30835: Add support for Solr 7.7 (#2775)
  • EZP-30985: Remove unused docblock from Gateway code (#2796)
  • EZP-30899: Change default CT sorting field from identifier to name in AdminUI (#2779)
  • EZP-30983: As an Administrator, I want prevent users from reusing old password (#2788)

Bugs

  • EZP-30427: Significant performance drop on dashboard when user has lots of drafts (#2753)
  • EZP-30912: CoreInstaller has no forward compatibility for an upgrade (#2756)
  • EZP-30823: Race conditions on publish causing anon user to lack access, due to version_read check when loading wrong version (#2799)
  • EZP-30966: Notice "Undefined index: PasswordTTL" while updating ezuser field definition using PAPI (#2772)
  • EZP-30469: Two versions can be published in the same time
  • EZP-30900: Timeout when related content has too many reverse relations (#2774)
  • EZP-30823: Race conditions on publish causing anon user to lack access, due to version_read check when loading wrong version (#2749)

Misc