All Versions
242
Latest Version
Avg Release Cycle
29 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.38 Changes
mm/dd/2022
-
- Updated
bin/composer.phar
to latest2.4.2
version #3627
- Updated
-
-
v1.7.37 Changes
10/05/2022
-
- Added new
onPageHeaders()
event to allow for header modification as needed - Added a
system.pages.dirs
configuration option to allow for configurable paths, and multiple page paths - Added new
Pages::getSimplePagesHash
which is useful for caching pages specific data - Updated to latest vendor libraries ๐ 1.
- An attempt to workaround windows reading locked file issue getgrav/grav-plugin-admin#2299
- Force user index file to be updated to fix email addresses getgrav/grav-plugin-login#229
- Added new
-
-
v1.7.37.1 Changes
10/05/2022
๐ 1. * Fixed a bad return type #3630
-
v1.7.36 Changes
09/08/2022
-
- Added
authorize-*@:
support for Flex blueprints, e.g.authorize-disabled@: not delete
disables the field if user does not have access to delete object - Added support for
flex-ignore@
to hide all the nested fields in the blueprint ๐ 1. - Fixed loggin with a capitalised email address when using old users getgrav/grav-plugin-login#229
- Added
-
-
v1.7.34 Changes
06/14/2022
-
- Added back Yiddish to Language Codes #3336
- Ignore upcoming
media.json
file in media ๐ 1. - Regression: Fixed saving page with a new language causing cache corruption getgrav/grav-plugin-admin#2282
- Fixed a potential fatal error when using watermark in images
- Fixed
bin/grav install
command with arbitrary destination folder name - Fixed Twig
|filter()
allowing code execution - Fixed login and user search by email not being case-insensitive when using Flex Users
-
-
v1.7.33 Changes
04/25/2022
-
- When saving yaml and markdown, create also a cached version of the file and recompile it in opcache ๐ 2.
- Fixed missing changes in yaml & markdown files if saved multiple times during the same second because of a caching issue
- Fixed XSS check not detecting onX events without quotes
- Fixed default collection ordering in pages admin
-
-
v1.7.32 Changes
03/28/2022
-
- Added
|replace_last(search, replace)
filter - Added
parseurl
Twig function to expose PHP'sparse_url
function
- Added
-
- Added multi-language support for page routes in
Utils::url()
- Set default maximum length for text fields
- Fixed issue with
system.cache.gzip: true
resulted in "Fetch Failed" for PHP 8.0.17 and PHP 8.1.4 PHP issue #8218 - Fix for multi-lang issues with Security Report
- Fixed page search not working with selected language #3316
- Added multi-language support for page routes in
-
-
v1.7.31 Changes
03/14/2022
-
- Added new local Multiavatar (local generation). This will be default in Grav 1.8
- Added support to get image size for SVG vector images #3533
- Added XSS check for uploaded SVG files before they get stored
- Fixed phpstan issues (All level 2, Framework level 5)
-
- Moved Accounts out of Experimental section of System configuration to new "Accounts" tab ๐ 3.
- Fixed
'mbstring' extension is not loaded
error, use Polyfill instead #3504 - Fixed new
Utils::pathinfo()
andUtils::basename()
being too strict for legacy use #3542 - Fixed non-standard video html atributes generated by
{{ media.html() }}
#3540 - Fixed entity sanitization for XSS detection
- Fixed avatar save location when
account://
stream points to custom directory - Fixed bug in
Utils::url()
when path contains part of root
-
-
v1.7.30 Changes
02/07/2022
-
- Added twig filter
|field_parent
to get parent field name ๐ 2. - Fixed error while deleting retina image in admin
- Fixed "Page Authors" field in Security tab, wrongly loading and saving the value #3525
- Fixed accounts filter only matches against email address getgrav/grav-plugin-admin#2224
- Added twig filter
-