Skip to content

Commit

Permalink
Item12196: preparing release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/SetVariablePlugin@15735 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Oct 26, 2012
1 parent 650f4a2 commit 4d88923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions data/System/SetVariablePlugin.txt
Expand Up @@ -110,10 +110,9 @@ The =format= string may contain the standard escape parameters
| Plugin Author: | Foswiki:Main.MichaelDaum |
| Copyright: | © 2007-2012 Michael Daum http://michaeldaumconsulting.com |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Release: | %$RELEASE% |
| Version: | %$VERSION% |
| Change History: |   |
| 26 Oct 2012: | view template without %<nop>TEXT% gets processed during save, ignores topic text |
| 26 Oct 2012: | view template without %<nop>TEXT% gets processed during save, ignores topic text (Jan Kr&uuml;ger) |
| 01 Oct 2012: | fixed reading a variable from a web scope, then fallback to global scope |
| 10 Apr 2012: | fixing scope="web"; fixing reading the view template yet again |
| 27 Feb 2012: | added scope="global"; fixed reading view templates when there is none |
Expand Down
5 changes: 3 additions & 2 deletions lib/Foswiki/Plugins/SetVariablePlugin.pm
Expand Up @@ -21,8 +21,9 @@ use warnings;
use Foswiki::Func ();
use Foswiki::Plugins ();

our $VERSION = '$Rev: 4287 (2009-06-23) $';
our $RELEASE = '2.21';
use version; our $VERSION = version->declare("v2.30");
our $RELEASE = "2.30";

our $SHORTDESCRIPTION = 'Flexible handling of topic variables';
our $NO_PREFS_IN_TOPIC = 1;
our $core;
Expand Down

0 comments on commit 4d88923

Please sign in to comment.