Skip to content

Commit

Permalink
Prep 0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Jul 17, 2020
1 parent 8ddf90f commit 21c7262
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.06 2020-07-17
- Make it work for RT 5.0
- Fix "Current Search" menu

0.05 2018-09-21
- Remove duplicated methods from core RT
- Respect SuppressIfEmpty config
Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ Changes
etc/chart_callback.patch
etc/subscription_callbacks.patch
etc/tabs_privileged_callback.patch
etc/tabs_privileged_callback_44.patch
html/Callbacks/RT-Extension-ExcelFeed/Dashboards/Subscription.html/MassageSubscriptionFields
html/Callbacks/RT-Extension-ExcelFeed/Dashboards/Subscription.html/SubscriptionFields
html/Callbacks/RT-Extension-ExcelFeed/Dashboards/Subscription.html/SubscriptionFormEnd
Expand Down
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:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
version: '0.05'
version: '0.06'
x_module_install_rtx_version: '0.42'
x_requires_rt: 4.2.10
x_rt_too_new: 5.2.0
2 changes: 1 addition & 1 deletion lib/RT/Extension/ExcelFeed.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::ExcelFeed;

our $VERSION = '0.05';
our $VERSION = '0.06';

=head1 NAME
Expand Down

0 comments on commit 21c7262

Please sign in to comment.