[Bps-public-commit] rt-extension-ajaxpreviewscrips branch, master, updated. 0.07
Alex Vandiver
alexmv at bestpractical.com
Mon Mar 30 19:25:03 EDT 2015
The branch, master has been updated
via e9d6b5e072a7efe4ab7dae7b4451652eae8094ab (commit)
from 57f1ffe674f9ec54336b58ed7f662c07fed0de1c (commit)
Summary of changes:
Changes | 5 +++++
META.yml | 2 +-
lib/RT/Extension/AjaxPreviewScrips.pm | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit e9d6b5e072a7efe4ab7dae7b4451652eae8094ab
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Mon Mar 30 19:24:48 2015 -0400
Version 0.07 releng
diff --git a/Changes b/Changes
index 0e9b76c..12451a9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
Revision history for RT-Extension-AjaxPreviewScrips
+0.07 2015-03-20
+ - Expand on the change in the previous release, to also properly catch
+ if the rich text editor did not enable itself due to an unrecognized
+ User-Agent.
+
0.06 2015-03-17
- Prevent a JS error (which would break the preview) if the rich text
editor was disabled
diff --git a/META.yml b/META.yml
index edddab6..e24b509 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.06'
+version: '0.07'
x_module_install_rtx_version: '0.37'
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 6ce2778..c85a049 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.06';
+our $VERSION = '0.07';
RT->AddStyleSheets("ajaxpreviewscrips.css");
RT->AddJavaScript("checkboxes.js");
RT->Config->AddOption(
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list