Skip to content

Commit

Permalink
Version 0.9.11 (2024112000)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibernhardf committed Nov 20, 2024
1 parent 95deec9 commit 0244fe1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Version 0.9.11 (2024112000)
* Improvement: Update plugin dependencies.

## Version 0.9.10 (2024101700)
* Improvment: Apply config about display of bo details in new tab
* Improvement: Apply config about display of bo details in new tab
* Bugfix: Fix Modal
* Bugfix: see course material link check

Expand Down
1 change: 1 addition & 0 deletions sparten.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.

/**
* Add dates to option.
*
Expand Down
12 changes: 6 additions & 6 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'local_musi';
$plugin->release = '0.9.10';
$plugin->version = 2024101700;
$plugin->release = '0.9.11';
$plugin->version = 2024112000;
$plugin->requires = 2022112800; // Requires this Moodle version. Current: Moodle 4.1.
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'mod_booking' => 2024041000,
'local_wunderbyte_table' => 2024041000,
'local_shopping_cart' => 2024041000,
'local_entities' => 2024031400,
'mod_booking' => 2024112000,
'local_wunderbyte_table' => 2024112000,
'local_shopping_cart' => 2024112000,
'local_entities' => 2024111100,
];

0 comments on commit 0244fe1

Please sign in to comment.