Index: trunk/extensions/SemanticMaps/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Maps 0.5]] |
| 2 | +[[Semantic Maps 0.5.1]] |
3 | 3 | |
4 | 4 | Make sure you have Semantic MediaWiki and Maps successfully installed before |
5 | 5 | proceeding with the installation. Once you have downloaded the code, place |
Index: trunk/extensions/SemanticMaps/RELEASE-NOTES |
— | — | @@ -6,6 +6,27 @@ |
7 | 7 | http://www.mediawiki.org/wiki/Extension:Semantic_Maps/Version_history#Semantic_Maps_change_log |
8 | 8 | |
9 | 9 | |
| 10 | +=== Semantic Maps 0.5.1 === |
| 11 | +(2009-12-25) |
| 12 | + |
| 13 | +==== New features ==== |
| 14 | + |
| 15 | +* Added parameter support for the 'map' format on Special:Ask. |
| 16 | + |
| 17 | +* Added forceshow parameter to the result formats to allow users to force showing a map, even when there are no geographical coordinate results from a query. |
| 18 | + |
| 19 | +==== Refactoring ==== |
| 20 | + |
| 21 | +* Modified the parameter definitions to work with Validator 0.2. |
| 22 | + |
| 23 | +* Removed redundant (because of Validator 0.2) utility function calls from the mapping classes. |
| 24 | + |
| 25 | +* Ensured none of the form input classes get loaded when SF is not present. |
| 26 | + |
| 27 | +==== Bug fixes ==== |
| 28 | + |
| 29 | +* Fixed issue with the query printers causing error messages to be shown for ask specific parameters. |
| 30 | + |
10 | 31 | === Semantic Maps 0.5 === |
11 | 32 | (2009-12-17) |
12 | 33 | |
Index: trunk/extensions/SemanticMaps/SemanticMaps.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | |
37 | 37 | // Only initialize the extension when all dependencies are present. |
38 | 38 | if (defined( 'Maps_VERSION' ) && defined( 'SMW_VERSION' )) { |
39 | | - define('SM_VERSION', '0.5.1 a8'); |
| 39 | + define('SM_VERSION', '0.5.1 rc1'); |
40 | 40 | |
41 | 41 | $smgScriptPath = $wgScriptPath . '/extensions/SemanticMaps'; |
42 | 42 | $smgIP = $IP . '/extensions/SemanticMaps'; |