Are you an LLM? You can read better optimized documentation at /v3/guide/releases.md for this page in Markdown format
Release Notes β
Versioning Scheme β
MineAdmin adopts Semantic Versioning for versioning starting from >=3.0 Major versions are released annually, while smaller patches are released weekly or monthly
Naming Parameters β
Named arguments are not yet fully adopted. We may rename class names, class methods, and functions as necessary to improve MineAdmin code
The current official naming conventions are as follows
- All classes use
PascalCasenaming - All class methods use
camelCasenaming - Functions use
snake_casenaming
Support Policy β
For all MineAdmin versions, bug fixes are provided for 18 months of support, and security fixes are provided for two years of support
| Version | PHP(*) | Hyperf(*) | Release Date | Bug Fix End Date | Security Fix End Date |
|---|---|---|---|---|---|
| 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 |