Releases: bolt/core
Releases · bolt/core
Beta release 5.0.0-beta.9
🐛 Bug fixes
- Filter by numeric fields in
setcontent
(I-Valchev, #2635) - Remove unneeded
security_checker.yaml
migration (bobdenotter, #2629)
📦 Additions and new features
- Add
ignore_empty
option inquery_search
listing filtering (I-Valchev, #2630)
🛠️ Miscellaneous
- Prepare release 5.0.0-beta.9 (bobdenotter, #2642)
- Adding
twig/extra-bundle
,twig/html-extra
andtwig/intl-extra
(bobdenotter, #2632)
🤖 Tests
- Fix cypress login with correct Bolt 5 inputs (I-Valchev, #2644)
⚙️ Code Quality / Developer Experience
Maintenance release 4.1.22
Update an existing Bolt project by running composer update
.
Check the documentation for instructions to set up a new Bolt project.
Released: 2021-06-18
🛠️ Miscellaneous
- [security] Don't allow
symfony/security-http
5.3.0 and 5.3.1 (bobdenotter, #2640) - Add
inferred_slug
values to parsed ContentType, if applicable (bobdenotter, #2636) - Pass around
BaseExtension
instead of string inExtensionsConfigureCommand
(bobdenotter, #2628)
🤖 Tests
- Add cypress tests (I-Valchev, #2625)
Beta release 5.0.0-beta.8
Merge pull request #2629 from bolt/fix/remove-old-file Remove unneeded `security_checker.yaml` migration
Beta release 4.2.0-beta.13
Merge branch '4.1' into 4.2
Maintenance release 4.1.21-pl.1
Quick patcheroni.
Maintenance release 4.1.21
Released: 2021-06-13
🐛 Bug fixes
- Fix
maximum_listing_select
inconfig.yaml
(I-Valchev, #2619) extensions:configure
accepts both.yaml
and.yml
for config, routes and services in extensions (I-Valchev, #2618)- Fix
|filter
and|order
chaining returning no results (I-Valchev, #2603)
⚙️ Code Quality / Developer Experience
Beta release 5.0.0-beta.7
Updating version number in NPM files
Maintenance release 4.1.20
You can update from previous Bolt 4 installs by running composer update.
Released: 2021-05-31
🐛 Bug fixes
- Performance boost: Keep in-memory copy of
currentLocale
(bobdenotter, #2597) - Fix copy-themes with packages. Implement copying specific theme (I-Valchev, #2584)
⚙️ Code Quality / Developer Experience
- Update LICENSE (I-Valchev, #2567)
Beta release 5.0.0-beta.6.1
Merge pull request #2581 from bolt/fix/more-relationship-fixes Fix relationships showing in backend, allow bidirectional deleting
Maintenance release 4.1.19
You can update from previous Bolt 4 installs by running composer update.
Released: 2021-05-11
🐛 Bug fixes
- Several fixes for handling Relations (bobdenotter, #2576)
- Copy packaged themes in
bolt:copy-themes
command (I-Valchev, #2563) - Fix a CSS quirk in listing overview pages (bobdenotter, #2554)
🛠️ Miscellaneous
- Replace
node-sass
withsass
🗑🔥 (bobdenotter, #2562) - Allow
sensio/framework-extra-bundle
version 6 (bobvandevijver, #2551)
⚙️ Code Quality / Developer Experience
- Fix ecs breakage with
friendsofphp/php-cs-fixer
(I-Valchev, #2566)