Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.13.0
->2.13.1
3.2.3
->3.3.0
v4.12.0
->v4.15.0
v6.4.8
->v6.4.13
v6.4.12
->v6.4.15
v6.4.8
->v6.4.13
v6.4.12
->v6.4.13
v6.4.12
->v6.4.13
v6.4.11
->v6.4.13
v6.4.8
->v6.4.13
v6.4.11
->v6.4.13
v6.4.8
->v6.4.13
v6.4.12
->v6.4.13
v6.4.12
->v6.4.15
v6.4.11
->v6.4.14
v6.4.12
->v6.4.13
Release Notes
doctrine/DoctrineBundle (doctrine/doctrine-bundle)
v2.13.1
Compare Source
doctrine/orm (doctrine/orm)
v3.3.0
Compare Source
Release Notes for 3.3.0
Feature release (minor)
3.3.0
New Features
createNamedParameter
toQueryBuilder
thanks to @norkunasImprovements
11657: Support for DBAL 4.2 EnumType in SchemaTool thanks to @beberlei
11560: Remove unused $pkColumns when gathering columns thanks to @smoothie
11557: Make CountWalker use COUNT(*) when $distinct is explicitly set to false (#11552) thanks to @d-ph
11365: Reintroduce PARTIAL, but only for non-object hydration. thanks to @beberlei
11653: [GH-8471] Undeprecate PARTIAL for objects in DQL thanks to @beberlei
Deprecations
Documentation
Static Analysis
EasyCorp/EasyAdminBundle (easycorp/easyadmin-bundle)
v4.15.0
: 4.15.0Compare Source
New features
[
bc45f2f
] Bump PHP requirements to PHP 8.1 (needed to use Twig Components) (@javiereguiluz)[
e7141eb
] Use the modern bundle structure for config, templates, translations and public assets (@javiereguiluz)[
567ae61
] Use logical CSS properties to improve RTL/LTR support (@javiereguiluz)Bug fixes
[
ce98597
] Allow to stop entity deletion in batch delete via events (Elliot Bruneel)[
9f0626e
] Fix the design of errored form fields (@javiereguiluz)[
171aae9
] Trim trailing slash from pretty index route path (@pavol-tuka)[
d849b1e
] Fix menu item matcher with pretty URLs enabled (@zorn-v)[
3fd4515
] Correctly extract the entityID for the title when using pretty URLs (@jbtronics)v4.14.5
: 4.14.5Compare Source
Bug fixes
[
3eacbb1
] Fix an issue when generating pretty URLs for the dashboard (@javiereguiluz)v4.14.4
: 4.14.4Compare Source
Bug fixes
[
deb8919
] Fix filters when using pretty URLs (@javiereguiluz)v4.14.3
: 4.14.3Compare Source
Bug fixes
[
a8d66aa
] Fix performance issue when using pretty URLs (@javiereguiluz)v4.14.2
: 4.14.2Compare Source
Bug fixes
[
71d8ba8
] Improve the detection of pretty URLs usage (@javiereguiluz)[
06b33bb
] Add.ddev
directory to.gitattributes
(@IndraGunawan)v4.14.1
: 4.14.1Compare Source
New features
[
fe40488
] AllowAdminCrud
andAdminAction
attributes to be used without parameter names (@Lustmored)Bug fixes
[
9e0ef39
] Fix next page URL (@danut007ro)[
e1025aa
] Fix the priority/order of the generated routes (@javiereguiluz)[
a305b2b
] Fix version where pretty admin URLs were added (@fabpot)[
cafdaec
] Fix an issue when accessing a variable in a Twig template (@javiereguiluz)v4.14.0
: 4.14.0Compare Source
New features
[
7cd1489
] Add support for pretty URLs (@javiereguiluz) 🎉🎉🎉v4.13.6
: 4.13.6Compare Source
Bug fixes
[
988b9b4
] Fix ImageField design in dark mode (@VibroMatvey)[
1b65db1
] Fix the highlighter so that it doesn't crash on REGEX symbols anymore (@kees-hoogerheide-teampeak)v4.13.5
: 4.13.5Compare Source
Bug fixes
[
f9d0d8e
] FixentryToStringMethod
whenform_parent(form).vars.ea_vars
is empty (Jean-Pascal Devierne)v4.13.4
: 4.13.4Compare Source
New features
[
0df1187
] Allow to set HTML attributes in fields on index and detail pages, not only on form pages (@KDederichs)[
f907d7a
] Allow to customize the string representation of Collection field entries (@roromix)Bug fixes
[
cfb7348
] Replace unsafe guessClientExtension() method with guessExtension() (@alshenetsky)[
304ebb1
] Fix for linking from Edit/Detail to Index pages (@bytes-commerce)[
f85f23d
] Fix some Twig deprecations in the form theme (@javiereguiluz)[
82d4947
] Check if button parameters are present when submitting forms (@KDederichs)[
beeb804
] Fix empty query term conditions (@guillaume-sainthillier)[
f9923f4
] Prevent a crash when loading filters (@pkly)[
bdda011
] Misc doc fixes and improvements (@FerJoTello)v4.13.3
: 4.13.3Compare Source
Bug fixes
[
70ee97e
] Fix highlight text color in select autocomplete results (@javiereguiluz)[
072b023
] Fix modal header layout issue due to Bootstrap 5.3.3 changes (@tpatartmajeur)[
659566c
] Fix ControllerResolver::getController return value check (@fracsi)v4.13.2
: 4.13.2Compare Source
Bug fixes
[
bc2791a
] Add a missing web asset file for the code editor field (@javiereguiluz)v4.13.1
: 4.13.1Compare Source
Bug fixes
[
63ae735
] Fix the check about the existence of theea
variable in Twig templates (@fracsi)v4.13.0
: 4.13.0Compare Source
This release contains an important bug fix contributed by Nicolas that allows EasyAdmin to run successfully with FrankenPHP, Swoole, etc.
New features
[
c90cfb1
] Make the "ea" global variable dynamic (@nicolas-grekas)[
4828f9d
] Pass the entity FQCN to all action voters (@javiereguiluz)[
90a247b
] Add tests for PHP 8.4 (@Chris53897)Bug fixes
[
c895eac
] Fix search with nested properties (@tpatartmajeur)[
8db2456
] Fix user menu styles when user is impersonated (@kteterycz)[
735ed80
] Fix image overflow on detail page (@Seb33300)[
83d806a
] Improve the paginator design in responsive mode (@javiereguiluz)[
4925c6f
][c50e2bf
] Fix Route attribute namespace in dashboard template (@thomas-l)[
1e59fd1
][1faae84
] Misc. doc fixes (@JorickPepin, @javiereguiluz)symfony/browser-kit (symfony/browser-kit)
v6.4.13
Compare Source
Changelog (symfony/browser-kit@v6.4.12...v6.4.13)
parse_url()
checks (@nicolas-grekas)symfony/console (symfony/console)
v6.4.15
Compare Source
Changelog (symfony/console@v6.4.14...v6.4.15)
v6.4.14
Compare Source
Changelog (symfony/console@v6.4.13...v6.4.14)
v6.4.13
Compare Source
Changelog (symfony/console@v6.4.12...v6.4.13)
proc_open
errors withinTerminal::readFromProcess
(@fritzmg)symfony/css-selector (symfony/css-selector)
v6.4.13
Compare Source
symfony/dotenv (symfony/dotenv)
v6.4.13
Compare Source
symfony/framework-bundle (symfony/framework-bundle)
v6.4.13
Compare Source
Changelog (symfony/framework-bundle@v6.4.12...v6.4.13)
parse_url()
checks (@nicolas-grekas)crypto_method
to scoped client options (@HypeMC)symfony/phpunit-bridge (symfony/phpunit-bridge)
v6.4.13
Compare Source
symfony/proxy-manager-bridge (symfony/proxy-manager-bridge)
v6.4.13
Compare Source
Changelog (symfony/proxy-manager-bridge@v6.4.12...v6.4.13)
symfony/security-bundle (symfony/security-bundle)
v6.4.13
Compare Source
Changelog (symfony/security-bundle@v6.4.12...v6.4.13)
symfony/stopwatch (symfony/stopwatch)
v6.4.13
Compare Source
Changelog (symfony/stopwatch@v6.4.12...v6.4.13)
symfony/twig-bundle (symfony/twig-bundle)
v6.4.13
Compare Source
Changelog (symfony/twig-bundle@v6.4.12...v6.4.13)
symfony/validator (symfony/validator)
v6.4.15
Compare Source
Changelog (symfony/validator@v6.4.14...v6.4.15)
v6.4.14
Compare Source
Changelog (symfony/validator@v6.4.13...v6.4.14)
v6.4.13
Compare Source
Changelog (symfony/validator@v6.4.12...v6.4.13)
symfony/web-profiler-bundle (symfony/web-profiler-bundle)
v6.4.14
Compare Source
Changelog (symfony/web-profiler-bundle@v6.4.13...v6.4.14)
v6.4.13
Compare Source
Changelog (symfony/web-profiler-bundle@v6.4.12...v6.4.13)
symfony/yaml (symfony/yaml)
v6.4.13
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.