[Bps-public-commit] rt-extension-formtools branch master updated. 1.01-4-gd9016ec

BPS Git Server git at git.bestpractical.com
Wed Jan 17 19:05:33 UTC 2024


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-formtools".

The branch, master has been updated
       via  d9016ec631b65f5e51eafb0a50547046604e5669 (commit)
       via  b1c265c1ad45a3b927b2bd97018a6a8c1ff8f22e (commit)
       via  cd09584d1f9f10ed4d97b8a3c41eee6021030620 (commit)
      from  d1d598081e1460f4290abb5a673bbc4ae30d817f (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 d9016ec631b65f5e51eafb0a50547046604e5669
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Wed Jan 17 14:05:28 2024 -0500

    Prep version 1.02

diff --git a/Changes b/Changes
index e700d06..d3e28b1 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-FormTools
 
+1.02 2024-01-17
+ - Allow variables to be added to raw HTML elements on forms
+
 1.01 2023-12-01
  - Update screenshot image source to use https and limit its width too
 
diff --git a/META.yml b/META.yml
index 244a871..8319bda 100644
--- a/META.yml
+++ b/META.yml
@@ -25,6 +25,6 @@ requires:
 resources:
   license: http://opensource.org/licenses/gpl-license.php
   repository: https://github.com/bestpractical/rt-extension-formtools
-version: '1.01'
+version: '1.02'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 5.0.0
diff --git a/README b/README
index d27f80e..b8f42a9 100644
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ USAGE
 
    Advanced
     The advanced page shows the raw JSON representation of the configured
-    pages in your form. We recommend no editing the JSON directly. However,
+    pages in your form. We recommend not editing the JSON directly. However,
     you can copy the content and paste it into another page if you want to
     migrate a form from development to production. You can also save the
     JSON to a file and use the rt-insert-formtools-config utility to load it
diff --git a/lib/RT/Extension/FormTools.pm b/lib/RT/Extension/FormTools.pm
index 8ad805c..ec237d5 100644
--- a/lib/RT/Extension/FormTools.pm
+++ b/lib/RT/Extension/FormTools.pm
@@ -3,7 +3,7 @@ use strict;
 
 package RT::Extension::FormTools;
 
-our $VERSION = '1.01';
+our $VERSION = '1.02';
 
 RT->AddStyleSheets('rt-extension-formtools.css');
 RT->AddJavaScript('rt-extension-formtools.js');

commit b1c265c1ad45a3b927b2bd97018a6a8c1ff8f22e
Merge: d1d5980 cd09584
Author: Jason Crome <jcrome at bestpractical.com>
Date:   Wed Jan 17 14:00:51 2024 -0500

    Merge branch 'variables-in-html'


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

Summary of changes:
 Changes                       |  3 +++
 META.yml                      |  2 +-
 README                        |  2 +-
 html/Forms/dhandler           |  2 +-
 lib/RT/Extension/FormTools.pm | 17 ++++++++++++++++-
 5 files changed, 22 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
rt-extension-formtools


More information about the Bps-public-commit mailing list