Skip to content

Commit

Permalink
Item10621: Fix the change history and revision of default extensions …
Browse files Browse the repository at this point in the history
…for 1.1.3

git-svn-id: http://svn.foswiki.org/branches/Release01x01@11366 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Apr 10, 2011
1 parent 2d87e0d commit 04347a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CompareRevisionsAddOn/data/System/CompareRevisionsAddOn.txt
Expand Up @@ -165,8 +165,9 @@ __Note:__ You do not need to install anything on the browser to use this add-on.
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 10 Apr 2011 | Foswikitask:Item10401 - Call logEvent in compare <br /> Foswikitask:Item10402 - Don't use obsolete template for missing web/topic <br /> Version shipping with 1.1.3 |
| 21 Oct 2010 | Added dependency of HTML::Tree to installer and to core MANIFEST so you see it listed in configure |
| 04 Oct 2010 | Foswikitask:Item9774: Add CompareRevisionsAddOn.pm stub module to provide Version & Release strings |
| 04 Oct 2010 | Foswikitask:Item9774 - Add CompareRevisionsAddOn.pm stub module to provide Version & Release strings |
| 31 Jul 2010 | Paul Harvey: Foswikitask:Item9415 - Documentation updates |
| 19 Sep 2009 | Kenneth Lavrsen: Expert settings in plugins makes configure fail to save. Using the hidden (H) setting instead which is much better anyway as this is not a setting to be altered by a user. |
| 18 Sep 2009 | Kenneth Lavrsen: Expert settings in plugins makes configure fail to save. Settings therefore un-experted again |
Expand Down
Expand Up @@ -32,6 +32,7 @@ Test: <nop>CompareRevisionsAddOnPlugin is %IF{"context CompareRevisionsAddOnPlug
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 10 Apr 2011 | Foswikitask:Item10401 - Call logEvent in compare <br /> Foswikitask:Item10402 - Don't use obsolete template for missing web/topic. <br /> Version shipping with 1.1.3 |
| 21 Oct 2010 | Version shipping with 1.1.1 |
| 12 Sep 2009 | Kenneth Lavrsen: Fixed problem with tables always showing up as changed even when they were not |
| 09 Aug 2009 | Plugin is now a default plugin shipped with Foswiki. It will later have its function integrated in core in a future Foswiki version so its life as default plugin is temporary. Changed its switchboard setting to EXPERT so it is hidden in configure. You should never need to change this anyway. |
Expand Down
Expand Up @@ -9,7 +9,7 @@ our $VERSION = '$Rev: 4995 $';
# 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.
our $RELEASE = '21 Oct 2010';
our $RELEASE = '10 Apr 2011';

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

Expand Down
Expand Up @@ -29,7 +29,7 @@ $VERSION = '$Rev: 8713$';
# 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.
$RELEASE = '21 Oct 2010';
$RELEASE = '10 Apr 2011';

# Name of this Plugin, only used in this module
$pluginName = 'CompareRevisionsAddonPlugin';
Expand Down

0 comments on commit 04347a9

Please sign in to comment.