Index: trunk/extensions/Maps/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Maps 1.0.3]] |
| 2 | +[[Maps 1.0.4]] |
3 | 3 | |
4 | 4 | In order to use this version of Maps, you need to have Validator 0.3.6 installed. If you get a distribution |
5 | 5 | from this page, you don't need to bother this, since Validator comes bundled with every release, and will |
Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | 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:Maps">Maps</a>.<br />' ); |
43 | 43 | } |
44 | 44 | |
45 | | -define( 'Maps_VERSION', '1.0.3' ); |
| 45 | +define( 'Maps_VERSION', '1.0.4 alpha' ); |
46 | 46 | |
47 | 47 | $wgExtensionCredits['parserhook'][] = array( |
48 | 48 | 'path' => __FILE__, |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -7,6 +7,11 @@ |
8 | 8 | http://mapping.referata.com/wiki/Maps/Version_history#Maps_change_log |
9 | 9 | |
10 | 10 | |
| 11 | +=== Maps 1.0.4 === |
| 12 | +(2011-0x-xx) |
| 13 | + |
| 14 | +* Updated OpenLayers from 2.10 to 2.11. |
| 15 | + |
11 | 16 | === Maps 1.0.3 === |
12 | 17 | (2011-09-14) |
13 | 18 | |