update with 0.4.4

This commit is contained in:
Vladimir Agafonkin 2012-08-07 18:47:24 +03:00
parent fb165dbc6f
commit 6fc2d96dda
2 changed files with 6 additions and 4 deletions

View File

@ -10,6 +10,8 @@ I've also written [a new tutorial](../../../examples/choropleth.html), inspired
Grab the new Leaflet 0.4.3 at the [download page](../../../download.html). Enjoy!
**update**: IE9 regression was discovered in 0.4.3, so I had to release 0.4.4 with a fix. Sorry!
### 0.4.3 (August 7, 2012)
#### Improvements

View File

@ -13,7 +13,7 @@ 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/CloudMade/Leaflet/zipball/v0.4.3">Leaflet 0.4.3</a></td>
<td class="width100"><a href="https://github.com/CloudMade/Leaflet/zipball/v0.4.4">Leaflet 0.4.4</a></td>
<td>Stable version, released on August 7, 2012</td>
</tr>
<tr>
@ -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.4.3/leaflet.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.3/leaflet.ie.css" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.ie.css" />
<![endif]-->
<script src="http://cdn.leafletjs.com/leaflet-0.4.3/leaflet.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.js"></script>
### Building Leaflet from the Source