Skip to content

Commit

Permalink
Release version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Friedrich committed Apr 5, 2018
1 parent 83bdf43 commit 2d4041d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Change Log

## [v2.0.1](https://github.com/NETWAYS/rt-extension-dbcustomfield/tree/v2.0.1) (2018-04-05)
[Full Changelog](https://github.com/NETWAYS/rt-extension-dbcustomfield/compare/v2.0.0...v2.0.1)

**Merged pull requests:**

- Fix that the Javascript can't be squished by RT [\#9](https://github.com/NETWAYS/rt-extension-dbcustomfield/pull/9) ([nilmerg](https://github.com/nilmerg))

## [v2.0.0](https://github.com/NETWAYS/rt-extension-dbcustomfield/tree/v2.0.0) (2018-03-29)
**Merged pull requests:**

- Feature/outsource javascript [\#8](https://github.com/NETWAYS/rt-extension-dbcustomfield/pull/8) ([nilmerg](https://github.com/nilmerg))
- Feature/enhance update behaviour [\#7](https://github.com/NETWAYS/rt-extension-dbcustomfield/pull/7) ([nilmerg](https://github.com/nilmerg))
- edit: Show currently configured field value [\#6](https://github.com/NETWAYS/rt-extension-dbcustomfield/pull/6) ([nilmerg](https://github.com/nilmerg))
- Feature/simplify configuration [\#5](https://github.com/NETWAYS/rt-extension-dbcustomfield/pull/5) ([nilmerg](https://github.com/nilmerg))
- Use JQuery autocomplete instead of ExtJS [\#4](https://github.com/NETWAYS/rt-extension-dbcustomfield/pull/4) ([dnsmichi](https://github.com/dnsmichi))
- Load JS with autohandler the 4.4 way; rename some locations [\#3](https://github.com/NETWAYS/rt-extension-dbcustomfield/pull/3) ([dnsmichi](https://github.com/dnsmichi))
- Upgrade Module::Install::RTx, rename to RT::Extension::DBCustomField [\#2](https://github.com/NETWAYS/rt-extension-dbcustomfield/pull/2) ([dnsmichi](https://github.com/dnsmichi))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requires:
resources:
license: http://opensource.org/licenses/gpl-license.php
repository: https://github.com/NETWAYS/rt-extension-dbcustomfield
version: 2.0.0
version: 2.0.1
x_module_install_rtx_version: '0.40'
x_requires_rt: 4.4.2
x_rt_too_new: 4.6.0
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ find . -type f -name 'META.yml' -exec sed -i "s/^version: .*/version: $VERSION/g

Update the [CHANGELOG.md](CHANGELOG.md) file.

```
github_changelog_generator --future-release=v$VERSION
```

## Git Tag

Commit and push these changes to the "master" branch:
Expand Down
2 changes: 1 addition & 1 deletion lib/RT/Extension/DBCustomField.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use version;
use v5.10.1;

our $VERSION='2.0.0';
our $VERSION='2.0.1';

RT->AddJavaScript('dbcustomfield.js');
RT->AddStyleSheets('dbcustomfield.css');
Expand Down

0 comments on commit 2d4041d

Please sign in to comment.