-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.xml
71 lines (71 loc) · 1.6 KB
/
changelog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<!--
See https://docs.joomla.org/Adding_changelog_to_your_manifest_file
Available types: addition|change|remove|fix|security|language|note
-->
<changelogs>
<!-- Unreleased -->
<changelog>
<element>pkg_pcz_vimeo</element>
<type>package</type>
<version>99.0.0-alpha</version>
</changelog>
<!-- v1.0.5 -->
<changelog>
<element>pkg_pcz_vimeo</element>
<type>package</type>
<version>1.0.5</version>
<fix>
<item>Fix datastore items view when for in case of one value</item>
<item>Fix assets loading</item>
</fix>
</changelog>
<!-- v1.0.4 -->
<changelog>
<element>pkg_pcz_vimeo</element>
<type>package</type>
<version>1.0.4</version>
<fix>
<item>Using wrong methods in layout</item>
</fix>
</changelog>
<!-- v1.0.3 -->
<changelog>
<element>pkg_pcz_vimeo</element>
<type>package</type>
<version>1.0.3</version>
<fix>
<item>Vimeo hash on embeded player</item>
</fix>
</changelog>
<!-- v1.0.2 -->
<changelog>
<element>pkg_pcz_vimeo</element>
<type>package</type>
<version>1.0.2</version>
<fix>
<item>Overlooked package version bump</item>
</fix>
</changelog>
<!-- v1.0.1 -->
<changelog>
<element>pkg_pcz_vimeo</element>
<type>package</type>
<version>1.0.1</version>
<fix>
<item>Fix data store layout (Fields plugin)</item>
</fix>
<change>
<item>Use sha1 for media versions</item>
</change>
</changelog>
<!-- v1.0.0 -->
<changelog>
<element>pkg_pcz_vimeo</element>
<type>package</type>
<version>1.0.0</version>
<addition>
<item>Initial release</item>
</addition>
</changelog>
</changelogs>