@@ -8,6 +8,120 @@ specification.
88
99--------------------------------------------------------------------------------
1010
11+ ## [ Unreleased 2.x]
12+
13+ ### Added
14+
15+ - Display linked changesets and allow adding new ones on list page
16+ [ #202 ] ( https://github.com/mantisbt-plugins/source-integration/pull/202 )
17+ - SourceSVN documentation
18+ [ #250 ] ( https://github.com/mantisbt-plugins/source-integration/pull/250 )
19+
20+ ### Changed
21+
22+ - Minimum MantisBT version increased to 2.0.1
23+ - Search page improvements:
24+ increase size of 'Revision' field
25+ [ #206 ] ( https://github.com/mantisbt-plugins/source-integration/pull/206 ) ,
26+ use new datetime picker
27+ [ #223 ] ( https://github.com/mantisbt-plugins/source-integration/pull/223 )
28+ - Display text descriptions instead of raw keys on repository manage page
29+ [ #215 ] ( https://github.com/mantisbt-plugins/source-integration/pull/215 )
30+ - Use specific error messages instead of ERROR_GENERIC
31+ [ #203 ] ( https://github.com/mantisbt-plugins/source-integration/pull/203 )
32+ - Disable 'branch' field except for new mapping
33+ [ #243 ] ( https://github.com/mantisbt-plugins/source-integration/pull/243 )
34+ - Only display spacer row when necessary in branch mappings list
35+ [ #244 ] ( https://github.com/mantisbt-plugins/source-integration/pull/244 )
36+ - Show status color box next to issue id in view page
37+ [ #234 ] ( https://github.com/mantisbt-plugins/source-integration/pull/234 )
38+ - SVN: improve error detection & handling
39+ [ #247 ] ( https://github.com/mantisbt-plugins/source-integration/pull/247 )
40+ - WebSVN: updated German translation
41+ [ #225 ] ( https://github.com/mantisbt-plugins/source-integration/pull/225 )
42+
43+ ### Fixed
44+
45+ Includes all changes and fixes from 1.5.3 and 1.5.4.
46+
47+ --------------------------------------------------------------------------------
48+
49+ # Releases for MantisBT 2.x
50+
51+ ## [ 2.0.3] - 2017-05-28
52+
53+ ### Added
54+
55+ - Document requirement for cURL / shell_exec
56+ [ #214 ] ( https://github.com/mantisbt-plugins/source-integration/issues/214 )
57+
58+ ### Fixed
59+
60+ - HgWeb: replace invalid function map() by array_map()
61+ [ #213 ] ( https://github.com/mantisbt-plugins/source-integration/issues/213 )
62+ - Gitweb: can't retrieve changesets when protected by HTTP basic auth
63+ [ #218 ] ( https://github.com/mantisbt-plugins/source-integration/issues/218 )
64+
65+
66+ ## [ 2.0.2] - 2017-03-16
67+
68+ Includes all changes and fixes from 1.5.2.
69+
70+ ### Security
71+
72+ - CVE-2017 -6958: XSS in search page
73+ [ #205 ] ( https://github.com/mantisbt-plugins/source-integration/issues/205 ) ,
74+ thanks to Dmitry Ivanov ([ d1m0ck] ( https://twitter.com/d1m0ck ) )
75+
76+
77+ ## [ 2.0.1] - 2017-03-06
78+
79+ Includes all changes and fixes from 1.5.1.
80+
81+
82+ ## [ 2.0.0] - 2017-03-06
83+
84+ Includes all changes and fixes from 1.5.0.
85+
86+ ### Fixed
87+
88+ - Apply Modern UI to SourceGitphp repository update page
89+
90+
91+ ## [ 2.0.0-beta.2] - 2016-11-26
92+
93+ ### Changed
94+
95+ - Display repo settings as key-value instead of vardump
96+
97+ ### Fixed
98+
99+ - Menu options
100+ - PHP system notice and display of 'Array' under the manage menu items
101+ [ #175 ] ( https://github.com/mantisbt-plugins/source-integration/issues/175 )
102+ - Broken main menu item links
103+ [ #176 ] ( https://github.com/mantisbt-plugins/source-integration/issues/176 )
104+ - Repository list alignment of type column
105+ - Source control username in account preferences
106+ [ #180 ] ( https://github.com/mantisbt-plugins/source-integration/issues/180 )
107+
108+
109+ ## [ 2.0.0-beta.1] - 2016-07-21
110+
111+ ### Added
112+
113+ - Support for MantisBT 2.0
114+
115+ ### Changed
116+
117+ - Adapt pages layout for MantisBT Modern UI
118+
119+ ### Removed
120+
121+ - Support for MantisBT 1.3
122+
123+ --------------------------------------------------------------------------------
124+
11125# Releases for MantisBT 1.3
12126
13127## [ 1.5.4] - 2017-09-17
@@ -196,7 +310,15 @@ Includes all changes and fixes from master-1.2.x branch, up to commit
196310## [ 0.9] - 2008-04-11
197311
198312
199- [ Unreleased 1.x ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.4...master-1.3.x
313+ [ Unreleased 2.x ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.3...HEAD
314+ [ Unreleased 1.x ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.3...master-1.3.x
315+
316+ [ 2.0.3 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.2...v2.0.3
317+ [ 2.0.2 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.1...v2.0.2
318+ [ 2.0.1 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.0...v2.0.1
319+ [ 2.0.0 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.0-beta.2...v2.0.0
320+ [ 2.0.0-beta.2 ] : https://github.com/mantisbt-plugins/source-integration/compare/v2.0.0-beta.1...v2.0.0-beta.2
321+ [ 2.0.0-beta.1 ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.2...v2.0.0-beta.1
200322
201323[ 1.5.4 ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.3...v1.5.4
202324[ 1.5.3 ] : https://github.com/mantisbt-plugins/source-integration/compare/v1.5.2...v1.5.3
0 commit comments