File tree 6 files changed +12
-11
lines changed
6 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Townsquare Support #
2
2
3
3
A moodle local plugin that manages the subplugins for the moodle townsquare block.
4
- Documentation of the townsquare block: https://github.com/learnweb/moodle-block_townsquare
4
+ Documentation of the townsquare block: https://github.com/learnweb/moodle-local_townsquare
5
5
6
6
## Installing via uploaded ZIP file ##
7
7
Original file line number Diff line number Diff line change 17
17
/**
18
18
* TODO: Add description.
19
19
*
20
- * @package block_townsquare
21
- * @copyright 2023 Tamaro Walter
20
+ * @package local_townsquaresupport
21
+ * @copyright 2024 Tamaro Walter
22
22
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
23
*/
24
24
Original file line number Diff line number Diff line change 15
15
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
16
16
17
17
/**
18
- * Plugin capabilities for the block_townsquare plugin.
18
+ * Plugin capabilities for the local_townsquaresupport plugin.
19
19
*
20
- * @package block_townsquare
21
- * @copyright 2023 Tamaro Walter
20
+ * @package local_townsquaresupport
21
+ * @copyright 2024 Tamaro Walter
22
22
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
23
*/
24
24
Original file line number Diff line number Diff line change 17
17
/**
18
18
* This file defines the sub-plugins for the townsquare block.
19
19
*
20
- * @package blocks_townsquare
21
- * @copyright 2023 Tamaro Walter
20
+ * @package local_townsquaresupport
21
+ * @copyright 2024 Tamaro Walter
22
22
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
23
*/
24
24
Original file line number Diff line number Diff line change 24
24
*/
25
25
26
26
/**
27
- * Execute block_townsquare upgrade from the given old version.
27
+ * Execute local_townsquare upgrade from the given old version.
28
28
*
29
29
* @param int $oldversion
30
30
* @return bool
Original file line number Diff line number Diff line change 17
17
/**
18
18
* Plugin version and other meta-data are defined here.
19
19
*
20
- * @package block_townsquare
21
- * @copyright 2023 Tamaro Walter
20
+ * @package local_townsquaresupport
21
+ * @copyright 2024 Tamaro Walter
22
22
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
23
*/
24
24
25
25
defined ('MOODLE_INTERNAL ' ) || die ();
26
26
$ plugin ->component = 'local_townsquaresupport ' ;
27
+ $ plugin ->dependencies = ['block_townsquare ' => ANY_VERSION ];
27
28
$ plugin ->release = '0.1.0 ' ;
28
29
$ plugin ->version = 2024041500 ;
29
30
$ plugin ->requires = 2022041900 ;
You can’t perform that action at this time.
0 commit comments