Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | echo '<b>Warning:</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>.'; |
35 | 35 | } |
36 | 36 | else { |
37 | | - define( 'Maps_VERSION', '0.6.4 rc1' ); |
| 37 | + define( 'Maps_VERSION', '0.6.4' ); |
38 | 38 | |
39 | 39 | // The different coordinate notations. |
40 | 40 | define( 'Maps_COORDS_FLOAT', 'float' ); |
Index: trunk/extensions/Maps/Maps_Settings.php |
— | — | @@ -246,7 +246,7 @@ |
247 | 247 | 'auto', |
248 | 248 | 'scale', |
249 | 249 | 'type', |
250 | | - //'overlays' # Temporary disabled untill css issue has been fixed |
| 250 | + 'overlays' |
251 | 251 | ); |
252 | 252 | |
253 | 253 | # Array. The default overlays for the Google Maps v2 overlays control, and |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -7,6 +7,8 @@ |
8 | 8 | http://mapping.referata.com/wiki/Maps/Version_history#Maps_change_log |
9 | 9 | |
10 | 10 | |
| 11 | +TODO |
| 12 | + |
11 | 13 | === Maps 0.6.3 === |
12 | 14 | (2010-06-20) |
13 | 15 | |