Skip to content

Commit

Permalink
Item2010: configure settings should be under Extensions, not Plugins
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/ApprovalPlugin@11603 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
AndrewJones authored and AndrewJones committed May 3, 2011
1 parent fbadc1e commit b9e420d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/System/ApprovalPlugin.txt
Expand Up @@ -134,6 +134,7 @@ __Note__ The examples will only work if the plugin is installed and enabled.
| Plugin Release: | %$RELEASE% |
| Plugin Version: | %$VERSION% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 03 May 2011 | 1.1: Foswikitask:Item2010 - =configure= settings should be under Extensions, not Plugins |
| 01 Apr 2009 | Foswikitask:Item8082 - Ported to Foswiki and released as 1.0 |
| 03 Feb 2009 | Foswikitask:Item8056 - Small doc changes; tested on Foswiki/Compat |
| 30 Oct 2008 | Small improvements, better code |
Expand Down
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/ApprovalPlugin.pm
@@ -1,6 +1,6 @@
# Plugin for Foswiki - The Free and Open Source Wiki, http://foswiki.org/
#
# Copyright (C) 2007 - 1009 Andrew Jones, andrewjones86@googlemail.com
# Copyright (C) 2007 - 2011 Andrew Jones, http://andrew-jones.com
# and Foswiki Contributors. All Rights Reserved. Foswiki Contributors
# are listed in the AUTHORS file in the root of this distribution.
# NOTE: Please extend that file, not this notice.
Expand Down Expand Up @@ -37,7 +37,7 @@ use vars qw( $VERSION
$globObj_approval);

our $VERSION = '$Rev$';
our $RELEASE = '1.0';
our $RELEASE = '1.1';
our $SHORTDESCRIPTION =
'Defines a set of states for one more or topics, with each state requiring approval by one or more users.';
our $NO_PREFS_IN_TOPIC = 1;
Expand Down
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/ApprovalPlugin/Config.spec
@@ -1,4 +1,4 @@
# ---+ Plugins
# ---+ Extensions
# ---++ ApprovalPlugin
# **BOOLEAN**
# Disables all notification emails being sent from this plugin.
Expand Down

0 comments on commit b9e420d

Please sign in to comment.