Grav CMS - Package Updates
-
[1.8.5]
- Update grav to 1.7.49.5
- Full Changelog
- Backup not honoring ignored paths #3952
-
[1.8.6]
- Update grav to 1.7.50
- Full Changelog
- Added new Safe Core Upgrade process with snapshots for backup and restore, better preflight and postflight checks, as well as exception checking post-install for easy rollback.
- Introduced recovery mode with token-gated UI, plugin quarantine, and CLI rollback support.
- Added
bin/gpm preflightcompatibility scanner andbin/gpm rollbackutility. - Added
wordCountTwig filter #3957
-
[1.8.7]
- Update grav to 1.7.50.1
- Full Changelog
- Fix for broken
GRAV_ROOT
-
[1.8.8]
- Update grav to 1.7.50.2
- Full Changelog
- Fix for
SafeUpgradeService::getLastManifest()fatal error on upgrade #3966
-
[1.8.9]
- Update grav to 1.7.50.3
- Full Changelog
- Restored
user/config/system.yamlto 1.7 branch version (testing mode off)
-
[1.8.10]
- Update grav to 1.7.50.4
- Full Changelog
- More fixes and improvements for safe-uprade process
-
[1.8.11]
- Update grav to 1.7.50.7
- Full Changelog
- Exclude dev files from exports
- Remove dev file in clean command
- Ignore .github and .phan folders during self-upgrade
- Fixed path check in self-upgrade
- Fixed an issue where non-upgradable root-level folders were snapshotted
- Added new
bin/gpm preflightcommand - Added
--safeand--legacyoverrides forbin/gpm self-upgradecommand - Improved JS assets pipeline handling to support different loading strategies
- More safe-upgrade fixes around safe guarding
/user/and maintaining permissions better - Fixed a regex issue that corrupted safe-upgrade output
-
[1.8.12]
- Update grav to 1.7.50.8
- Full Changelog
- Removed over zealous safety checks
- Removed .gitattributes which was causing some unintended issues
-
[1.8.13]
- Update grav to 1.7.50.9
- Full Changelog
- Better error warnings regarding upgrading from 1.7 -> 1.7 vs 1.7 -> 1.8
- Fix for update-provided
Install.phpnot used if local version called first - Fix class loading error when trying to use
bin/gpm self-upgrade --safe
-
[1.9.0]
- Update grav to 1.8.0-beta.25
- Full Changelog
- Use
dev-masterbranch of Clockwork to support Monolog2 / Monolog3 AVIFimage support via updates togetgrav/Imagelibrary- Upgraded to Doctrine Collection 2.2
- Fixes for PHP 8.4 - Implicitly nullable parameter declarations deprecated
- Added back Missing
RocketTheme\Toolbox\Event\EventSubscriberInterfacefor Gantry5 - Various fixes to use
$log->debug(),$log->info(),$log->warning()and$log->error()For Monolog2 support - Fixed a PHP compatibility issue with
AbstractLazyCollection - Deferred Extension support in Forked version of Twig 3
- Added separate
strict_mode.twig2_compatandstrict_mode.twig3_compattoggles to manage auto-escape behaviour and automatic Twig 3 compatible template rewrites - Fix for cache blowing up when upgrading from 1.7 to 1.8 via CLI