Skip to content

Releases: bolt/core

Maintenance Release 5.1.4

13 Mar 14:17
c0f63e4
Compare
Choose a tag to compare

Released: 2022-03-13

🐛 Bug fixes

  • Fix Select field with empty value, for required: false and allowempty: 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: to PUBLIC_ACCESS for public access to the read-endpoint of the API (bobdenotter, #3111)
  • Add map to htaccess (peterboorsma, #3108)

⚙️ Code Quality / Developer Experience

  • Tiny fix, as per PHPStan (bobdenotter, #3109)
  • fix wrong copy paste in comments (dadaxr, #3105)
  • Bump url-parse from 1.5.6 to 1.5.10 (dependabot[bot], #3102)
  • Update cypress tests so it retries on failure (Joossensei, #3099)
  • Refactoring deprecations in Symfony 5 -> 6 (bobdenotter, #3091)

Maintenance Release 5.1.3

10 Feb 14:45
bb1e06c
Compare
Choose a tag to compare

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

  • Bump nanoid from 3.1.30 to 3.2.0 (dependabot[bot], #3077)
  • Bump node-fetch from 2.6.6 to 2.6.7 (dependabot[bot], #3076)
  • Update api_tests.yaml (bobdenotter, #3069)
  • Remove ignore of false positive in PHPStan (bobdenotter, #3061)

Maintenance Release 5.1.2

19 Jan 13:07
Compare
Choose a tag to compare

Released: 2021-01-19

🐛 Bug fixes

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

  • Typehint QuestionHelper (make PhpStan happy) (bobdenotter, #3044)
  • Fixing logo alt (bobdenotter, #3042)

Maintenance Release 5.1.1

05 Jan 16:48
544e184
Compare
Choose a tag to compare

Released: 2021-01-05

🐛 Bug fixes

  • Make LoginFormAuthenticator compatible with Symfony 5.3 (I-Valchev, #3028)
  • Fix boolean logic in CorePostUpdateScript.php 🤦 (bobdenotter, #3034)
  • Composer 2.2 compatibility fix (bobdenotter, #3029)

Minor Release 5.1.0

16 Dec 13:53
23a69b8
Compare
Choose a tag to compare

Released: 2021-12-16

👑 Highlighted new features

  • Role-based API support for POST, PUT and DELETE 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

15 Dec 18:17
a97ee20
Compare
Choose a tag to compare
Pre-release
5.1.0-beta.3

Update Version.php

Beta release 5.1.0 beta 2

14 Dec 13:47
5d96acf
Compare
Choose a tag to compare
Pre-release
5.1.0-beta.2

Merge pull request #3017 from bolt/psanchezg-port-the-has_sortorder-f…

Beta release 5.1.0 beta 1

08 Dec 08:51
Compare
Choose a tag to compare
Pre-release
5.1.0-beta.1

Updating assets

Maintenance Release 5.0.7

26 Nov 15:45
5325b62
Compare
Choose a tag to compare

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

28 Oct 09:30
f27884f
Compare
Choose a tag to compare

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)