https://www.mediawiki.org/wiki/Special:Code/MediaWiki/103346

Revision: 103346
Author:   danwe
Date:     2011-11-16 18:21:28 +0000 (Wed, 16 Nov 2011)
Log Message:
-----------
Version 0.4 release is final

Modified Paths:
--------------
    trunk/extensions/Loops/Loops.php
    trunk/extensions/Loops/RELEASE-NOTES

Modified: trunk/extensions/Loops/Loops.php
===================================================================
--- trunk/extensions/Loops/Loops.php    2011-11-16 18:17:24 UTC (rev 103345)
+++ trunk/extensions/Loops/Loops.php    2011-11-16 18:21:28 UTC (rev 103346)
@@ -7,7 +7,7 @@
  * Support:       http://www.mediawiki.org/wiki/Extension_talk:Loops
  * Source code:   
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Loops
  * 
- * @version: 0.4 alpha
+ * @version: 0.4
  * @license: GNU GPL v2 or higher
  * @author:  David M. Sledge
  * @author:  Daniel Werner < [email protected] >
@@ -46,7 +46,7 @@
  */
 class ExtLoops {
                
-       const VERSION = '0.4 alpha';
+       const VERSION = '0.4';
        
        /**
         * Configuration variable defining maximum allowed number of loops 
('-1' => no limit).

Modified: trunk/extensions/Loops/RELEASE-NOTES
===================================================================
--- trunk/extensions/Loops/RELEASE-NOTES        2011-11-16 18:17:24 UTC (rev 
103345)
+++ trunk/extensions/Loops/RELEASE-NOTES        2011-11-16 18:21:28 UTC (rev 
103346)
@@ -1,10 +1,10 @@
  Post svn Changelog:
  ===================
 
- * (trunk) -- Version 0.4 alpha by Daniel Werner
+ * November 16, 2011 -- Version 0.4 by Daniel Werner
    - The loops count now counts per parser instance. Before there were several 
hacks to reset the
      counter, for example a special-page inclusion. This has been solved now.
-   - 'Loops' is working with MW 1.18+ now. Should be compatible down to MW 
1.12.
+   - 'Loops' is working with MW 1.18+ now. Should be compatible down to MW 
1.14 or even further.
    - Compatbility to Variables Version 2.0.
    - Configuration variable '$egLoopsEnabledFunctions' to enable certain Loops 
parser functions only.
    - If 'Variables' extension is not active, '#loop', '#forargs' and 
'#fornumargs' will be disabled.


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to