Update #86c3hkgy9 - Update Moodle Version 50

This commit is contained in:
Jan Choroś
2025-05-22 15:35:21 +02:00
parent d56173f6b8
commit e7e5cbe91d
2 changed files with 5 additions and 3 deletions

View File

@@ -15,10 +15,12 @@ activity, making it accessible only to users from specified IP addresses.
![Moodle403](https://img.shields.io/badge/moodle-4.3-brightgreen.svg?logo=moodle)
![Moodle404](https://img.shields.io/badge/moodle-4.4-brightgreen.svg?logo=moodle)
![Moodle405](https://img.shields.io/badge/moodle-4.5-brightgreen.svg?logo=moodle)
![Moodle500](https://img.shields.io/badge/moodle-5.0-brightgreen.svg?logo=moodle)
![PHP7.4](https://img.shields.io/badge/PHP-7.4-brightgreen.svg?logo=php)
![PHP8.0](https://img.shields.io/badge/PHP-8.0-brightgreen.svg?logo=php)
![PHP8.1](https://img.shields.io/badge/PHP-8.1-brightgreen.svg?logo=php)
![PHP8.2](https://img.shields.io/badge/PHP-8.2-brightgreen.svg?logo=php)
## List of features
- Supports comma separate list of ip-addresses

View File

@@ -27,8 +27,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'availability_ipaddress';
$plugin->version = 2025040401;
$plugin->release = '4.5.1';
$plugin->version = 2025052100;
$plugin->release = '5.0.0';
$plugin->requires = 2016120500;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [400, 405];
$plugin->supported = [400, 500];