Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: bolt/bolt
base: 3.7.1
Choose a base ref
head repository: bolt/bolt
compare: 3.7.2
Choose a head ref
  • 20 commits
  • 15 files changed
  • 4 contributors

Commits on May 11, 2020

Commits on Jul 28, 2020

  1. Merge pull request #7866 from bolt/bobdenotter-patch-1

    Update composer.json: Add `"public-dir": "public"`
    bobdenotter committed Jul 28, 2020
  2. Fix ContextErrorException in PHP 7.4

    See: https://www.php.net/manual/en/migration74.other-changes.php#migration74.other-changes.ini
    
    A `ContextErrorException` is thrown when `zend.exception_ignore_args`
    is set to `On`. The `args` key is not available.
    
    A simple test-case:
    ```
    ini_set('zend.exception_ignore_args', 'On');
    trigger_error('test', E_USER_NOTICE );
    ```
    xiaohutai committed Jul 28, 2020
  3. Merge pull request #7867 from xiaohutai/3.7-fix-renamefolder

    Allow only directories to be renamed with `renameFolder`
    bobdenotter committed Jul 28, 2020
  4. Merge pull request #7868 from xiaohutai/3.7-fix-contexterrorexception

    Fix ContextErrorException in PHP 7.4
    bobdenotter committed Jul 28, 2020
  5. Merge pull request #7869 from bolt/fix/check-if-user

    Check if we have a current user, prevent "Trying to access array offset" extension
    xiaohutai committed Jul 28, 2020

Commits on Aug 3, 2020

  1. Fixes slashes in directory names

    - The 1st line allows slashes in parent's names.
    - The 2nd line allows users to create "foo/bar/baz" in one go.
    xiaohutai committed Aug 3, 2020
  2. Merge pull request #7871 from xiaohutai/3.7-fix-slashes-in-folders

    Fixes slashes in directory names
    bobdenotter committed Aug 3, 2020

Commits on Oct 3, 2020

  1. fixed typo 'an' to 'and'

    undoingtech committed Oct 3, 2020

Commits on Oct 4, 2020

  1. Merge pull request #7875 from undoingtech/patch-1

    fixed typo 'an' to 'and' in README
    bobdenotter committed Oct 4, 2020

Commits on Oct 16, 2020

Commits on Oct 19, 2020

  1. Prepare release 3.7.2

    bobdenotter committed Oct 19, 2020
  2. Update changelog.md

    bobdenotter committed Oct 19, 2020
  3. Merge pull request from GHSA-x3rx-j3cv-3mm6

    Provide a stronger secret for `UrlSigner`
    bobdenotter committed Oct 19, 2020
  4. Merge pull request from GHSA-8cxf-fqg2-9p86

    Restrict `filter` options in `Request` in Twig context
    bobdenotter committed Oct 19, 2020
  5. Merge pull request #7884 from bolt/release/3.7.2

    Prepare release 3.7.2
    bobdenotter committed Oct 19, 2020