• Do
not register here on develop.twiki.org, login with your twiki.org account.
• Use
Item7848 for generic
doc work for TWiki-6.1.1. Use
Item7851 for doc work on
extensions that are not part of a release.
More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
• Does this site look broken?. Use the LitterTray web for test cases.
Item7354: Align TWiki::Plugins::VERSION with TWiki release version, e.g. 6.00 for TWiki-6.0.0
Item Form Data
AppliesTo: |
Component: |
Priority: |
CurrentState: |
WaitingFor: |
TargetRelease |
ReleasedIn |
Engine |
Plugins API |
Enhancement |
Closed |
|
major |
6.0.0 |
Detail
The
$TWiki::Plugins::VERSION
is currently set to
1.510
. To make it easier for plugin developers to implement TWiki version dependent code it is better to align the Plugins version with the TWiki release version. It needs to remain numeric so that a number comparison can be done. New convention:
- TWiki-6.0.0 has
$TWiki::Plugins::VERSION = 6.00
- TWiki-6.0.1 has
$TWiki::Plugins::VERSION = 6.01
- TWiki-6.0.9 has
$TWiki::Plugins::VERSION = 6.09
- TWiki-6.0.10 has
$TWiki::Plugins::VERSION = 6.091
(unlikely)
--
TWiki:Main/PeterThoeny
- 2013-09-26
This change is safe because the current production release has a lower number.
--
TWiki:Main.PeterThoeny
- 2013-09-26