All Versions
15
Latest Version
Avg Release Cycle
53 days
Latest Release
1283 days ago

Changelog History
Page 2

  • v3.6.4 Changes

    January 24, 2019

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

    curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.4.tar.gz
    tar -xzf bolt-v3.6.4.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: 2019-01-24. Notable changes:

    • ๐Ÿ›  Fixed asset url generation for Bolt install in subfolder. #7725
    • ๐Ÿ›  Fixed: DBAL Sqlite schema diff bug, still needed on DBAL 2.9. #7733
    • ๐Ÿ›  Fixed: Ignore default value alteration for MySQL TEXT and BLOB types. #7477
    • โšก๏ธ Updated: Updates to bolt/thumbs and bolt/filesystem.
    • โšก๏ธ Updated: Various updates to Symfony components, Composer packages and Front-end dependencies.
  • v3.6.3 Changes

    December 11, 2018

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

    curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.3.tar.gz
    tar -xzf bolt-v3.6.3.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-12-12. Notable changes:

    • ๐Ÿ›  Fixed: Add missing status filter. #7719
    • ๐Ÿ›  Fixed: Add whitespace between status label and value. #7717
    • ๐Ÿ›  Fixed: Allow for $locale optional parameter in localedatetime. #7723
    • ๐Ÿ›  Fixed: Fix filters for Content without taxonomy. #7722
    • ๐Ÿ›  Fixed: Fix listing without owner. #7716
    • ๐Ÿ›  Fixed: Fix setting up legacy Contenttype object. #7720
  • v3.6.2 Changes

    November 09, 2018

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

    curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.2.tar.gz
    tar -xzf bolt-v3.6.2.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-11-09. Notable changes:

    • ๐Ÿ›  Fixed: Fix slugs for contenttypes that use a field other than 'title'. #7708
    • ๐Ÿ›  Fixed: Handle Empty Search Parameter Error. #7712
    • ๐Ÿ›  Fixed: Fix styling of panel actions. #7707
  • v3.6.1 Changes

    November 02, 2018

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

    curl -O https://bolt.cm/distribution/archive/3.6/bolt-v3.6.1.tar.gz
    tar -xzf bolt-v3.6.1.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-11-02. Notable changes

    • ๐Ÿ›  Fixed: Add missing part of select field values in repeaters. #7701
    • ๐Ÿ›  Fixed: Fix for field type blocks with translation extension. #7705
    • ๐Ÿ›  Fixed: Fix for Select values inside repeaters inside templatefields. #7636
    • ๐Ÿ›  Fixed: Stop stack being queried in _macro.twig when stack is disabled. #7698
    • ๐Ÿ›  Fixed: Temporary fix for repeater fields in changelog. #7683
    • โšก๏ธ Updated: Javascript dependencies, including blueimp-file-upload.
  • v3.6.0 Changes

    October 10, 2018

    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