Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Moving from web-item to client-web-item
Browse files Browse the repository at this point in the history
 * web-item was deprecated in 4.4 and will be removed in 5.0.
  • Loading branch information
tomasbjerre committed Feb 18, 2017
1 parent a4e0b54 commit d1ca3cd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Changelog of Pull Request Notifier for Bitbucket.

## Unreleased
### No issue
Moving from web-item to client-web-item

* web-item was deprecated in 4.4 and will be removed in 5.0.

[30d1b329f6e16de](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/30d1b329f6e16de) Tomas Bjerre *2017-02-18 19:21:06*

doc

[a4e0b54acf18d30](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/commit/a4e0b54acf18d30) Tomas Bjerre *2017-02-18 18:23:48*

## 2.55
### GitHub [#197](https://github.com/tomasbjerre/pull-request-notifier-for-bitbucket/issues/197) Button not displaying on PRs which are merged
Trimmin regexp filter and string
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
</link>
</web-item>

<web-item key="se.bjurr.prnfb.triggerbutton" name="Trigger Notification" weight="50" section="bitbucket.pull-request.toolbar.actions">
<client-web-item key="se.bjurr.prnfb.triggerbutton" name="Trigger Notification" weight="50" section="bitbucket.pullrequest.action">
<label key="bitbucket.web.pull-request.toolbar.triggerbutton">Trigger Notification</label>
<styleClass>triggerManualNotification</styleClass>
<dependency>${project.groupId}-${project.artifactId}:pr-triggerbutton</dependency>
</web-item>
</client-web-item>

<web-resource key="pr-triggerbutton">
<resource type="download" name="3rdparty.js" location="3rdparty.js" />
Expand Down

0 comments on commit d1ca3cd

Please sign in to comment.