diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f941ab2..5dc98806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/languages/en.yaml b/languages/en.yaml index 0b924f08..9738edc2 100644 --- a/languages/en.yaml +++ b/languages/en.yaml @@ -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"