[Bps-public-commit] rt-extension-spamfilter branch, master, updated. dcdfa1bf4b596070526ead56df47f8efd042d91e

? sunnavy sunnavy at bestpractical.com
Mon Mar 8 12:24:15 EST 2021


The branch, master has been updated
       via  dcdfa1bf4b596070526ead56df47f8efd042d91e (commit)
      from  bea1b0c0b71f40bff70bdbe8204f080c1573759b (commit)

Summary of changes:
 Changes                        | 4 ++++
 META.yml                       | 2 +-
 lib/RT/Extension/SpamFilter.pm | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit dcdfa1bf4b596070526ead56df47f8efd042d91e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Mar 9 01:23:02 2021 +0800

    Version 0.04

diff --git a/Changes b/Changes
index 77638e5..cb622c4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for RT-Extension-SpamFilter
 
+0.04 2021-03-08
+ - Implement "Delete" and "Not Spam" buttons in each row of the list view
+ - Refactor Delete/Release code into methods so the code is reusable
+
 0.03 2021-02-08
  - Store Queue/Action/Ticket info to correctly route back to RT
 
diff --git a/META.yml b/META.yml
index 7b98f58..61f665d 100644
--- a/META.yml
+++ b/META.yml
@@ -24,7 +24,7 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-spamfilter
-version: '0.03'
+version: '0.04'
 x_module_install_rtx_version: '0.42'
 x_requires_rt: 4.0.0
 x_rt_too_new: 5.2.0
diff --git a/lib/RT/Extension/SpamFilter.pm b/lib/RT/Extension/SpamFilter.pm
index 6040391..4cef706 100644
--- a/lib/RT/Extension/SpamFilter.pm
+++ b/lib/RT/Extension/SpamFilter.pm
@@ -3,7 +3,7 @@ use warnings;
 
 package RT::Extension::SpamFilter;
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 sub MessageScore {
     my $class = shift;

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list