Skip to content

Commit

Permalink
Item13883: updated release information of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Aug 6, 2023
1 parent e56ebfd commit daaa4c7
Show file tree
Hide file tree
Showing 20 changed files with 99 additions and 88 deletions.
5 changes: 3 additions & 2 deletions ConfigurePlugin/data/System/ConfigurePlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1655468868" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1691320505" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Configure Plugin
%FORMFIELD{"Description"}%
Expand Down Expand Up @@ -43,6 +43,7 @@ The plugin uses the =JsonRpcContrib=, which must be installed.
---++ Change History

%TABLE{columnwidths="7em" tablewidth="100%"}%
| 06 Aug 2023: | (1.12) Foswikitask:Item15151: add warnings and strictness |
| 31 Jan 2021: | (1.11) Foswikitask:Item15014: Prevent password fields form being auto-filled |
| 17 Apr 2020: | (1.10) Foswikitask:Item14901: Add support for XML and CERT data types in configure pages |
| 08 Dec 2017: | (1.09) Foswikitask:Item14536: Configure leaves "wait" cursor spinning while waiting for user action.<br/>\
Expand All @@ -60,7 +61,7 @@ The plugin uses the =JsonRpcContrib=, which must be installed.

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="CrawfordCurrie"}%
%META:FIELD{name="Copyright" title="Copyright" value="2013-2021, CrawfordCurrie http://c-dot.co.uk, All Rights Reserved"}%
%META:FIELD{name="Copyright" title="Copyright" value="2013-2023, CrawfordCurrie http://c-dot.co.uk, All Rights Reserved"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Home" title="Home" value="https://foswiki.org/Extensions/%25$ROOTMODULE%25"}%
%META:FIELD{name="License" title="License" value="GPL ([[https://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
Expand Down
6 changes: 3 additions & 3 deletions ConfigurePlugin/lib/Foswiki/Plugins/ConfigurePlugin.pm
Expand Up @@ -31,8 +31,8 @@ package Foswiki::Plugins::ConfigurePlugin;
use strict;
use warnings;

our $VERSION = '1.11';
our $RELEASE = '31 Jan 2021';
our $VERSION = '1.12';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION = '=configure= interface using json-rpc';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down Expand Up @@ -207,7 +207,7 @@ Author: Crawford Currie http://c-dot.co.uk
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2013-2021 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2013-2023 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
5 changes: 3 additions & 2 deletions EditRowPlugin/data/System/EditRowPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1677500014" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1691320505" format="1.1" version="1"}%
---+!! !EditRowPlugin
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -271,6 +271,7 @@ Provides the vertical row editing interface like

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 3.401 (06 Aug 2023) | Foswikitask:Item15151: add warnings and strictness |
| 3.400 (16 Jun 2022) | Foswikitask:Item15146: performance fixes |
| 3.330 (29 Sep 2020) | Foswikitask:Item14929: fixed single zero char not rendered in table cell |
| 3.321 (05 Feb 2018) | Foswikitask:Item14537: The plugin makes tables "shaky". |
Expand Down Expand Up @@ -350,7 +351,7 @@ Provides the vertical row editing interface like
%META:FIELD{name="Description" title="Description" value=""}%
%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Crawford Currie http://c-dot.co.uk"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2007-2011 Wind<nop>River Inc.<br/> &copy; 2008-2022 Foswiki Contributors"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2007-2011 Wind<nop>River Inc.<br/> &copy; 2008-2023 Foswiki Contributors"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/EditRowPlugin"}%
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
Expand Down
6 changes: 3 additions & 3 deletions EditRowPlugin/lib/Foswiki/Plugins/EditRowPlugin.pm
Expand Up @@ -34,8 +34,8 @@ BEGIN {
}
}

our $VERSION = '3.400';
our $RELEASE = '16 Jun 2022';
our $VERSION = '3.401';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION = 'Inline edit for tables';
our $NO_PREFS_IN_TOPIC = 1;

Expand Down Expand Up @@ -124,7 +124,7 @@ __END__
Author: Crawford Currie http://c-dot.co.uk
Copyright (c) 2008-2022 Foswiki Contributors
Copyright (c) 2008-2023 Foswiki Contributors
Copyright (c) 2007 WindRiver Inc.
All Rights Reserved. Foswiki Contributors are listed in the
AUTHORS file in the root of this distribution.
Expand Down
29 changes: 15 additions & 14 deletions EditTablePlugin/data/System/EditTablePlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1655899072" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1691320505" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Edit Table Plugin
%FORMFIELD{"Description"}%
Expand Down Expand Up @@ -194,6 +194,7 @@ Test if the Plugin is correctly installed:

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 06 Aug 2023: | 4.47: Foswikitask:Item15151: add warnings and strictness |
| 04 Apr 2017: | 4.46: Item14324: Unescaped left brace - Perl 5.25.10 |
| 28 Nov 2016: | 4.45: Released with Foswiki 2.1.3<br/>\
Foswikitask:Item14236: Include compressed and gziped versions of css and js. |
Expand Down Expand Up @@ -262,23 +263,23 @@ Test if the Plugin is correctly installed:

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="ProjectContributor"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2008-2012, Arthur Clemens, 2008-2015, Foswiki Contributors; Copyright &copy; 2002-2007 Peter Thoeny, peter@thoeny.org and TWiki Contributors"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2008-2012, Arthur Clemens, 2008-2023, Foswiki Contributors; Copyright &copy; 2002-2007 Peter Thoeny, peter@thoeny.org and TWiki Contributors"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/%TOPIC%"}%
%META:FIELD{name="License" title="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
%META:FIELD{name="Release" title="Release" value="%$RELEASE%"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/%TOPIC%"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%TOPIC%"}%
%META:FIELD{name="Version" title="Version" value="%$VERSION%"}%
%META:FILEATTACHMENT{name="EditTablePluginCalendarExample.gif" attr="h" comment="" date="1655899072" size="7823" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="ScreenshotEditCell1.gif" attr="h" comment="" date="1655899072" size="2017" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="ScreenshotEditCell2.gif" attr="h" comment="" date="1655899072" size="3199" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="img.gif" attr="h" comment="" date="1655899072" size="145" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="menuarrow.gif" attr="h" comment="" date="1655899072" size="68" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.gif" attr="h" comment="" date="1655899072" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_move.gif" attr="h" comment="" date="1655899072" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_delete.gif" attr="h" comment="" date="1655899072" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_delete_disabled.gif" attr="h" comment="" date="1655899072" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.css" attr="h" comment="" date="1655899072" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.js" attr="h" comment="" date="1655899072" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="move_done_bg_anim.gif" attr="h" comment="" date="1655899072" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="EditTablePluginCalendarExample.gif" attr="h" comment="" date="1691320505" size="7823" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="ScreenshotEditCell1.gif" attr="h" comment="" date="1691320505" size="2017" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="ScreenshotEditCell2.gif" attr="h" comment="" date="1691320505" size="3199" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="img.gif" attr="h" comment="" date="1691320505" size="145" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="menuarrow.gif" attr="h" comment="" date="1691320505" size="68" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.gif" attr="h" comment="" date="1691320505" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_move.gif" attr="h" comment="" date="1691320505" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_delete.gif" attr="h" comment="" date="1691320505" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="btn_delete_disabled.gif" attr="h" comment="" date="1691320505" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.css" attr="h" comment="" date="1691320505" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="edittable.js" attr="h" comment="" date="1691320505" size="298" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="move_done_bg_anim.gif" attr="h" comment="" date="1691320505" size="298" user="ProjectContributor" version="1"}%
6 changes: 3 additions & 3 deletions EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin.pm
Expand Up @@ -16,11 +16,11 @@ BEGIN {
}
}

our $VERSION = '4.46';
our $VERSION = '4.47';

# Please note that the second is now two digit.
# Someone increased 4.22 to 4.3 which is not correct.
our $RELEASE = '04 Apr 2017';
our $RELEASE = '06 Aug 2023';

our $pluginName = 'EditTablePlugin';
our $ENCODE_START = '--EditTableEncodeStart--';
Expand Down Expand Up @@ -241,7 +241,7 @@ sub addJavaScriptInterfaceDisabledToHead {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2015 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2023 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
5 changes: 3 additions & 2 deletions InterwikiPlugin/data/System/InterwikiPlugin.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1655468868" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1691320505" format="1.1" version="1"}%
%META:TOPICPARENT{name="Plugins"}%
---+!! Interwiki Plugin
%FORMFIELD{"Description"}%
Expand Down Expand Up @@ -67,6 +67,7 @@ The =INTERWIKIPLUGIN_INTERLINKFORMAT= supports a number of formatting tokens:%ST

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 06 Aug 2023: (1.27) | Foswikitask:Item15151: add warnings and strictness |
| 3 May 2018: (1.26) | Foswikitask:Item14688: Correct tyops and poor grammar in documentation. |
| 8 Dec 2017: (1.25) | Foswikitask:Item14395: Failure to check result from readTopic causes error. |
| 8 Feb 2071: (1.24) | Foswikitask:Item14321: Fix some stale default Interwiki links. |
Expand Down Expand Up @@ -110,7 +111,7 @@ The =INTERWIKIPLUGIN_INTERLINKFORMAT= supports a number of formatting tokens:%ST

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Foswiki:%25USERSWEB%25.AndreaSterbini, TWiki:Main.PeterThoeny"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2001-2007, Andrea Sterbini, Peter Thoeny ([[http://www.twiki.net/][TWIKI.NET]]), 2007-2017 %25SYSTEMWEB%25.ProjectContributor"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2001-2007, Andrea Sterbini, Peter Thoeny ([[http://www.twiki.net/][TWIKI.NET]]), 2007-2023 Foswiki:%25SYSTEMWEB%25.ProjectContributor"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/InterwikiPlugin"}%
%META:FIELD{name="License" title="License" value="GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]])"}%
Expand Down
6 changes: 3 additions & 3 deletions InterwikiPlugin/lib/Foswiki/Plugins/InterwikiPlugin.pm
Expand Up @@ -26,8 +26,8 @@ use warnings;
use Foswiki::Func (); # The plugins API
use Foswiki::Plugins (); # For the API version

our $VERSION = '1.26';
our $RELEASE = '3 May 2018';
our $VERSION = '1.27';
our $RELEASE = '06 Aug 2023';
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION =
'Link !ExternalSite:Page text to external sites based on aliases defined in a rules topic';
Expand Down Expand Up @@ -202,7 +202,7 @@ sub _trimWhitespace {
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2018 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2023 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
3 changes: 2 additions & 1 deletion JSCalendarContrib/data/System/JSCalendarContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1655468868" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1691320505" format="1.1" version="1"}%
%META:TOPICPARENT{name="Contribs"}%
---+!! %TOPIC%
<img src="%ATTACHURL%/screenshot.gif" class="foswikiRight" />
Expand Down Expand Up @@ -79,6 +79,7 @@ If the contrib is installed, you will see such a field here:

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
|06 Aug 2023 (1.61) | Foswikitask:Item15151: add warnings and strictness |
| 18 Nov 2020 (1.60) | Foswiktask:Item14994: don't generate inline @import-ed css for performance reasons |
| 08 Dec 2017 (1.56) | Foswikitask:Item14554: remove link to unused wikiring.com domain. |
| 14 Jun 2015 (1.55) | Released with Foswiki 2.0, copyright updates, minor doc updates. |
Expand Down
6 changes: 3 additions & 3 deletions JSCalendarContrib/lib/Foswiki/Contrib/JSCalendarContrib.pm
Expand Up @@ -18,8 +18,8 @@ use warnings;

use Foswiki::Func (); # The plugins API

our $VERSION = '1.60';
our $RELEASE = '16 Nov 2020';
our $VERSION = '1.61';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION =
"[[http://dynarch.com/mishoo/calendar.epl][Mishoo JSCalendar]] date and time picker, packaged for use by plugins, skins and add-ons";

Expand Down Expand Up @@ -239,7 +239,7 @@ HERE
__END__
Foswiki - The Free and Open Source Wiki, http://foswiki.org/
Copyright (C) 2008-2020 Foswiki Contributors. Foswiki Contributors
Copyright (C) 2008-2023 Foswiki Contributors. Foswiki Contributors
are listed in the AUTHORS file in the root of this distribution.
NOTE: Please extend that file, not this notice.
Expand Down
5 changes: 3 additions & 2 deletions JsonRpcContrib/data/System/JsonRpcContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" comment="" date="1655468868" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" comment="" date="1691320505" format="1.1" version="1"}%
---+!! %TOPIC%
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -217,6 +217,7 @@ If a namespace, method, or parameters are specified as part of a JSON-RPC reques

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 06 Aug 2023: (3.01) | fixed some perl critics |
| 16 Jun 2022: (3.00) | make uploads available in json-rpc requests |
| 05 May 2022: (2.40) | fixed switching web-topic context before dispatching the method |
| 31 Jan 2022: (2.30) | added =foswiki.jsonRpc()= api |
Expand Down Expand Up @@ -255,7 +256,7 @@ If a namespace, method, or parameters are specified as part of a JSON-RPC reques
%META:FIELD{name="Release" title="Release" value="%25$RELEASE%25"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2011-2022 Michael Daum and Foswiki Contributors"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2011-2023 Michael Daum and Foswiki Contributors"}%
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/JsonRpcContrib"}%
%META:FIELD{name="Support" title="Support" value="Foswiki:Support/JsonRpcContrib"}%
6 changes: 3 additions & 3 deletions JsonRpcContrib/lib/Foswiki/Contrib/JsonRpcContrib.pm
Expand Up @@ -21,8 +21,8 @@ BEGIN {
=cut

our $VERSION = '3.00';
our $RELEASE = '16 Jun 2022';
our $VERSION = '3.01';
our $RELEASE = '06 Aug 2023';
our $SHORTDESCRIPTION = 'JSON-RPC interface for Foswiki';
our $NO_PREFS_IN_TOPIC = 1;
our $SERVER;
Expand All @@ -49,7 +49,7 @@ sub getServer {
__END__
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# JsonRpcContrib is Copyright (C) 2011-2022 Michael Daum http://michaeldaumconsulting.com
# JsonRpcContrib is Copyright (C) 2011-2023 Michael Daum http://michaeldaumconsulting.com
# and Foswiki Contributors.
#
# This program is free software; you can redistribute it and/or
Expand Down
5 changes: 3 additions & 2 deletions ModPerlEngineContrib/data/System/ModPerlEngineContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1655468868" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1691320505" format="1.1" version="1"}%
---+!! !ModPerlEngineContrib
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -148,6 +148,7 @@ set in %USERSWEB%.SitePreferences, default taken from
---++ Change History

%TABLE{columnwidths="7em" tablewidth="100%"}%
| 06 Aug 2023 (1.08) | Foswikitask:Item15151: add warnings and strictness |
| 08 Dec 2017 (1.10) | Foswikitask:Item14380: Optionally recover client IP from =X-Forwarded-For= header. |
| 08 Dec 2017 (1.06) | Foswikitask:Item14544: SCRIPTURL breaks when X-FORWARDED-HOST has multiple values (partial fix). |
| 30 Apr 2017 (1.05) | Foswikitask:Item14381: Preserver URL Encoding of the Foswiki URI. |
Expand All @@ -170,7 +171,7 @@ set in %USERSWEB%.SitePreferences, default taken from

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Foswiki:Main.GilmarSantosJr"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2009-2015 Gilmar Santos Jr and Foswiki Contributors"}%
%META:FIELD{name="Copyright" title="Copyright" value="&copy; 2009-2023 Gilmar Santos Jr and Foswiki Contributors"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Home" title="Home" value="https://foswiki.org/Extensions/%$ROOTMODULE%"}%
%META:FIELD{name="License" title="License" value="[[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]]"}%
Expand Down
@@ -1,7 +1,7 @@
# mod_perl Runtime Engine of Foswiki - The Free and Open Source Wiki,
# http://foswiki.org/
#
# Copyright (C) 2009-2017 Gilmar Santos Jr, jgasjr@gmail.com and Foswiki
# Copyright (C) 2009-2023 Gilmar Santos Jr, jgasjr@gmail.com and Foswiki
# contributors. Foswiki contributors are listed in the AUTHORS file in the root
# of Foswiki distribution.
#
Expand All @@ -25,7 +25,7 @@ use warnings;
use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION );

$VERSION = '1.10';
$RELEASE = '08 Dec 2017';
$RELEASE = '06 Aug 2023';
$SHORTDESCRIPTION = 'Permits Foswiki to be executed under mod_perl';

1;

0 comments on commit daaa4c7

Please sign in to comment.