Skip to content

Commit

Permalink
Item13883: updated release infos
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum committed Aug 6, 2023
1 parent 81086dc commit 6a3ebb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions CompareRevisionsAddOn/data/System/CompareRevisionsAddOn.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1655468868" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1691318212" format="1.1" version="1"}%
---+!! %TOPIC%
%FORMFIELD{"Description"}%

Expand Down Expand Up @@ -131,12 +131,13 @@ This Add-On comes pre-installed on Foswiki. You should only need to re-install i

---++ Change History
%TABLE{columnwidths="7em" tablewidth="100%"}%
| 04 May 2017 (1.115) | Foswikitask:Item14366: <code>use CGI::Carp</code> in bin scripts BEGIN block cannot be found via LocalLib.cfg override. |
| 14 Jun 2015 (1.114) | Foswikitask:Item13423: Perl 5.22 deprecations. Foswikitask:Item13378: Support utf-8 internally. |
| 18 Dec 2014 (1.113) | Foswikitask:Item13068: Remove the CompareRevisionsAddOn demo, don't ship revision history<br />\
| 06 Aug 2023 (1.116) | Foswikitask:Item15151: add warnings and strictness |
| 04 May 2017 (1.115) | Foswikitask:Item14366: <code>use CGI::Carp</code> in bin scripts BEGIN block cannot be found via LocalLib.cfg override. |
| 14 Jun 2015 (1.114) | Foswikitask:Item13423: Perl 5.22 deprecations. Foswikitask:Item13378: Support utf-8 internally. |
| 18 Dec 2014 (1.113) | Foswikitask:Item13068: Remove the CompareRevisionsAddOn demo, don't ship revision history<br />\
Foswikitask:Item11737: Change hardcoded Main to %USERSWEB% <br \>\
Foswikitask:Item12875: Implement controls on access to topic History |
| 01 May 2014 (1.112) | Foswikitask:Item12407: Don't decode entities during comparson. Convert to simple decimal version. |
| 01 May 2014 (1.112) | Foswikitask:Item12407: Don't decode entities during comparson. Convert to simple decimal version. |
| 10 Feb 2014 | Foswikitask:Item12741: Formatting parameters not passed on the referenced scripts |
| 23 Oct 2013 (1.1.11) | Foswikitask:Item12423: fix double encoding in header on UTF-8 sites |
| 28 Feb 2013 (1.1.10) | Foswikitask:Item12408: use correct template names in docs |
Expand Down Expand Up @@ -174,13 +175,13 @@ __Related Topic:__ %SYSTEMWEB%.ContributedAddOns

%META:FORM{name="PackageForm"}%
%META:FIELD{name="Author" title="Author" value="Foswiki:Main.KennethLavrsen"}%
%META:FIELD{name="Copyright" title="Copyright" value="Foswiki Contributors, 2008-2015 All Rights Reserved"}%
%META:FIELD{name="Copyright" title="Copyright" value="Foswiki Contributors, 2008-2023 All Rights Reserved"}%
%META:FIELD{name="Description" title="Description" value="%25$SHORTDESCRIPTION%25"}%
%META:FIELD{name="Home" title="Home" value="http://foswiki.org/Extensions/%25$ROOTMODULE%25"}%
%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="%25$RELEASE%25"}%
%META:FIELD{name="Repository" title="Repository" value="https://github.com/foswiki/distro"}%
%META:FIELD{name="Support" title="Support" value="http://foswiki.org/Support/%25$ROOTMODULE%25"}%
%META:FIELD{name="Version" title="Version" value="%25$VERSION%25"}%
%META:FILEATTACHMENT{name="interweave.png" attr="h" comment="" date="1655468868" size="28786" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sidebyside.png" attr="h" comment="" date="1655468868" size="48991" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="interweave.png" attr="h" comment="" date="1691318212" size="28786" user="ProjectContributor" version="1"}%
%META:FILEATTACHMENT{name="sidebyside.png" attr="h" comment="" date="1691318212" size="48991" user="ProjectContributor" version="1"}%
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ use strict;
use warnings;

# Also update CompareRevisionsAddOnPlugin
our $VERSION = '1.115';
our $VERSION = '1.116';

# This is a free-form string you can use to "name" your own plugin version.
# It is *not* used by the build automation tools, but is reported as part
# of the version number in PLUGINDESCRIPTIONS. Keep in sync with $VERSION
our $RELEASE = '08 Apr 2017';
our $RELEASE = '06 Aug 2023';

our $SHORTDESCRIPTION =
'Compares two revisions of a document. In contrast to normal _rdiff_, the comparison is done with the rendered HTML output.';
Expand Down

0 comments on commit 6a3ebb7

Please sign in to comment.