[Bps-public-commit] rt-extension-ajaxpreviewscrips branch, master, updated. 0.05
Alex Vandiver
alexmv at bestpractical.com
Mon Nov 24 16:30:56 EST 2014
The branch, master has been updated
via 22d183bd896d64c2b6b2cdd554577fde6652d4af (commit)
from cdd34d3128357868ecb53668cb7035832e78931b (commit)
Summary of changes:
Changes | 8 +++++++-
META.yml | 2 +-
lib/RT/Extension/AjaxPreviewScrips.pm | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 22d183bd896d64c2b6b2cdd554577fde6652d4af
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Nov 24 15:55:47 2014 -0500
Version 0.05 releng
diff --git a/Changes b/Changes
index 169ecef..a0d3b7e 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,14 @@
Revision history for RT-Extension-AjaxPreviewScrips
-0.03 2014-10-07
+0.05 2014-11-24
+ - Prevent preview from getting out of sync when one-time CC checkboxes
+ were used
+
+0.04 2014-10-07
- Squelching applies to non-comment/correspond transactions as well
+0.03 2014-08-22
+
0.02 2014-07-30
- Pass the just-submitted squelching information to the first AJAX request
- Remove mostly-duplicate code for Rules which can never trigger
diff --git a/META.yml b/META.yml
index 3ca7dab..8e03423 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.04'
+version: '0.05'
x_module_install_rtx_version: '0.36'
x_requires_rt: 4.2.0
x_rt_too_new: 4.4.0
diff --git a/lib/RT/Extension/AjaxPreviewScrips.pm b/lib/RT/Extension/AjaxPreviewScrips.pm
index b055c90..0afd0c6 100644
--- a/lib/RT/Extension/AjaxPreviewScrips.pm
+++ b/lib/RT/Extension/AjaxPreviewScrips.pm
@@ -2,7 +2,7 @@ use strict;
use warnings;
package RT::Extension::AjaxPreviewScrips;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
RT->AddStyleSheets("ajaxpreviewscrips.css");
RT->AddJavaScript("checkboxes.js");
RT->Config->AddOption(
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list