We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b139cff commit 954cf24Copy full SHA for 954cf24
CHANGES.md
@@ -1,3 +1,5 @@
1
+## 1.7.0 ##
2
+
3
* Massive fix of all the reported coding style violations in the plugin itself as well
4
as in the generated skeletons.
5
* Fixed duplicate string generated in the Tiny editor plugins. Credit goes to
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die();
26
27
$plugin->component = 'tool_pluginskel';
28
-$plugin->release = '1.6.0';
29
-$plugin->version = 2023020800;
+$plugin->release = '1.7.0';
+$plugin->version = 2025040900;
30
$plugin->requires = 2022112800;
31
$plugin->maturity = MATURITY_STABLE;
0 commit comments