Are you an LLM? You can read better optimized documentation at /guide/releases.md for this page in Markdown format
Release Notes β
Versioning Scheme β
Starting from >=3.0
, MineAdmin adopts Semantic Versioning for its version control scheme.
Major releases are issued annually, while smaller patches are released weekly or monthly
.
Named Parameters β
Named parameters are not yet fully adopted.
We may rename class names
, class method names
, and function names
as needed to improve MineAdmin's codebase.
The current official naming conventions are as follows:
- All classes use
PascalCase
. - All class methods use
camelCase
. - Functions use
snake_case
.
Support Policy β
For all MineAdmin versions, bug fixes
are supported for 18 months, while security fixes
receive two years of support.
Version | PHP(*) | Hyperf(*) | Release Date | Bug Fix Until | Security Fix Until |
---|---|---|---|---|---|
0.4 | 8.0 | 2.2 | 2021-01 | 2024-01 | 2024-01 |
1.4 | 8.0 | 2.2 | 2022-07 | 2024-07 | 2024-07 |
2.0 | 8.1~8.3 | 3.1 | 2023-12 | 2027-12 | 2027-12 |
3.0 | 8.1~8.3 | >=3.1 | 2024-10 | 2026-04 | 2026-10 |
MineAdmin 3.0 β
MineAdmin 3.0 simplifies development by introducing a streamlined application structure.
PHP 8.1 β
MineAdmin 3.0 requires a minimum PHP version of 8.1.