Grav 1.7.44
8 January 2024
Grav version 1.7.44 is now available (major release).
Upgrading to Grav 1.7.44
Grav 1.7.44 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply Grav updates as new versions are released, or use Installatron's Clone feature to duplicate an existing Grav install to test the 1.7.44 upgrade prior to applying it live. Get started managing your Grav installations with Installatron
What's New in Grav 1.7.44
1.7.44
Highlights
- Added PHP 8.3 to tests #3782
- Added debugger messages when Page routes conflict
- Added ISO 8601 date format #3721
- Added support for .vcf (vCard) in media configuration #3772
- Update jQuery to v3.6.4 #3713
- Updated vendor libraries including Dom-Sanitizer v1.0.7 that addresses an XSS issue
- Updated bin/composer.phar to latest 2.6.6
- Updated vendor libraries to latest
- Updated language files
- Updated copyright year
Bug Fixes
- Fixed a math rounding issue with number validation when using floating point steps #3761
- Fixed an issue with Inflector::ordinalize() not working as expected #3759
- Fixed various issues with file extension checking with dangerous extensions [#3756(https://github.com/getgrav/grav/pull/3756)]
- Fix for invalid input to foreach in UserGroupObject #3724
- Fixed exception: Property 'jsmodule_pipeline_include_externals' does not exist in object #3661
- Fixed too few arguments exception in FlexObjects #3658
1.7.43
Highlights
- Add the ability to programatically set a page's modified timestamp via a modified: frontmatter entry
- Update vendor libraries
- Include phar in the list of security.uploads_dangerous_extensions
- When enabled system.languages.debug now dumps Key -> Value to debugger #3752
- Updated built-in composer to latest 2.6.4 #3748
- Added support for @import to ensure paths are rewritten correctly in CSS pipeline #3750