You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)