update links to 0.6.1 and a note in the blog post

This commit is contained in:
Vladimir Agafonkin 2013-06-27 10:47:20 -04:00
parent ff48fda32d
commit 00123f1327
2 changed files with 7 additions and 5 deletions

View File

@ -20,6 +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).
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!
Cheers,<br />

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.zip">Leaflet 0.6</a></td>
<td>Stable version, released on June 26, 2013</td>
<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>
</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/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.1/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6/leaflet.ie.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.1/leaflet.ie.css" />
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.6/leaflet.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.6.1/leaflet.js"></script>
### Building Leaflet from the Source