All Versions
242
Latest Version
Avg Release Cycle
29 days
Latest Release
-

Changelog History
Page 9

  • v1.6.24 Changes

    April 27, 2020

    04/27/2020

      • Added support for X-Forwarded-Host #2891
      • Disable XDebug in Travis builds
  • v1.6.23 Changes

    March 19, 2020

    03/19/2020

      • Moved Parsedown 1.6 and ParsedownExtra 0.7 into Grav\Framework\Parsedown to allow fixes
      • Added aliases.php with references to direct \Parsedown and \ParsedownExtra references
      • Upgraded jQuery to latest 3.4.1 version #2859 ๐Ÿ›  1.
      • Fixed PHP 7.4 issue in ParsedownExtra #2832
      • Fix for user reported CVE path-based open redirect
      • Fix for stream_set_option error with PHP 7.4 via Toolbox#28 #2850
  • v1.6.22 Changes

    March 05, 2020

    mm/dd/2020

      • Added Pages::reset() method
      • Updated Negotiation library to address issues #2513 ๐Ÿ›  1.
      • Fixed issue with search plugins not being able to switch between page translations
      • Fixed issues with Pages::baseRoute() not picking up active language reliably
      • Reverted validation: strict fix as it breaks sites, see #1273
  • v1.6.21 Changes

    February 12, 2020

    02/11/2020

      • Added ConsoleCommand::setLanguage() method to set language to be used from CLI
      • Added ConsoleCommand::initializeGrav() method to properly set up Grav instance to be used from CLI
      • Added ConsoleCommand::initializePlugins()method to properly set up all plugins to be used from CLI
      • Added ConsoleCommand::initializeThemes()method to properly set up current theme to be used from CLI
      • Added ConsoleCommand::initializePages() method to properly set up pages to be used from CLI
      • Vendor updates ๐Ÿ›  1.
      • Fixed bin/plugin CLI calling $themes->init() way too early (removed it, use above methods instead)
      • Fixed call to $grav['page'] crashing CLI
      • Fixed encoding problems when PHP INI setting default_charset is not utf-8 #2154
  • v1.6.20 Changes

    February 03, 2020

    mm/dd/2019

    ๐Ÿ›  1. * Fixed incorrect routing caused by str_replace() in Uri::init() #2754 * Fixed session cookie is being set twice in the HTTP header #2745 * Fixed session not restarting if user was invalid (downgrading from Grav 1.7) * Fixed filesystem iterator calls with non-existing folders * Fixed checkbox field not being saved, requires also Form v4.0.2 #1225 * Fixed validation: strict not working in blueprints #1273 * Fixed Data::filter() removing empty fields (such as empty list) by default #2805 * Fixed fatal error with non-integer page param value #2803 * Fixed Assets::addInlineJs() parameter type mismatch between v1.5 and v1.6 #2659 * Fixed site.metadata saving issues #2615

  • v1.6.19 Changes

    December 04, 2019

    mm/dd/2019

      • Catch PHP 7.4 deprecation messages and report them in debugbar instead of throwing fatal error ๐Ÿ›  1.
      • Fixed fatal error when calling {{ grav.undefined }}
      • Fixed multiple issues when there are no pages in the site
      • PHP 7.4 fix for #2750
  • v1.6.18 Changes

    December 02, 2019

    12/02/2019

    ๐Ÿ›  1. * PHP 7.4 fix in Pages::buildSort() * Updated vendor libraries for PHP 7.4 fixes in Twig and other libraries * Fixed fatal error when $page->id() is null #2731 * Fixed cache conflicts on pages with no set id * Fix rewrite rule for for lighttpd default config #721

  • v1.6.17 Changes

    November 07, 2019

    11/06/2019

      • Added working ETag (304 Not Modified) support based on the final rendered HTML
      • Safer file handling + customizable null char replacement in CsvFormatter::decode()
      • Change of Behavior: Inflector::hyphenize will now automatically trim dashes at beginning and end of a string.
      • Change in Behavior for Folder::all() so no longer fails if trying to copy non-existent dot file #2581
      • renamed composer test-plugins script to phpstan-plugins to be more explicit #2637 ๐Ÿ›  1.
      • Fixed PHP 7.1 bug in FlexMedia
      • Fix cache image generation when using cropResize #2639
      • Fix array_merge() exception with non-array page header metadata #2701
  • v1.6.16 Changes

    September 19, 2019

    mm/dd/2019

    ๐Ÿ›  1. * Fixed Flex user creation if file storage is being used #2444 * Fixed Badly encoded JSON data warning when uploading files #2663

  • v1.6.15 Changes

    August 20, 2019

    08/20/2019

      • Improved robots.txt #2632 ๐Ÿ›  1.
      • Fixed broken markdown Twig tag #2635
      • Force Symfony 4.2 in Grav 1.6 to remove a bunch of deprecated messages