updated changelog

Signed-off-by: Andy Miller <rhuk@mac.com>
This commit is contained in:
Andy Miller
2025-08-25 14:10:03 +01:00
parent 25f17ad9b1
commit 043bb0aad5
2 changed files with 17 additions and 0 deletions

View File

@@ -1,3 +1,18 @@
# v1.10.49
## 08/25/2025
1. [](#new)
* Upgraded to very latest FontAwesome 7.0 with custom ForkAwesome Shim
* Support for enhanced Scheduler in admin
* PHP 8.4 compatibility
1. [](#improved)
* Vendor libraries updated
* Added translations for Fetchpriority Trait [#2436](https://github.com/getgrav/grav-plugin-admin/pull/2346)
* Other various missing langs strings added to 'english' translation
1. [](#bugfix)
* Fix `force_ssl` use schema instead of server var [#2435](https://github.com/getgrav/grav-plugin-admin/pull/2345)
* Fix for fully turning off notifications JS
# v1.10.48
## 10/28/2024

View File

@@ -383,6 +383,8 @@ PLUGIN_ADMIN:
CACHE_JOB_TYPE: "Cache Job Type"
CACHE_JOB_TYPE_HELP: "Either clear with the 'standard' folders cache clear, or with 'all' folders"
CACHE_PURGE: "Purge Old Cache"
CACHE_PURGE_AGE: "Cache Purge Age"
CACHE_PURGE_AGE_HELP: "Purge all cache items older than this age (in seconds)"
LIFETIME: "Lifetime"
LIFETIME_HELP: "Sets the cache lifetime in seconds. 0 = infinite"
GZIP_COMPRESSION: "Gzip compression"