diff --git a/changelog/v3.8.1.md b/changelog/v3.8.1.md new file mode 100644 index 0000000000..6974060db9 --- /dev/null +++ b/changelog/v3.8.1.md @@ -0,0 +1,7 @@ +# v3.8.1 + +## Summary + +This is a patch release that updates the URL for builds shown in the examples. Details below. + + * [#3970](https://github.com/openlayers/ol3/pull/3970) - Pull builds from openlayers.org. ([@tschaub](https://github.com/tschaub)) diff --git a/config/examples/example.html b/config/examples/example.html index 42308d60a2..8f0e40cccb 100644 --- a/config/examples/example.html +++ b/config/examples/example.html @@ -44,7 +44,7 @@ - +
<!DOCTYPE html>
<html>
<head>
@@ -52,8 +52,8 @@
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ol3/{{ olVersion }}/ol.css" type="text/css">
-<script src="https://cdnjs.cloudflare.com/ajax/libs/ol3/{{ olVersion }}/ol.js"></script>
+<link rel="stylesheet" href="http://openlayers.org/en/{{ olVersion }}/css/ol.css" type="text/css">
+<script src="http://openlayers.org/en/{{ olVersion }}/build/ol.js"></script>
{{ extraHead }}
{{#if css.source}}
<style>
diff --git a/package.json b/package.json
index 2d2a55653c..5bc7bc5ecd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "openlayers",
- "version": "3.8.0",
+ "version": "3.8.1",
"description": "Build tools and sources for developing OpenLayers based mapping applications",
"keywords": [
"map",