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.5.2 rc2'); |
| 37 | + define('Maps_VERSION', '0.5.2'); |
38 | 38 | |
39 | 39 | $egMapsScriptPath = $wgScriptPath . '/extensions/Maps'; |
40 | 40 | $egMapsIP = $IP . '/extensions/Maps'; |
Index: trunk/extensions/Maps/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Maps 0.5.1]] |
| 2 | +[[Maps 0.5.2]] |
3 | 3 | |
4 | 4 | Once you have downloaded the code, place the 'Maps' directory within your MediaWiki 'extensions' directory. |
5 | 5 | Then add the following code to your LocalSettings.php file after the line that installs Semantic MediaWiki: |
Index: trunk/extensions/Maps/RELEASE-NOTES |
— | — | @@ -6,6 +6,23 @@ |
7 | 7 | http://www.mediawiki.org/wiki/Extension:Maps/Version_history#Maps_change_log |
8 | 8 | |
9 | 9 | |
| 10 | +=== Maps 0.5.2 === |
| 11 | +(2010-01-20) |
| 12 | + |
| 13 | +==== New features ==== |
| 14 | + |
| 15 | +* Added icon parameter to display_point(s), allowing you to set the icon for all markers that do not have a specific icon assigned. |
| 16 | + |
| 17 | +==== Refactoring ==== |
| 18 | + |
| 19 | +* Usage of Validator 0.2 features for the static map specific parameters. |
| 20 | + |
| 21 | +==== Bug fixes ==== |
| 22 | + |
| 23 | +* Fixed escaping issue causing wikitext in the title and label parameters not to be displayed correctly. |
| 24 | + |
| 25 | +* Fixed file path for location specific icons. |
| 26 | + |
10 | 27 | === Maps 0.5.1 === |
11 | 28 | (2009-12-25) |
12 | 29 | |