diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a33d5..8bfff1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.2.0] - 2024-12-17 +### Changed +- PHP 8.4 Ready +- Foundation Updated to 4.11.0 + ## [4.1.1] - 2023-03-23 ### Fixed - Foundation Bug diff --git a/low_random/addon.json b/low_random/addon.json index 63d6fd9..b128e7a 100644 --- a/low_random/addon.json +++ b/low_random/addon.json @@ -1,8 +1,8 @@ { "name": "Low Random", "shortname": "low_random", - "version": "4.1.1", - "foundation_version": "4.10.0", + "version": "4.2.0", + "foundation_version": "4.11.0", "description": "Generates randomness", "license": "EEHarbor", "namespace": "Low\\Random", diff --git a/low_random/low_random.phar b/low_random/low_random.phar index c9f1c0c..540853d 100644 Binary files a/low_random/low_random.phar and b/low_random/low_random.phar differ diff --git a/low_random/views/license.php b/low_random/views/license.php index db5faad..9b138a5 100755 --- a/low_random/views/license.php +++ b/low_random/views/license.php @@ -65,7 +65,7 @@ margin: 15px 0; padding: 10px; line-height: 18px; - background-color: #f5f5f5; + background: var(--ee-input-bg, #f5f5f5); border: 1px solid #e8e8e8; } .license_status h4 { @@ -81,17 +81,17 @@ color: #e0251c; text-align: center; border: 1px solid #f59792; - background-color: #fcf5f5; + background: var(--ee-input-bg, #f5f5f5); } .license_status_disabled .license_status { border: 2px solid #ff0000; - background-color: #fcf5f5; + background: var(--ee-input-bg, #f5f5f5); } .license_status_disabled .license_status ol { margin: 0 0 0 35px !important; } .ee6 .license_status { - background-color: var(--ee-bg-5); + background: var(--ee-input-bg, #f5f5f5); }