8000 Release 9.4.1 · concretecms/concretecms-core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

9.4.1

Latest
Compare
Choose a tag to compare
@aembler aembler released this 12 May 19:06

Behavioral Improvements

  • Correctly initialize HTTP client in FeedService so that it is a singleton (thanks mlocati)
  • We now forget pages from the page index when they are moved to the trash.
  • Improved performance when using the core translation library to extract strings from templates into .po files (thanks mlocati)

Bug Fixes

  • Fixed: User without stack editing permissions can add blocks to global areas
  • User without add stack permission can edit or delete blocks on global areas
  • Fixed: new 9.4 OpenGraph feature doesn't escape characters in page name/descriptions (thanks mlocati)
  • Concrete JS and CSS assets were not properly built in 9.4.0, leading to some display issues (buttons appearing in a slightly different styling, etc…) This has been fixed.
  • The Gallery block displayed an error when being edited with the default Atomik sample content under PHP 8.4 and possibly under other conditions. This was due to an incompatible version of its JS dragging library being included. This has been fixed.
  • Fixed: New 9.4.0 OpenGraph feature not compatible with SVG files
  • The Gallery sample content in Atomik displayed extra slides under PHP 8.4 and possibly other conditions. This has been fixed.

Developer Updates

  • Add new method to the Seo class and make the class properties protected from private (thanks biplobice)
0