Skip to content

Commit

Permalink
Added warning message on header about OL version
Browse files Browse the repository at this point in the history
  • Loading branch information
acanimal committed Apr 11, 2015
1 parent 3f26bc5 commit 2bfa3b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app_tpl/includes/header.html
Expand Up @@ -28,4 +28,9 @@ <h1><a href="index.html">The Book of OpenLayers3 <span class="text-muted">[Code
})();
</script>
</div>

<div class="col-md-12 alert alert-warning text-center" role="alert">
<strong>IMPORTANT !!!</strong> All samples works with OpenLayers v3.4.0 and prior versions.
New 3.5.0 version introduces some <a href="https://github.com/openlayers/ol3/blob/master/changelog/upgrade-notes.md#v350">API changes</a> not backwards compatible.
</div>
</div>

0 comments on commit 2bfa3b5

Please sign in to comment.