Skip to content

Commit

Permalink
Release v2.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-milette committed Oct 15, 2024
1 parent 735c271 commit ed87820
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
All notable changes to this project will be documented in this file.

## [2.2.2] - 2024-10-13
- Added option to automatically add instance to new courses.
### Added
- Option to automatically add instance to new courses.
### Updated
- Fixed support for plain text tag called {$a->userfullname}.
- Fixed compatibility issue with Moodle versions prior to v3.11.
- Fixed deprecation notice running on PHP 8.3.
- Compatible with Moodle up to v4.5.

## [2.2.1] - 2024-04-28
Note: There are no changes to the code in this release.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024042801;
$plugin->version = 2024101300;
$plugin->requires = 2013111800; // Moodle 3.9.
$plugin->release = '2.2.1';
$plugin->release = '2.2.2';
$plugin->component = "enrol_invitation";
$plugin->maturity = MATURITY_STABLE;

0 comments on commit ed87820

Please sign in to comment.