[Bps-public-commit] rt-extension-excelfeed branch master updated. 0.07-3-g023240f
BPS Git Server
git at git.bestpractical.com
Thu Aug 25 19:12:19 UTC 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt-extension-excelfeed".
The branch, master has been updated
via 023240f110a83942f4558a687776c19c6ce095ec (commit)
via 2bffaee5e293e0aa7e3909306cb9eb616f0ce830 (commit)
via 5c0588ed14d3dda284a41a33fed1163a7c58eda6 (commit)
from 2fc9c1c122a68b1618072d7868cc351a70606459 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 023240f110a83942f4558a687776c19c6ce095ec
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Aug 26 03:03:39 2022 +0800
Prep 0.08
diff --git a/Changes b/Changes
index 533c349..3292d6a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+0.08 2022-08-25
+ - Call the core BuildEmail to automatically get RT updates
0.07 2022-04-04
- Update Dashboard Mailer method with changes from RT
diff --git a/META.yml b/META.yml
index 6fafd10..8d64261 100644
--- a/META.yml
+++ b/META.yml
@@ -23,7 +23,7 @@ requires:
perl: 5.10.1
resources:
license: http://opensource.org/licenses/gpl-license.php
-version: '0.07'
+version: '0.08'
x_module_install_rtx_version: '0.43'
x_requires_rt: 4.4.5
x_rt_too_new: 5.2.0
diff --git a/lib/RT/Extension/ExcelFeed.pm b/lib/RT/Extension/ExcelFeed.pm
index 7c56a7a..cf79543 100644
--- a/lib/RT/Extension/ExcelFeed.pm
+++ b/lib/RT/Extension/ExcelFeed.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::ExcelFeed;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
=head1 NAME
commit 2bffaee5e293e0aa7e3909306cb9eb616f0ce830
Merge: 2fc9c1c 5c0588e
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Aug 26 02:58:25 2022 +0800
Merge branch 'remove-buildemail-overlay'
-----------------------------------------------------------------------
Summary of changes:
Changes | 2 +
META.yml | 2 +-
lib/RT/Dashboard/Mailer_Vendor.pm | 80 ++++++---------------------------------
lib/RT/Extension/ExcelFeed.pm | 2 +-
4 files changed, 15 insertions(+), 71 deletions(-)
hooks/post-receive
--
rt-extension-excelfeed
More information about the Bps-public-commit
mailing list