Index: trunk/extensions/Loops/Loops.php |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | * Support: http://www.mediawiki.org/wiki/Extension_talk:Loops |
9 | 9 | * Source code: http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Loops |
10 | 10 | * |
11 | | - * @version: 0.4 alpha |
| 11 | + * @version: 0.4 |
12 | 12 | * @license: GNU GPL v2 or higher |
13 | 13 | * @author: David M. Sledge |
14 | 14 | * @author: Daniel Werner < danweetz@web.de > |
— | — | @@ -46,7 +46,7 @@ |
47 | 47 | */ |
48 | 48 | class ExtLoops { |
49 | 49 | |
50 | | - const VERSION = '0.4 alpha'; |
| 50 | + const VERSION = '0.4'; |
51 | 51 | |
52 | 52 | /** |
53 | 53 | * Configuration variable defining maximum allowed number of loops ('-1' => no limit). |
Index: trunk/extensions/Loops/RELEASE-NOTES |
— | — | @@ -1,10 +1,10 @@ |
2 | 2 | Post svn Changelog: |
3 | 3 | =================== |
4 | 4 | |
5 | | - * (trunk) -- Version 0.4 alpha by Daniel Werner |
| 5 | + * November 16, 2011 -- Version 0.4 by Daniel Werner |
6 | 6 | - The loops count now counts per parser instance. Before there were several hacks to reset the |
7 | 7 | counter, for example a special-page inclusion. This has been solved now. |
8 | | - - 'Loops' is working with MW 1.18+ now. Should be compatible down to MW 1.12. |
| 8 | + - 'Loops' is working with MW 1.18+ now. Should be compatible down to MW 1.14 or even further. |
9 | 9 | - Compatbility to Variables Version 2.0. |
10 | 10 | - Configuration variable '$egLoopsEnabledFunctions' to enable certain Loops parser functions only. |
11 | 11 | - If 'Variables' extension is not active, '#loop', '#forargs' and '#fornumargs' will be disabled. |