Update CHANGELOG.md

This commit is contained in:
Hamza Tamyachte
2026-03-18 10:19:50 +01:00
committed by GitHub
parent c91646df81
commit 4632008dfb

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 5.1.1 (2026031800)
* Fixed PHP 7.3 compatibility issue that broke Moodle 4.0.x servers ([#13](https://github.com/LdesignMedia/moodle-availability_ipaddress/issues/13))
* Removed typed properties (PHP 7.4+) to support PHP 7.3+
* Lowered environment.xml PHP requirement from 7.4 to 7.3
## 5.1.0 (2026030300) ## 5.1.0 (2026030300)
- Tested and verified on Moodle 5.1 - Tested and verified on Moodle 5.1
@@ -21,5 +26,5 @@
## 4.0.2 (2022052800) ## 4.0.2 (2022052800)
- Fixed the [issue 6](https://github.com/ldesignmediaNL/moodle-availability_ipaddress/issues/6) @[hamzatamyachte](https://github.com/hamzatamyachte) - Fixed the [issue 6](https://github.com/ldesignmediaNL/moodle-availability_ipaddress/issues/6) @[hamzatamyachte](https://github.com/hamzatamyachte)
## 4.0.1 (2022021100) ## 3.9.0 (2022021100)
- Thanks for adding ip-range support @[juacas](https://github.com/juacas) - Thanks for adding ip-range support @[juacas](https://github.com/juacas)