@@ -11,7 +11,13 @@ category: Administration
1111
1212### [ Unreleased]
1313
14- * chore: simplify Docker configuration for testing
14+ * ...
15+
16+ ### [ 25.05.0] - 2025-05-17
17+
18+ ** Compatibility updates for Jira 10.3 - 10.6**
19+
20+ * chore: simplify Docker configuration for testing
1521* feat: ensure compatibility with Jira 10.3.0
1622* refactor: improve structure of subtask creation service
1723* feat: ensure compatibility with Jira 10.4.0
@@ -22,68 +28,13 @@ category: Administration
2228* feat: ensure compatibility with Jira 10.5.0
2329* feat: ensure compatibility with Jira 10.6.0
2430
25- ### [ 24.11.0] - 2024-11-11
26-
27- ** Multiple Subtasks supports Jira 10**
28-
29- * feat: ensure compatibility with Jira 9.17.2, 9.12.12, 9.4.25
30- * feat: Multiple Subtasks supports Jira 10
31- * chore: switch to new Jackson library for REST
32- * chore: migration to REST 2 scheme
33- * chore: add Velocity allow-list for allowed methods
34- * chore: use @Inject instead of @Autowired
35- * chore: compile against Java 17
36- * chore: remove @Component from conditions
37- * chore: add docker configuration
38- * docs: update compatibility matrix
39- * chore: change dialog behaviour to work with Jira 10
40- * fix: improve css classes for jQuery selectors from board
41-
42- ### [ 24.08.0] - 2024-08-20
43-
44- ** Introducing a new REST API**
45-
46- * feat: introduce first version of REST API for subtasks creation
47- * docs: provide documentation for REST API
48- * docs: improve REST API documentation
49- * docs: provide example payload in documentation
50- * docs: add documentation for authentication
51-
52- ### [ 24.06.0] - 2024-06-30
53-
54- ** Better import for Quick Subtasks for Jira templates**
55-
56- * fix: always open documentation in subtasks dialog in new window
57- * feat: ensure compatibility with Jira 9.15.0, 9.12.5, 9.4.18
58- * feat: documentation link in dialog footer is always visible
59- * feat: ensure compatibility with Jira 9.16.0, 9.12.9, 9.4.22
60- * fix: robustness of template import for non-UTF8 characters
61- * feat: ensure compatibility with Jira 9.17.0
62- * refactor: optimize imports for import action
63-
64- ### [ 24.01.0] - 2024-01-27
65-
66- ** Multiple Subtasks speaks 28 languages**
67-
68- * feat: ensure compatibility with Jira 9.12.1, 9.4.14
69- * docs: move changelog for 23.x releases into archive
70- * feat: add translations into 27 additional languages
71- * docs: list supported languages in documentation
72- * fix: fix encoding for French translation
73- * docs: improve supported languages page
74- * feat: ensure compatibility with Jira 9.13.0, 9.12.2, 9.4.15
75- * chore: adjust dependency versions to versions defined by Jira 9.12.1
76- * chore: use jira-project to define all library versions
77-
7831### Older versions
7932
8033Older versions have been moved into separate changelog documents grouped by their major version:
8134
35+ * [ Multiple Subtasks for Jira 24.x] ( /changelog-24x )
8236* [ Multiple Subtasks for Jira 23.x] ( /changelog-23x )
8337* [ Multiple Subtasks for Jira 22.x] ( /changelog-22x )
8438
85- [ Unreleased ] : https://github.com/codescape/jira-multiple-subtasks/compare/24.11.0...HEAD
86- [ 24.11.0 ] : https://github.com/codescape/jira-multiple-subtasks/compare/24.08.0...24.11.0
87- [ 24.08.0 ] : https://github.com/codescape/jira-multiple-subtasks/compare/24.06.0...24.08.0
88- [ 24.06.0 ] : https://github.com/codescape/jira-multiple-subtasks/compare/24.01.0...24.06.0
89- [ 24.01.0 ] : https://github.com/codescape/jira-multiple-subtasks/compare/23.12.0...24.01.0
39+ [ Unreleased ] : https://github.com/codescape/jira-multiple-subtasks/compare/25.05.0...HEAD
40+ [ 25.05.0 ] : https://github.com/codescape/jira-multiple-subtasks/compare/24.11.0...25.05.0
0 commit comments