This repository was archived by the owner on Jun 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,13 @@ Changelog of Pull Request Notifier for Bitbucket.
66### No issue
77 Bitbucket 5.7.0
88
9- [ 373f9ba41304d79] ( https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/373f9ba41304d79 ) Tomas Bjerre * 2018-01-27 09:25:18*
9+ [ 97a2d280192bde5] ( https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/97a2d280192bde5 ) Tomas Bjerre * 2018-01-27 10:02:19*
10+
11+ uses jQuery.remove() for greater protability
12+
13+ Internet Explorer's HTMLButtonElement doesn't support a .remove() function, but jQuery can remove the element across browsers.
14+
15+ [ 56742667e87ca6b] ( https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/56742667e87ca6b ) Matthew Hitchens * 2018-01-25 18:43:26*
1016
1117 Doc
1218
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ Changelog of Pull Request Notifier for Bitbucket.
255255 <plugin >
256256 <groupId >org.codehaus.mojo</groupId >
257257 <artifactId >findbugs-maven-plugin</artifactId >
258- <version >3.0.5 </version >
258+ <version >3.0.0 </version >
259259 <configuration >
260260 <effort >Max</effort >
261261 <threshold >Low</threshold >
You can’t perform that action at this time.
0 commit comments