Skip to content

Commit

Permalink
Version 8.4.7 (2024071500)
Browse files Browse the repository at this point in the history
add changes of older version
  • Loading branch information
eynimeni committed Jul 15, 2024
1 parent a6797b2 commit eaa9e0e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## Version 8.4.7 (2024071500)
* Feature: Add feature to move booking option to different booking instance
* Feature: Add setting "bookondetail" to allow booking only on details page
* Improvment: Assign teacher of bookingoption to course and role according to settings
* Improvment: Add userpic to sign-in sheet
* Improvment: Add time of booking to sign-in sheet
* Improvment: Setting to enable messaging to all teachers
* Improvment: Only show move to for cms where there is the right capability
* Improvment: Skip empty records on import of bookingoptions
* Improvment: Add key to accepted datesfield for importer
* Improvement: Make sure to show linkt on moodle course for teachers, even when they are not booked
* Improvement: Take out coursevalidation
* Bugfix: Trigger bookingoption_updated event for imported bookingoption.
* Bugfix: Allow cancel when linkt to moodle course is present.
* Bugfix: Correct itemcount for imported records event
* Bugfix: Display header image in sign-in sheet
* Bugfix: Create new courses in the correct course categories
* Bugfix: Correctly delete tags of instance
* Bugfix: Fix create new course from template with limited rights.
* Bugfix: Don't take instance "daystonotify" value as optiondates value if there is only one session.
* Bugfixes: Add more unit & behat tests.

## Version 8.4.6 (2024070300)
* Improvement: Also fetch courses from within category in webservice
* Improvement: Check if the field has a categoryid as id, if so, use it
* Improvement: Make sure we don't depend on arbitrary row class when using prepage code.
* Improvement: Move mybookings to separate cache so we can invalidate on booking without big performance penality
* Bugfix: Deal with array in course creation.
* Bugfix: Avoid running into missing optionid

## Version 8.4.5 (2024070300)
* Feature: Add possibility to add "invisible" except for direct link.
* Improvement: Add more unit & behat tests.
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

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

$plugin->version = 2024071202;
$plugin->version = 2024071500;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->release = '8.4.6';
$plugin->release = '8.4.7';
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'mod_booking';
$plugin->supported = [40, 43];
Expand Down

0 comments on commit eaa9e0e

Please sign in to comment.