@@ -14,10 +14,35 @@ specification.
1414
1515Includes all changes and fixes from 1.6.0.
1616
17+ ### Added
18+
19+ - GitHub: Use AJAX to automate Webhook creation
20+ [ #302 ] ( https://github.com/mantisbt-plugins/source-integration/pull/302 )
21+
1722### Changed
1823
24+ - Avoid going back and forth between repository manage & update pages
25+ [ #297 ] ( https://github.com/mantisbt-plugins/source-integration/pull/297 )
26+ - Give visual feedback that the repo was updated
27+ [ #298 ] ( https://github.com/mantisbt-plugins/source-integration/pull/298 )
28+ - Adjust left column width on Update Repo page
29+ [ #299 ] ( https://github.com/mantisbt-plugins/source-integration/pull/299 )
30+ - Do not use POST action on Manage Repo page Update button
31+ [ #300 ] ( https://github.com/mantisbt-plugins/source-integration/pull/300 )
1932- GitHub: adjust oauth authorization page for MantisBT 2.x UI
2033 [ #293 ] ( https://github.com/mantisbt-plugins/source-integration/pull/293 )
34+ - GitHub: Use AJAX to revoke app token
35+ [ #303 ] ( https://github.com/mantisbt-plugins/source-integration/pull/303 )
36+ - GitHub: improve documentation
37+ [ #304 ] ( https://github.com/mantisbt-plugins/source-integration/pull/304 )
38+
39+ ### Fixed
40+
41+ - Display problem on narrow screens in repo_update_page
42+ [ #296 ] ( https://github.com/mantisbt-plugins/source-integration/pull/296 )
43+ - GitHub: token remains valid if Client ID or Secret change
44+ [ #301 ] ( https://github.com/mantisbt-plugins/source-integration/pull/301 )
45+
2146
2247## [ 2.1.5] - 2018-09-02
2348
@@ -210,7 +235,7 @@ Includes all changes and fixes from 1.5.0.
210235
211236### Fixed
212237
213- - Remove usage of create_function(), deprecated in PHP 7.2
238+ - Remove usage of create_function(), deprecated in PHP 7.2
214239 [ #284 ] ( https://github.com/mantisbt-plugins/source-integration/issues/284 )
215240- ViewVC: fix links to moved/deleted files
216241 [ #273 ] ( https://github.com/mantisbt-plugins/source-integration/issues/273 )
0 commit comments