Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions low_random/addon.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file modified low_random/low_random.phar
Binary file not shown.
8 changes: 4 additions & 4 deletions low_random/views/license.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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);
}
</style>
<!-- <div class="tbl-ctrls"> -->
Expand Down