From 15dd29ea583f197ea48a62f777de166d448f06ac Mon Sep 17 00:00:00 2001 From: PaulHarvey Date: Mon, 5 Dec 2011 01:10:11 +0000 Subject: [PATCH] Item11331: Sync release info with Release01x01 git-svn-id: http://svn.foswiki.org/trunk@13306 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- TablePlugin/data/System/TablePlugin.txt | 5 +++-- TablePlugin/data/System/VarTABLE.txt | 2 +- TablePlugin/lib/Foswiki/Plugins/TablePlugin.pm | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TablePlugin/data/System/TablePlugin.txt b/TablePlugin/data/System/TablePlugin.txt index 304bf88eee..98b78bafa2 100644 --- a/TablePlugin/data/System/TablePlugin.txt +++ b/TablePlugin/data/System/TablePlugin.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1316587990" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1316588010" format="1.1" version="1"}% %META:TOPICPARENT{name="Plugins"}% ---+ Table Plugin @@ -195,7 +195,8 @@ Sort icons in the header are read from System.DocumentGraphics. | Version: | %$VERSION% | | Release: | %$RELEASE% | | Change History: |   | -| 05 Dec 2011 | 1.136: Paul Harvey: Foswikitask:Item11331: Further improvements for persistent perls. | +| 05 Dec 2011 | 1.137: Paul Harvey: Foswikitask:Item11331: Further improvements for persistent perls. | +| 24 Oct 2011 | 1.136: George Clark: Foswikitask:Item8647: TablePlugin generates empty tfoot, even when there are footer rows. | | 20 Sep 2011 | 1.135: George Clark: Foswikitask:Item10559: perl errors about non-numeric or uninitialized variables for the URL parameters. Foswikitask:item10971: reload settings in persistent perl environment. | | 27 Aug 2011 | 1.134: Arthur Clemens: Foswikitask:Item11083: table should sort if sort is off but initsort has a column number. | | 17 Jun 2011 | 1.133: Arthur Clemens: setting =databg= and =headerbg= to ="none"= now makes the cell transparent. | diff --git a/TablePlugin/data/System/VarTABLE.txt b/TablePlugin/data/System/VarTABLE.txt index 7e55f33860..0e6cab4856 100644 --- a/TablePlugin/data/System/VarTABLE.txt +++ b/TablePlugin/data/System/VarTABLE.txt @@ -1,4 +1,4 @@ -%META:TOPICINFO{author="ProjectContributor" date="1314465653" format="1.1" version="1"}% +%META:TOPICINFO{author="ProjectContributor" date="1314465664" format="1.1" version="1"}% %META:TOPICPARENT{name="TablePlugin"}% #VarTABLE ---+++ TABLE{ _attributes_ } -- control attributes of tables and sorting of table columns diff --git a/TablePlugin/lib/Foswiki/Plugins/TablePlugin.pm b/TablePlugin/lib/Foswiki/Plugins/TablePlugin.pm index 52959c3f3c..d805bcda7b 100644 --- a/TablePlugin/lib/Foswiki/Plugins/TablePlugin.pm +++ b/TablePlugin/lib/Foswiki/Plugins/TablePlugin.pm @@ -9,7 +9,7 @@ use strict; use warnings; our $VERSION = '$Rev$'; -our $RELEASE = '1.136'; +our $RELEASE = '1.137'; our $SHORTDESCRIPTION = 'Control attributes of tables and sorting of table columns'; our $NO_PREFS_IN_TOPIC = 1;