Skip to content

Commit

Permalink
Merge pull request #34 from Lesterhuis-Training-en-Consultancy/86bwwn…
Browse files Browse the repository at this point in the history
…ckq-MOODLE44

Update #86bwwnckq - Update for Moodle 4.4
  • Loading branch information
luukverhoeven authored May 8, 2024
2 parents 1c8f5fc + 154592d commit 4263869
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Types of changes
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.

## Version (4.4.0) - 2024-04-05
- Tested for Moodle (LMS) 4.4 and PHP 8.1

## Version (4.3.0) - 2024-02-16
- Tested and refactored for Moodle (LMS) 4.3

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ input, bug reports and beta testing

![Moodle402](https://img.shields.io/badge/moodle-4.2-brightgreen.svg)
![Moodle403](https://img.shields.io/badge/moodle-4.3-brightgreen.svg)
![Moodle404](https://img.shields.io/badge/moodle-4.4-brightgreen.svg)

![PHP74](https://img.shields.io/badge/php-7.4-teal.svg)
![PHP80](https://img.shields.io/badge/php-8.0-teal.svg)
![PHP81](https://img.shields.io/badge/php-8.1-teal.svg)

## Screens
![10 27 2018-12 40](https://github.com/Lesterhuis-Training-en-Consultancy/moodle-block-user_favorites/assets/995760/2f2c2157-dbfa-4a17-9c5b-cd77ba55070c)
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2024021600;
$plugin->version = 2024040500;
$plugin->requires = 2023042401;
$plugin->component = 'block_user_favorites';
$plugin->release = '4.3.0';
$plugin->release = '4.4.0';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 4263869

Please sign in to comment.