Index: branches/Maps0.7.x/Maps.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | 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 />' ); |
38 | 38 | } |
39 | 39 | |
40 | | -define( 'Maps_VERSION', '0.7.6.1' ); |
| 40 | +define( 'Maps_VERSION', '0.7.7 rc' ); |
41 | 41 | |
42 | 42 | $wgExtensionCredits['parserhook'][] = array( |
43 | 43 | 'path' => __FILE__, |
Index: branches/Maps0.7.x/RELEASE-NOTES |
— | — | @@ -7,6 +7,15 @@ |
8 | 8 | http://mapping.referata.com/wiki/Maps/Version_history#Maps_change_log |
9 | 9 | |
10 | 10 | |
| 11 | +=== Maps 0.7.7 === |
| 12 | +(2011-06-xx) |
| 13 | + |
| 14 | +* Fixed minor initialization issue with the OpenLayers code. |
| 15 | + |
| 16 | +* Fixed bug in OpenLayers layer dependency loading code. |
| 17 | + |
| 18 | +* Removed dead code (initial code to support the RL, now used in SM 1.0 and later). |
| 19 | + |
11 | 20 | === Maps 0.7.6 === |
12 | 21 | (2011-03-21) |
13 | 22 | |