Index: trunk/extensions/SubPageList/RELEASE-NOTES |
— | — | @@ -5,8 +5,9 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Version 0.3 === |
9 | | -2011-03-xx |
| 9 | +2011-03-05 |
10 | 10 | |
| 11 | +* Added $egSPLAutorefresh option. |
11 | 12 | * Fix to display of the first list item. |
12 | 13 | * Fixed inverted behaviour of the kidsonly parameter. |
13 | 14 | * Fixed query issue when using PostGres. |
Index: trunk/extensions/SubPageList/SubPageList.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | die( '<b>Error:</b> You need to have <a href="http://www.mediawiki.org/wiki/Extension:Validator">Validator</a> installed in order to use <a href="http://www.mediawiki.org/wiki/Extension:SubPageList">SubPageList</a>.<br />' ); |
37 | 37 | } |
38 | 38 | |
39 | | -define( 'SPL_VERSION', '0.3 rc' ); |
| 39 | +define( 'SPL_VERSION', '0.3' ); |
40 | 40 | |
41 | 41 | $wgExtensionCredits['parserhook'][] = array( |
42 | 42 | 'path' => __FILE__, |