update for 0.6.2

This commit is contained in:
Vladimir Agafonkin 2013-06-28 15:50:32 -04:00
parent 5608b7a5fd
commit 65f67e5015
2 changed files with 7 additions and 6 deletions

View File

@ -20,7 +20,8 @@ Special thanks go to [Universal Mind](http://universalmind.com/), my awesome emp
Grab the CDN links or downloads for the new release on the [download page](../../../download.html) as always. Enjoy! And be sure try it out and report any regressions in your apps so that we can patch them up immediately.
**update** (June 27): 0.6.1 released with a couple of regressions fixed (particularly the one with FF scroll-zooming too fast).
**update** (June 27): 0.6.1 hotfix released with a couple of regressions fixed (particularly the one with FF scroll-zooming too fast).
**update** (June 28): 0.6.2 hotfix released with a couple more minor issues fixed.
P.S. Everyone who tweets/posts about the new Leaflet release or why he loves Leaflet over the next few days will get a karma boost of over 9000 points. I heard that from a passing monk in Georgetown yesterday, true story!

View File

@ -13,8 +13,8 @@ Besides the library itself, the download package contains full source code, unit
<th>Description</th>
</tr>
<tr>
<td class="width100"><a href="https://github.com/Leaflet/Leaflet/archive/v0.6.1.zip">Leaflet 0.6.1</a></td>
<td>Stable version, released on June 26, 2013 and last updated on June 27, 2013</td>
<td class="width100"><a href="https://github.com/Leaflet/Leaflet/archive/v0.6.2.zip">Leaflet 0.6.2</a></td>
<td>Stable version, released on June 26, 2013 and last updated on June 28, 2013</td>
</tr>
<tr>
<td class="width100"><a href="https://github.com/Leaflet/Leaflet/archive/v0.5.1.zip">Leaflet 0.5.1</a></td>
@ -35,12 +35,12 @@ Note that the master version can contain incompatible changes, so please read th
The latest stable release of Leaflet is hosted on a CDN — to start using
it straight away, place this code in the `head` section of your HTML:
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.1/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.1/leaflet.ie.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.ie.css" />
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.6.1/leaflet.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.6.2/leaflet.js"></script>
### Building Leaflet from the Source