mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-01-05 15:20:59 +01:00
15
CHANGELOG.md
15
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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user