We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a3f31 commit 208c0d4Copy full SHA for 208c0d4
Plugin.php
@@ -39,7 +39,7 @@ public function getPluginAuthor()
39
40
public function getPluginVersion()
41
{
42
- return '1.3.0';
+ return '1.4.0';
43
}
44
45
public function getCompatibleVersion()
Releases/AgileIndicators-1.4.zip
47.5 KB
changelog.md
@@ -1,6 +1,16 @@
1
# Changelog
2
3
4
+## v1.4
5
+
6
+_(most recent changes are listed on top):_
7
+- FIX: Neater Headings
8
+- FIX: Duplicate Translations
9
+- FIX: Update Translation Strings
10
+- FIX: Better Titles for Task Complexities
11
+- FIX: Closing Tag Location - replaced by a4c7aba
12
13
14
## v1.3
15
16
_(most recent changes are listed on top):_
0 commit comments