Skip to content

Commit 21488e9

Browse files
committed
chore: release version 25.05.0
1 parent 082ed99 commit 21488e9

File tree

3 files changed

+79
-60
lines changed

3 files changed

+79
-60
lines changed

docs/changelog-24x.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
layout: default
3+
title: Changelog 24.x
4+
category: Administration
5+
---
6+
7+
{% include changelog-preface.md %}
8+
9+
* Table of Contents
10+
{:toc}
11+
12+
### [24.11.0] - 2024-11-11
13+
14+
**Multiple Subtasks supports Jira 10**
15+
16+
* feat: ensure compatibility with Jira 9.17.2, 9.12.12, 9.4.25
17+
* feat: Multiple Subtasks supports Jira 10
18+
* chore: switch to new Jackson library for REST
19+
* chore: migration to REST 2 scheme
20+
* chore: add Velocity allow-list for allowed methods
21+
* chore: use @Inject instead of @Autowired
22+
* chore: compile against Java 17
23+
* chore: remove @Component from conditions
24+
* chore: add docker configuration
25+
* docs: update compatibility matrix
26+
* chore: change dialog behaviour to work with Jira 10
27+
* fix: improve css classes for jQuery selectors from board
28+
29+
### [24.08.0] - 2024-08-20
30+
31+
**Introducing a new REST API**
32+
33+
* feat: introduce first version of REST API for subtasks creation
34+
* docs: provide documentation for REST API
35+
* docs: improve REST API documentation
36+
* docs: provide example payload in documentation
37+
* docs: add documentation for authentication
38+
39+
### [24.06.0] - 2024-06-30
40+
41+
**Better import for Quick Subtasks for Jira templates**
42+
43+
* fix: always open documentation in subtasks dialog in new window
44+
* feat: ensure compatibility with Jira 9.15.0, 9.12.5, 9.4.18
45+
* feat: documentation link in dialog footer is always visible
46+
* feat: ensure compatibility with Jira 9.16.0, 9.12.9, 9.4.22
47+
* fix: robustness of template import for non-UTF8 characters
48+
* feat: ensure compatibility with Jira 9.17.0
49+
* refactor: optimize imports for import action
50+
51+
### [24.01.0] - 2024-01-27
52+
53+
**Multiple Subtasks speaks 28 languages**
54+
55+
* feat: ensure compatibility with Jira 9.12.1, 9.4.14
56+
* docs: move changelog for 23.x releases into archive
57+
* feat: add translations into 27 additional languages
58+
* docs: list supported languages in documentation
59+
* fix: fix encoding for French translation
60+
* docs: improve supported languages page
61+
* feat: ensure compatibility with Jira 9.13.0, 9.12.2, 9.4.15
62+
* chore: adjust dependency versions to versions defined by Jira 9.12.1
63+
* chore: use jira-project to define all library versions
64+
65+
[24.11.0]: https://github.com/codescape/jira-multiple-subtasks/compare/24.08.0...24.11.0
66+
[24.08.0]: https://github.com/codescape/jira-multiple-subtasks/compare/24.06.0...24.08.0
67+
[24.06.0]: https://github.com/codescape/jira-multiple-subtasks/compare/24.01.0...24.06.0
68+
[24.01.0]: https://github.com/codescape/jira-multiple-subtasks/compare/23.12.0...24.01.0

docs/changelog.md

Lines changed: 10 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8033
Older 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>de.codescape.jira.plugins</groupId>
77
<artifactId>multiple-subtasks</artifactId>
8-
<version>24.11.0</version>
8+
<version>25.05.0</version>
99
<packaging>atlassian-plugin</packaging>
1010

1111
<name>Multiple Subtasks for Jira</name>

0 commit comments

Comments
 (0)