Skip to content

Commit 0a2045a

Browse files
committed
Prepare release v1.1.2
1 parent fd7b431 commit 0a2045a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/config.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
<?xml version='1.0' encoding='UTF-8'?>
2-
<widget xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="CoNWeT" name="ol3-map" version="1.1.2-dev">
2+
<widget xmlns="http://wirecloud.conwet.fi.upm.es/ns/macdescription/1" vendor="CoNWeT" name="ol3-map" version="1.1.2">
33
<details>
44
<title>OpenLayers Map</title>
55
<email>[email protected]</email>
6+
<homepage>https://github.com/Wirecloud/ol3-map-widget</homepage>
67
<image>images/catalogue.png</image>
78
<description>Map viewer widget using OpenLayers.</description>
89
<doc>doc/userguide.md</doc>
910
<changelog>doc/changelog.md</changelog>
1011
<authors>Álvaro Arranz &lt;[email protected]&gt;</authors>
1112
<license>Apache License 2.0</license>
1213
<licenseurl>http://www.apache.org/licenses/LICENSE-2.0.html</licenseurl>
14+
<issuetracker>https://github.com/Wirecloud/ol3-map-widget/issues</issuetracker>
1315
</details>
1416

1517
<requirements>

src/doc/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v1.1.2 (2019-04-04)
2+
3+
- Bundle the LICENSE file with the widget
4+
- Improve widget metadata
5+
6+
17
## v1.1.1 (2019-02-28)
28

39
- Fix proj4.js not being packaged into the widget. See #16.

0 commit comments

Comments
 (0)