Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 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>.'; |
38 | 38 | } |
39 | 39 | else { |
40 | | - define( 'Maps_VERSION', '0.7.2 alpha' ); |
| 40 | + define( 'Maps_VERSION', '0.7.2 rc1' ); |
41 | 41 | |
42 | 42 | // The different coordinate notations. |
43 | 43 | define( 'Maps_COORDS_FLOAT', 'float' ); |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -10,6 +10,10 @@ |
11 | 11 | === Maps 0.7.2 === |
12 | 12 | (2010-10-28) |
13 | 13 | |
| 14 | +==== New features ==== |
| 15 | + |
| 16 | +* Added experimental support for KML layer definitions. |
| 17 | + |
14 | 18 | ==== Internal improvements ==== |
15 | 19 | |
16 | 20 | * Extended the layer handling to support different types of layers, each of which can be supported by one or more mapping services. |