Releases: bolt/core
Releases · bolt/core
Maintenance Release 5.1.4
Released: 2022-03-13
🐛 Bug fixes
- Fix Select field with empty value, for
required: false
andallowempty: true
(jordanaubert, #3116) - Update
Date.vue
dateFormat to include seconds (simongroenewolt, #3096) - Fix custom homepage setting: allow singular ContentType slugs (bobdenotter, #3093)
- Fixes parsing for editing Yaml files in the backend editor (Joossensei, #3090)
- Fix YAML migrations (bobdenotter, #3118)
🛠️ Miscellaneous
- Set
api:get:
toPUBLIC_ACCESS
for public access to the read-endpoint of the API (bobdenotter, #3111) - Add map to htaccess (peterboorsma, #3108)
⚙️ Code Quality / Developer Experience
Maintenance Release 5.1.3
Released: 2021-02-10
🐛 Bug fixes
- Fix configuration values not resolving correctly (ionutlip, #3068)
- Set default
values
in FieldType (bobdenotter, #3058)
🛠️ Miscellaneous
- Make it possible for GlobalVoter.php to vote on non-bolt users. (simongroenewolt, #3081)
- Adds the ability to change dynamic the bolt configuration directory (ionutlip, #3086)
- Add a username to the
backendmenu
cache key (Joossensei, #3087) - Update cypress tests again (Joossensei, #3084)
- Update
AuthSubscriber.php
to prevent logout error (matesko, #3074) - Avoid running node service as
root
user (fsidobre, #3073) - Tweaking Cypress
defaultCommandTimeout
(bobdenotter, #3070) - Add the possibility to sort and filter users in the backend (damien-jourdan, #3066)
- Show "404" image for missing thumbnails (bobdenotter, #3064)
- Update
Relation.php
(Joossensei, #3060) - Bugfix Fix autocomplete for Relation (ionutlip, #3055)
⚙️ Code Quality / Developer Experience
Maintenance Release 5.1.2
Released: 2021-01-19
🐛 Bug fixes
- Bugfix Fix
maximum_listing_select
inconfig.yaml
for Relation (ionutlip, #3052) - Fix wrong subtask called in Makefile for Docker (fsidobre, #3048)
- Fix date format to save PM time (fsidobre, #3046)
- Fix Romanian transliteration (bobdenotter, #3043)
🛠️ Miscellaneous
- Users overview page Dutch translations (nestordedios, #3049)
- Update
package-lock.json
(Joossensei, #3045) - New feature: Allow empty value for select form controls, based on user setting. (vlad-ghita, #3041)
- Update serializable interface (bobvandevijver, #3039)
- Prepare release 5.1.1 (bobdenotter, #3036)
- Minor cleanup on
services.yaml
(bobdenotter, #3035)
⚙️ Code Quality / Developer Experience
Maintenance Release 5.1.1
Minor Release 5.1.0
Released: 2021-12-16
👑 Highlighted new features
- Role-based API support for
POST
,PUT
andDELETE
operations (I-Valchev, #2648) - PHP 8.1 compatibility (bobdenotter, #3008)
🔐 Security related changes
- Implement the new Symfony Security Component (I-Valchev, #3007)
📦 Additions and new features
- Add new paginate function for arrays (Joossensei, #2994)
- Fix deprecation notices especially at the level of the return types (bobdenotter, #3011)
- Add the yaml migrations for the new security component (I-Valchev, #3010)
- Fix deprecation notices especially at the level of the return types (abdellahramadan, #3000)
- Allow prefix and postfix text on relationships and taxonomies input field (nestordedios, #2990)
- PHPSpec 🔥 (bobdenotter, #2988)
- Date issues in Bolt 5 (Joossensei, #2986)
- Allow symfony/flex v2 (bobvandevijver, #2984)
- Allow passing in string in
getTitle
, to give friendlier notice (bobdenotter, #2982) - Check on null value added to calling setCurrentLocale to prevent null value parameter (nicodeboer, #2981)
- Improve caching (bobdenotter, #2980)
- Fix the date format expected for params like 'today' (Joossensei, #2974)
- Remove some of the describe from Cypress / Fix some common Cypress errors (Joossensei, #2968)
- chore(local-stack): improve make targets and avoid node17 issues for docker (jbarbin, #2955)
- [issue-2901] fix(fixtures): non existent data mapped for fields of type select (jbarbin, #2954)
- Bumping versions of Glide and PHPStan (bobdenotter, #2953)
🤖 Tests
- Add curl API tests (I-Valchev, #3018)
- Fix php unit relation test (I-Valchev, #3015)
- Remove PHPSpec (because it's black magic) (bobdenotter, #2985)
⚙️ Code Quality / Developer Experience
- Cleanup
todo
comments (I-Valchev, #2999) - Fix phpunit FrontendMenu test (I-Valchev, #2992)
- Add caching decorated services (I-Valchev, #2987)
🐛 Bug fixes
- Port the has sortorder for taxonomies 3001 (#3016) (I-Valchev, #3017)
- Redirect to login page if unauthenticated (I-Valchev, #3014)
- Fallback to Symfony's default public path for bundles (I-Valchev, #3005)
- Don't set "linked media", if we don't have a proper filename (bobdenotter, #3004)
- Allow Select fields with
JSON_SEARCH
to filter multiple values (I-Valchev, #2995) - Create meaningful fixtures for geolocation fields (I-Valchev, #2991)
Beta release 5.1.0 beta 3
5.1.0-beta.3 Update Version.php
Beta release 5.1.0 beta 2
5.1.0-beta.2 Merge pull request #3017 from bolt/psanchezg-port-the-has_sortorder-f…
Beta release 5.1.0 beta 1
5.1.0-beta.1 Updating assets
Maintenance Release 5.0.7
Released: 2021-11-26
🐛 Bug fixes
- Ensure consistency in sluggified anchor link (bobdenotter, #2907)
🛠️ Miscellaneous
- Fix getting db version (lock
doctrine/dbal
) (I-Valchev, #2977) - Enable 'Remember me' by default, and make duration configurable (bobdenotter, #2911)
- Redirect 'GET on Preview' link to edit page (bobdenotter, #2904)
📖 Documentation
- Fix contentlisting route example (nestordedios, #2950)
Maintenance Release 5.0.6
Released: 2021-10-28
🐛 Bug fixes
- Only set the
default_status
on new content (I-Valchev, #2883) - Fixed that onUserEdit changes backend locale. (Joossensei, #2829)
- Make Bolt's search keyword required (I-Valchev, #2885)
- Fix overlapping text on toasts / notifications (I-Valchev, #2881)
📦 Additions and new features
- Add
lazy
parameter to|showimage
filter (I-Valchev, #2882)
🤖 Tests
- Fix the Cypress tests (Joossensei, #2884)