prepare for release

This commit is contained in:
Andy Miller 2024-10-23 13:02:02 +01:00
parent e2257a9783
commit ecf664c8e6
No known key found for this signature in database
GPG Key ID: 9F2CF38AEBDB0AE0
2 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# v1.7.47
## mm/dd/2024
## 10/23/2024
1. [](#new)
* New `Utils::toAscii()` method
* Added support for Clockwork Debugger to allow web UI (requires `clockwork-web` plugin)
* Added support for Clockwork Debugger to allow web UI (requires new `clockwork-web` plugin)
1. [](#improved)
* Include modular sub-pages in last-modification date computation [#3562](https://github.com/getgrav/grav/pull/3562)
* Updated vendor libs to latest versions
* Updated JQuery to `3.7.1` [#3787](https://github.com/getgrav/grav/pull/3827)
* Updated vendor libraries to latest versions
* Support for Fediverse Creator meta tag [](#3844)(https://github.com/getgrav/grav/pull/3844)
* Support for Fediverse Creator meta tag [#3844](https://github.com/getgrav/grav/pull/3844)
1. [](#bugfix)
* Fixes deprecated for return type in Filesystem with PHP 8.3.6 [#3831](https://github.com/getgrav/grav/issues/3831)
* Fix for `exif_imagtetype()` throwing an exception when file doesn't exist

View File

@ -9,7 +9,7 @@
// Some standard defines
define('GRAV', true);
define('GRAV_VERSION', '1.7.46');
define('GRAV_VERSION', '1.7.47');
define('GRAV_SCHEMA', '1.7.0_2020-11-20_1');
define('GRAV_TESTING', false);