@@ -10,6 +10,33 @@ specification.
10
10
11
11
# Releases for MantisBT 2.x
12
12
13
+ ## [ 2.4.1] - 2021-01-19
14
+
15
+ ### Changed
16
+
17
+ - Confusing documentation for GitHub Webhook Secret
18
+ [ #345 ] ( https://github.com/mantisbt-plugins/source-integration/issues/345 )
19
+
20
+ ### Fixed
21
+
22
+ - GitLab: Fix system warning when committing
23
+ [ #346 ] ( https://github.com/mantisbt-plugins/source-integration/issues/346 )
24
+ - Unparenthesized ` a ? b : c ? d : e ` not supported (PHP8)
25
+ [ #347 ] ( https://github.com/mantisbt-plugins/source-integration/issues/347 )
26
+ - On List page, "Attach issues" is shown for users with read-only access
27
+ [ #354 ] ( https://github.com/mantisbt-plugins/source-integration/issues/354 )
28
+
29
+ ### Security
30
+
31
+ - Private issue information disclosure (CVE-2020 -36192),
32
+ thanks to [ d3vpoo1] ( https://gitlab.com/jrckmcsb )
33
+ [ #344 ] ( https://github.com/mantisbt-plugins/source-integration/issues/344 )
34
+ - Only attach Issues to changeset if authorized (CVE-2020 -36192),
35
+ [ #344 ] ( https://github.com/mantisbt-plugins/source-integration/issues/344 )
36
+ - Unprivileged user can detach private Issue from Changeset
37
+ [ #356 ] ( https://github.com/mantisbt-plugins/source-integration/issues/356 )
38
+
39
+
13
40
## [ 2.4.0] - 2020-05-19
14
41
15
42
### Added
@@ -509,8 +536,9 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
509
536
## [ 0.9] - 2008-04-11
510
537
511
538
512
- [ Unreleased 2.x ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.4.0 ...HEAD
539
+ [ Unreleased 2.x ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.4.1 ...HEAD
513
540
541
+ [ 2.4.1 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.4.0...v2.4.1
514
542
[ 2.4.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.3.1...v2.4.0
515
543
[ 2.3.1 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.3.0...v2.3.1
516
544
[ 2.3.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.2.0...v2.3.0
0 commit comments