Releases: Dukecity/CommandSchedulerBundle
Releases · Dukecity/CommandSchedulerBundle
doctrine/orm >= 2.14.2
UnlockCommand unlocking itself
feat: allow nullable logfiles
Minor change
Removed sensio/framework-extra-bundle, allow doctrine/persistence v2
- Allow doctrine/collections v2
- Removed sensio/framework-extra-bundle (deprecated) thanks to @knallcharge
- chore: Add tests for php 8.2
Allow doctrine/persistence v3
doctrine/persistence v2 and v3 are supported
Fix: Doctrine persistence
Fix for doctrine/persistence: #33 thanks to @Florian-B
Allow symfony 6.0 (and 5.4) (drop support of symfony < 5.4)
If you still want to use it with Symfony 4.4 please use 4.x of this Bundle.
Small Fix: Naming of .css-File
Merge pull request #30 from NaincyKumariKnoldus/fixed_css Fixed Wrong asset filename in layout view
Removed DoctrineMigrationsBundle dependency
- Removed DoctrineMigrationsBundle dependency
- Adjust install info in readme
- Removed invalid (old) route
Thanks to @knallcharge