Upgrade Guide | Skeleton Adjustments | Full Changelog
- Fix custom admin build on windows machines (sulu/sulu#7688) (@alexander-schranz)
- Fix back merge conflict from 2.5 to 2.6 (sulu/sulu#7682) (@alexander-schranz)
- Fix npm lint issue in webpack.config.js (sulu/sulu#7681) (@alexander-schranz)
- Define support rokka vips imagine adapter versions (sulu/sulu#7671) (@alexander-schranz)
- Add "rows" param for Textarea (sulu/sulu#7614) (@rhp-zellerd)
- Add animate support for webp (sulu/sulu#7670) (@alexander-schranz)
- Log unexpected exceptions as error instead of debug in password reset request (sulu/sulu#7616) (@stollr)
- Upgrade doctrine cache to 2 (sulu/sulu#7665) (@alexander-schranz)
- Fix admin frontend initialization after login with 2FA (sulu/sulu#7632) (@stollr)
- Fix local test running with max connection error (sulu/sulu#7669) (@alexander-schranz)
- Add PHP 8.4 to Sulu CI (sulu/sulu#7644) (@alexander-schranz)
- Improve performance with reevaluation of only changed blocks (sulu/sulu#7602) (@Prokyonn)
- Allow usage of doctrine lexer 3 (sulu/sulu#7664) (@alexander-schranz)
- Add a conflict to the doctrine bundle 2.13.1 version (sulu/sulu#7667) (@alexander-schranz)
- Add Sulu 3.0 var directories to gitignore for better DX (sulu/sulu#7658) (@alexander-schranz)
- Fix using vips without the vips php extension (sulu/sulu#7651) (@alexander-schranz)
- Fix issue with backmerge 2.5 in 2.6 duplicated __construct method (sulu/sulu#7654) (@alexander-schranz)
- Add default empty schema to form metadata (sulu/sulu#7648) (@wachterjohannes)
- Add default empty schema to form metadata (sulu/sulu#7647) (@wachterjohannes)
- Fix failing upload jest test snapshots (sulu/sulu#7643) (@alexander-schranz)
- Fix nested file inspection (sulu/sulu#7607) (@wachterjohannes)
- Fix failing search tests with unencode url at the end (sulu/sulu#7642) (@alexander-schranz)
- Fix file inspector tests namespace (sulu/sulu#7641) (@alexander-schranz)
- Fix build of admin js by exclude fos/jsrouting-bundle from babel loader in the webpack config (sulu/sulu#7639) (@bmandl)
- Fix OpenIdSingleSignOnAdapter for custom class overrides using userRepository (sulu/sulu#7633) (@alexander-schranz)
- Use form-renderer to render forms for copy-locale and ghost dialog (sulu/sulu#7631) (@wachterjohannes)
- Fix password reset if SSO is enabled but not matched domain (sulu/sulu#7617) (@Quehnie)
- Improve error messages for regenerate-format (sulu/sulu#7623) (@mamazu)
- Fix XSS via SVG for older Symfony versions (sulu/sulu#7619) (@wachterjohannes)
- Fix translations locale issue (sulu/sulu#7626) (@Prokyonn)
- Add missing DE translation for locale removal (sulu/sulu#7630) (@Prokyonn)
- Add dataPath property to sulu.focus event (sulu/sulu#7627) (@wachterjohannes)
- Replace ubuntu-latest with ubuntu-22.04 to fix the testcases (sulu/sulu#7615) (@wachterjohannes)
- Add formInspector to sulu.focus event (sulu/sulu#7610) (@wachterjohannes)
- Initialize translations before adding link types (sulu/sulu#7606) (@Prokyonn)
- Update Symfony Mailer Recipe (#262) (@alexander-schranz)
- Add PHP 8.4 to test matrix (#263) (@alexander-schranz)
- Update the doctrine recipe (#257) (@alexander-schranz)
- Fix
composer lint
: phpstan No error to ignore is reported on line 17. (#258) (@RafaelKr) - Improve rector config by use syntax, and prepared set methods (#259) (@TomasVotruba)