Skip to content

Commit 475c14c

Browse files
committed
version 4.5 version.php changes.md ci-file
1 parent 69acceb commit 475c14c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: ['8.1']
12-
moodle-branch: ['MOODLE_402_STABLE']
11+
php: ['8.3']
12+
moodle-branch: ['MOODLE_405_STABLE']
1313
database: ['pgsql']
1414

1515
steps:

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CHANGELOG
2+
=========
3+
4+
v4.5-r1 (2025-03-06)
5+
------------------
6+
* Moodle 4.5 compatible version

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_collaborativefolders';
28-
$plugin->version = 2023050200;
29-
$plugin->release = 'v4.2-r1';
30-
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
28+
$plugin->version = 2025030600;
29+
$plugin->release = 'v4.5-r1';
30+
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)