Skip to content

Releases: bolt/core

Beta release 5.0.0-beta.9

18 Jun 12:31
19e487c
Compare
Choose a tag to compare
Pre-release

🐛 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 in query_search listing filtering (I-Valchev, #2630)

🛠️ Miscellaneous

  • Prepare release 5.0.0-beta.9 (bobdenotter, #2642)
  • Adding twig/extra-bundle, twig/html-extra and twig/intl-extra (bobdenotter, #2632)

🤖 Tests

  • Fix cypress login with correct Bolt 5 inputs (I-Valchev, #2644)

⚙️ Code Quality / Developer Experience

  • Decouple directive handling from the ContentQueryParser (I-Valchev, #2638)
  • Use nelexa/zip 3.4, because it supports both PHP 7.2 and 8.0 (bobdenotter, #2634)
  • Update Symfony components to 5.3 (bobdenotter, #2633)

Maintenance release 4.1.22

18 Jun 09:03
9715dcd
Compare
Choose a tag to compare

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 in ExtensionsConfigureCommand (bobdenotter, #2628)

🤖 Tests

  • Add cypress tests (I-Valchev, #2625)

Beta release 5.0.0-beta.8

14 Jun 08:42
a75d502
Compare
Choose a tag to compare
Pre-release
Merge pull request #2629 from bolt/fix/remove-old-file

Remove unneeded `security_checker.yaml` migration

Beta release 4.2.0-beta.13

14 Jun 07:51
Compare
Choose a tag to compare
Pre-release
Merge branch '4.1' into 4.2

Maintenance release 4.1.21-pl.1

15 Jun 15:50
b7de90f
Compare
Choose a tag to compare

Maintenance release 4.1.21

13 Jun 09:05
db48eb4
Compare
Choose a tag to compare

Released: 2021-06-13

🐛 Bug fixes

  • Fix maximum_listing_select in config.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

  • Add restriction for (global) Composer 2 to composer.json (bobdenotter, #2614)
  • Fix error in custom code producing seemingly unrelated message. Catch LoaderLoadException instead of Throwable (bobdenotter, #2623)
  • Pin Chromedriver to version 90.x (bobdenotter, #2610)

Beta release 5.0.0-beta.7

31 May 11:56
Compare
Choose a tag to compare
Pre-release
Updating version number in NPM files

Maintenance release 4.1.20

31 May 11:30
d6bc085
Compare
Choose a tag to compare

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

11 May 15:52
2733f3b
Compare
Choose a tag to compare
Pre-release
Merge pull request #2581 from bolt/fix/more-relationship-fixes

Fix relationships showing in backend, allow bidirectional deleting

Maintenance release 4.1.19

11 May 13:51
0ff9b93
Compare
Choose a tag to compare

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 with sass 🗑🔥 (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)