Skip to content

Minor Release Bolt 3.6.0

Compare
Choose a tag to compare
@bobdenotter bobdenotter released this 10 Oct 14:03
· 187 commits to 3.6 since this release
cff702e

To do a 15-second install, use the following:

curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.0.tar.gz
tar -xzf bolt-v3.6.0.tar.gz --strip-components=1
php app/nut init

For detailed installation instructions and other ways to install, see the documentation: https://docs.bolt.cm/3.6/installation/installation

Released: 2018-10-10. Notable changes

  • Feature: Add cron "Minute", for timed publish #7598
  • Feature: Drag-n-drop sorting for Content Blocks #7621
  • Feature: Drag-n-drop sorting for Repeaters #7617, #7630, #7648
  • Added: Add a Taxonomy repo and allow query content by taxonomy types #7522
  • Added: Add class support to new storage and where applicable disable all legacy polyfills #7571
  • Added: Add confirmation when deleting repeater / block set #7627
  • Added: Add upload autoconfirm option #7511
  • Added: Adding status to the listing page filter #7577
  • Added: Enable the query listener and create pager instances for limited queries #7526
  • Added: For BC content methods - Add default parameter values #7555
  • Added: More improvements to New Storage Layer Compatibility #7291, #7654, #7657
  • Added: Port across relations get from old storage #7527
  • Added: Use senderMail in outgoing mail #7675
  • Change: add 'heading' to the list of title-like field names. #7647
  • Change: Use nesbot/carbon #7633
  • Change: Use stable Passwordlib #7632
  • Fixed: Add getUri for new storage #7668
  • Fixed: Allow Methods To work with array or ContentType #7599
  • Fixed: directives should always be cleared before re-parsing #7681
  • Fixed: Don't use getContent on non-existing legacy items. #7584
  • Fixed: Fix 'generate Lorem Ipsum' dummy content #7605
  • Fixed: Fix error when searching for empty string #7625
  • Fixed: Fix excerpts in new Storage #7604, #7624
  • Fixed: Fix issue with html fields #7619
  • Fixed: Fix New Content BC break (content->values) #7671
  • Fixed: Fix preview #7660, #7663
  • Fixed: Fix search results (Frontend, Omnisearch, Async) #7670
  • Fixed: Fix that allows default sorting to work when using singular slug #7525
  • Fixed: Handle ArrayAccess & array the same as 'taxonomy' key might not exist in either #7586
  • Fixed: Improving relation get set interface #7506
  • Fixed: Make getListingOrder() behave correctly on new Storage Layer. #7585
  • Fixed: Minor Query Handler tweaks #7524
  • Fixed: Two minor query parser bugs #7523
  • Fixed:Fix for default ordering (plus code quality updates) #7564
  • Updated: Update cocur/slugify to latest ^3.1.0 #7600
  • Updated: Update Yarn dependencies, CKeditor and Codemirror #7601