[Bps-public-commit] rt-extension-formtools branch master updated. 0.60-119-gd2088bf

BPS Git Server git at git.bestpractical.com
Fri Dec 1 20:37:11 UTC 2023


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  d2088bff3f8d771c676afecb70defe86dec23a92 (commit)
       via  131e563bcbd61bade7cd547d0bbd751b7aa3a66c (commit)
      from  b08f859ec1e48f9204e93867d047b6b6372a8668 (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 d2088bff3f8d771c676afecb70defe86dec23a92
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Dec 1 15:34:55 2023 -0500

    Prep version 1.01

diff --git a/Changes b/Changes
index 00b2975..e700d06 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for RT-Extension-FormTools
 
+1.01 2023-12-01
+ - Update screenshot image source to use https and limit its width too
+
 1.0 2023-12-01
  - Save queue name instead of id for better portability
  - Show a message to indicate there are pending changes to save
diff --git a/META.yml b/META.yml
index a549372..244a871 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.0'
+version: '1.01'
 x_module_install_rtx_version: '0.43'
 x_requires_rt: 5.0.0
diff --git a/lib/RT/Extension/FormTools.pm b/lib/RT/Extension/FormTools.pm
index bce5b6a..31c1bd9 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.0';
+our $VERSION = '1.01';
 
 RT->AddStyleSheets('rt-extension-formtools.css');
 RT->AddJavaScript('rt-extension-formtools.js');

commit 131e563bcbd61bade7cd547d0bbd751b7aa3a66c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Dec 1 15:33:30 2023 -0500

    Update screenshot image source to use https and limit its width too
    
    With the width limit, the page should be more friendly on metacpan.

diff --git a/lib/RT/Extension/FormTools.pm b/lib/RT/Extension/FormTools.pm
index 0f1ecf5..bce5b6a 100644
--- a/lib/RT/Extension/FormTools.pm
+++ b/lib/RT/Extension/FormTools.pm
@@ -100,7 +100,7 @@ Starting in version 1.00, this extension provides a full UI for
 RT administrators to create multi-page form wizards to collect
 information and create a ticket.
 
-=for html <p><img src="http://static.bestpractical.com/images/formtools/formtools-modify-page-example-shadow.png" alt="FormTools Modify Page" /></p>
+=for html <p><img width="600" src="https://static.bestpractical.com/images/formtools/formtools-modify-page-example-shadow.png" alt="FormTools Modify Page" /></p>
 
 =head1 RT VERSION
 

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

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


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


More information about the Bps-public-commit mailing list