mirror of
https://github.com/LdesignMedia/moodle-availability_ipaddress.git
synced 2026-05-16 21:41:28 +02:00
Update #86c8jzuvd - upgraded plugin to support Moodle 5.1, moved changelog to separate file
This commit is contained in:
25
CHANGELOG.md
Normal file
25
CHANGELOG.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## 5.1.0 (2026030300)
|
||||
- Tested and verified on Moodle 5.1
|
||||
|
||||
## 5.0.2 (2025080401)
|
||||
- Added support for pre-configuring IP ranges by admins
|
||||
|
||||
## 5.0.1 (2025052200)
|
||||
- Tested on Moodle 5.0
|
||||
|
||||
## 4.5.0 (2025040400)
|
||||
- Tested on Moodle 4.5
|
||||
|
||||
## 4.4.0 (2024072000)
|
||||
- Tested on Moodle 4.4
|
||||
|
||||
## 4.0.3 (2022052801)
|
||||
- Test in Moodle 4.0 @[hamzatamyachte](https://github.com/hamzatamyachte)
|
||||
|
||||
## 4.0.2 (2022052800)
|
||||
- Fixed the [issue 6](https://github.com/ldesignmediaNL/moodle-availability_ipaddress/issues/6) @[hamzatamyachte](https://github.com/hamzatamyachte)
|
||||
|
||||
## 4.0.1 (2022021100)
|
||||
- Thanks for adding ip-range support @[juacas](https://github.com/juacas)
|
||||
@@ -20,6 +20,7 @@ activity, making it accessible only to users from specified IP addresses.
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
@@ -64,10 +65,4 @@ Contributions are welcome and will be fully credited. We accept contributions vi
|
||||
|
||||
## Changelog
|
||||
|
||||
- 2024080401 Added support for pre-configuring IP ranges by admins
|
||||
- 2025052200 Tested on Moodle 5.0
|
||||
- 2025040400 Tested on Moodle 4.5
|
||||
- 2024072000 Tested on Moodle 4.4
|
||||
- 2022021100 Thanks for adding ip-range support @[juacas](https://github.com/juacas)
|
||||
- 2022052800 Fixed the [issue 6](https://github.com/ldesignmediaNL/moodle-availability_ipaddress/issues/6) @[hamzatamyachte](https://github.com/hamzatamyachte)
|
||||
- 2022052801 Test in Moodle 4.0 @[hamzatamyachte](https://github.com/hamzatamyachte)
|
||||
See [CHANGELOG.md](CHANGELOG.md) for a full list of changes.
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'availability_ipaddress';
|
||||
$plugin->version = 2025080401;
|
||||
$plugin->release = '5.0.2';
|
||||
$plugin->version = 2026030300;
|
||||
$plugin->release = '5.1.0';
|
||||
$plugin->requires = 2016120500;
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->supported = [400, 500];
|
||||
$plugin->supported = [400, 501];
|
||||
|
||||
Reference in New Issue
Block a user