Skip to content

Commit f90283d

Browse files
author
Michael Friedrich
committed
Release version 2.0.2
1 parent 9989eca commit f90283d

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Change Log
2+
3+
## [v2.0.2](https://github.com/NETWAYS/rt-extension-ticketactions/tree/v2.0.2) (2018-04-05)
4+
[Full Changelog](https://github.com/NETWAYS/rt-extension-ticketactions/compare/v2.0.1...v2.0.2)
5+
6+
**Merged pull requests:**
7+
8+
- Display numbers above calendar icons [\#15](https://github.com/NETWAYS/rt-extension-ticketactions/pull/15) ([Al2Klimov](https://github.com/Al2Klimov))
9+
10+
## [v2.0.1](https://github.com/NETWAYS/rt-extension-ticketactions/tree/v2.0.1) (2018-04-05)
11+
[Full Changelog](https://github.com/NETWAYS/rt-extension-ticketactions/compare/v2.0.0...v2.0.1)
12+
13+
## [v2.0.0](https://github.com/NETWAYS/rt-extension-ticketactions/tree/v2.0.0) (2018-03-29)
14+
**Merged pull requests:**
15+
16+
- Unify doc [\#14](https://github.com/NETWAYS/rt-extension-ticketactions/pull/14) ([Al2Klimov](https://github.com/Al2Klimov))
17+
- Rename from RTx::TicketActions to RT::Extension::TicketActions [\#13](https://github.com/NETWAYS/rt-extension-ticketactions/pull/13) ([Al2Klimov](https://github.com/Al2Klimov))
18+
- Update screenshot [\#12](https://github.com/NETWAYS/rt-extension-ticketactions/pull/12) ([Al2Klimov](https://github.com/Al2Klimov))
19+
- Drop TA\_ShowQuickAccess [\#11](https://github.com/NETWAYS/rt-extension-ticketactions/pull/11) ([Al2Klimov](https://github.com/Al2Klimov))
20+
- Fix double / in URLs [\#10](https://github.com/NETWAYS/rt-extension-ticketactions/pull/10) ([Al2Klimov](https://github.com/Al2Klimov))
21+
- Replace broken icon [\#9](https://github.com/NETWAYS/rt-extension-ticketactions/pull/9) ([Al2Klimov](https://github.com/Al2Klimov))
22+
- Show only icons [\#8](https://github.com/NETWAYS/rt-extension-ticketactions/pull/8) ([Al2Klimov](https://github.com/Al2Klimov))
23+
- Show QuickActions for search navigation while displaying a ticket found by the current search [\#7](https://github.com/NETWAYS/rt-extension-ticketactions/pull/7) ([Al2Klimov](https://github.com/Al2Klimov))
24+
- Config: pass TA\_FollowUpDays as array reference [\#6](https://github.com/NETWAYS/rt-extension-ticketactions/pull/6) ([Al2Klimov](https://github.com/Al2Klimov))
25+
- Enhance relative due actions [\#5](https://github.com/NETWAYS/rt-extension-ticketactions/pull/5) ([Al2Klimov](https://github.com/Al2Klimov))
26+
- Add doc and fix maker kit [\#2](https://github.com/NETWAYS/rt-extension-ticketactions/pull/2) ([mxhash](https://github.com/mxhash))
27+
- Rename: Upgrade fontawesome, rename plugin, fix assets [\#1](https://github.com/NETWAYS/rt-extension-ticketactions/pull/1) ([mxhash](https://github.com/mxhash))
28+
29+
30+
31+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ requires:
2323
resources:
2424
license: http://opensource.org/licenses/gpl-license.php
2525
repository: https://github.com/NETWAYS/rt-extension-ticketactions
26-
version: 2.0.1
26+
version: 2.0.2
2727
x_module_install_rtx_version: '0.40'
2828
x_requires_rt: 4.4.2

lib/RT/Extension/TicketActions.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use strict;
55
use version;
66
use RT;
77

8-
our $VERSION='2.0.1';
8+
our $VERSION='2.0.2';
99

1010
RT->AddJavaScript('fontawesome-svg/js/fontawesome-all.min.js');
1111
RT->AddStyleSheets('ticketactions.css');

0 commit comments

Comments
 (0)