Skip to content

Commit 954cf24

Browse files
committed
Call it 1.7.0
1 parent b139cff commit 954cf24

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.7.0 ##
2+
13
* Massive fix of all the reported coding style violations in the plugin itself as well
24
as in the generated skeletons.
35
* Fixed duplicate string generated in the Tiny editor plugins. Credit goes to

version.php

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

2727
$plugin->component = 'tool_pluginskel';
28-
$plugin->release = '1.6.0';
29-
$plugin->version = 2023020800;
28+
$plugin->release = '1.7.0';
29+
$plugin->version = 2025040900;
3030
$plugin->requires = 2022112800;
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)