-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathextension.meta.xml
213 lines (212 loc) · 8.93 KB
/
extension.meta.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<?xml version="1.0" encoding="UTF-8"?>
<extension id="oembed_field" status="released" xmlns="http://getsymphony.com/schemas/extension/1.0">
<name>oEmbed Field</name>
<description>Easily embed videos/images from ANY* website that implements the oEmbed format. See http://oembed.com. Supported services:
- **Vimeo**
- **Youtube**
- **Dailymotion**
- **Twitter**
- **Instagram**
- **Facebook**
- Embed.ly
- Iframely
- Flickr
- Qik
- Viddler
- SlideShare
- Soundcloud
- Mixcloud
</description>
<repo type="github">https://github.com/Solutions-Nitriques/oembed_field</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/73696/</url>
<url type="issues">https://github.com/Solutions-Nitriques/oembed_field/issues</url>
<types>
<type>Field</type>
<type>Third Party Integration</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>https://deuxhuithuit.com/</website>
</author>
<author>
<name github="Solutions-Nitriques" symphony="nitriques">Solutions Nitriques</name>
<website>http://www.nitriques.com/open-source/</website>
</author>
<author>
<name github="rowan-lewis" symphony="buzzomatic">Rowan Lewis</name>
<website>http://nbsp.io/</website>
</author>
<author>
<name github="briandrum" symphony="briandrum">Brian Drum</name>
<website>http://briandrum.net</website>
</author>
<author>
<name github="andrewminton" symphony="moonoo2">Andrew Minton</name>
<website>http://andrewminton.co.uk</website>
</author>
</authors>
<dependencies>
<!-- None -->
</dependencies>
<releases>
<release version="1.11.3" date="2017-01-16" min="2.5.0" max="2.x.x">
- Fix a PHP warning: CURLOPT are constants
- Fix error in PHP 5.3: curl_strerror is 5.4+
</release>
<release version="1.11.2" date="2016-11-11" min="2.5.0" max="2.x.x">
- Fix a problem with the Instagram driver
- Added bigger timeout for http requests
- Show curl error messages
</release>
<release version="1.11.1" date="2016-11-10" min="2.5.0" max="2.x.x">
- Fixed problems with amperstands in the url, when url is used as id
- The Soundcloud driver now issues TLS requests
- The Vimeo driver now issues TLS requests
- The Youtube driver now issues TLS requests
- The Flickr driver now supports TLS
</release>
<release version="1.11.0" date="2016-11-07" min="2.5.0" max="2.x.x">
- Added Facebook driver
</release>
<release version="1.10.0" date="2016-10-13" min="2.5.0" max="2.x.x">
- PHP 7 Support (Thanks @ChoboHub)
- Fixed problems with Twitter driver #56 (Thanks @finferflu)
- SSL (TLS) support for Instagram and Dailymotion
</release>
<release version="1.9.0" date="2016-03-14" min="2.5.0" max="2.x.x">
- Updated compatibility infos
- Fixed Instagram embed code
- Updated Twtter to use new endpoint and handle json responses
- Added the Noembed non-native driver
- Added links to services in the publish panel
</release>
<release version="1.8.9" date="2015-05-15" min="2.3" max="2.6.x">
- Make the js compatible with multilingual version
</release>
<release version="1.8.8" date="2015-05-14" min="2.3" max="2.6.x">
- Use FieldManager::saveSettings instead of raw SQL in commit
- Make checkUniqueness protected
</release>
<release version="1.8.7" date="2015-01-16" min="2.3" max="2.6.x">
- UI fix in publish page: add a space between drivers so it wraps properly
</release>
<release version="1.8.6" date="2015-01-09" min="2.3" max="2.6.x">
- Fix for Iframely: Their oEmbed API endpoint changed
</release>
<release version="1.8.5" date="2015-01-08" min="2.3" max="2.6.x">
- Fix for Symphony 2.5+ (Error method in Widget class as been renamed)
</release>
<release version="1.8.4" date="2014-11-05" min="2.3" max="2.5.x">
- Update for Symphony 2.5
</release>
<release version="1.8.3" date="2014-04-07" min="2.3">
- Added the Mixcloud driver (Thanks @arthurmingard)
</release>
<release version="1.8.2" date="2014-04-04" min="2.3">
- Added the Soundcloud driver (Thanks @twiro)
</release>
<release version="1.8.1" date="2014-02-05" min="2.3">
- Fixed Issue #43
</release>
<release version="1.8" date="2014-01-28" min="2.3">
- Added unique key on `entry_id` and `field_id`
</release>
<release version="1.7.3" date="2014-01-17" min="2.3">
- Fix the issue with the unique option that was used for two seperated things.
</release>
<release version="1.7.2" date="2013-10-31" min="2.3">
- Added Iframely.com driver
</release>
<release version="1.7.1" date="2013-10-28" min="2.3">
- Fixed Issue #42
</release>
<release version="1.7" date="2013-10-22" min="2.3">
- Normalizing DS ouput to always be named `oembed`. This introduce a breaking change in DS output versus previous versions
- Added Instagram driver, first driver usign json as format - covers issue #15 as well
- Fixed a bug in the embed protocols (output if the setting is on AND if the driver supports it)
- Fixed Issue #36
- Fixed Issue #40
- Fixed Issue #41
- Reviewed Issue #35
- Added Polish translation
- Added Twitter driver
- Added Embed.ly driver (if you wish to add you key, do so in the query params option)
See also the note in the README about the "non-native" solutions. Fixes Issue #38
</release>
<release version="1.6" date="2013-04-01" min="2.3">
- Added Russian translation
- Added SSL support for some drivers via protocol-less embedding (fixes #33)
- Added a new XML node in the DS, which lists supported protocols
- Added a basic JSON parser
- Fixed issue #35 when duplicating a section
</release>
<release version="1.5.1" date="2012-10-17" min="2.3">
- Minor bug fixes (#23, #26, #27)
</release>
<release version="1.5" date="2012-07-06" min="2.3">
- Made compatible with Symphony 2.3
- Added Slideshare driver
- Added Oembed Content field for Rowan Lewis' Content Field extension
</release>
<release version="1.4" date="2012-04-22" min="2.2.5" max="2.2.5">
- Issue #22 fixed
- Major code review, adding more toughness to the code
- Added a new class, <code>ServiceParser</code> which will enable working with services that only provides JSON
- Fix issues #10, #11, #19, #15, #20
- Refactored the request url parameters feature: You can add values to the oEmbed query string
- YouTube driver fix for the shorten domain (part of issue #19)
- Added the `show thumbnails in table` parameter: if disabled, title or url will be used
- Changes between the two branches (master and dev) are now synced
</release>
<release version="1.3.2" date="never" min="2.2.3" max="2.2.5">
- **This release has never been stable**
- Minor bug fixes
- Added the `oembed requests parameters sets` field's setting (issue #11) ([see how it work]) (@deprecated)
- Fixed a lot of typos (thanks @brando)
- Tables now uses utf_8 and MyISAM
- Refactored the drivers: They are now more easy to implement
- Changes between the two branches (master and dev) are now synced
</release>
<release version="1.3.1.1" date="2012-02-01" min="2.2.3" max="2.2.5">
- Added the Twitter Driver :) Thanks @briandrum !
</release>
<release version="1.3.1" date="2011-10-16" min="2.2.3" max="2.2.5">
- Added assets for the blueprints>section pages
- Added the 'unique' option - url can now be unique across a section
- Added Dailymotion, Qik (fix issue #9) and Viddler drivers (thanks Andrew!, pull request #8)
- Improved comments (a lot!)
- Fix a typo (issue #6)
- Added support for image (thumbnail) in table view (do not forget to add those site in JIT)
- Refactored how the drivers are managed in the ServiceDispatcher (issue #10)
- Public methods to get drivers and drivers names
- Drivers are now all loaded by default
- Drivers filename must now respect the `class.service[a-zA-Z0-9]+.php` regular expression
- Drivers are now listed in section field and publish page
</release>
<release version="1.3" date="2011-10-06" min="2.2.3" max="2.2.5">
- Improved error management - Added a ref flag for that in the public method
- Added a method that permit change of the root tag name in the oEmbed response
</release>
<release version="1.2.2" date="2011-09-28" min="2.2.2" max="2.2.5">
- Update the YouTube driver to 1.2 - Fix when the entered url contains a #
</release>
<release version="1.2.1" date="2011-09-08 " min="2.2.2" max="2.2.5">
- Update the YouTube driver to 1.1 - Fix the width when the field is in the sidebar
</release>
<release version="1.2" date="2011-08-19" min="2.2.2" max="2.2.5">
- Update for Symphony 2.2.2 compatibility
(do not need to check for the $simulate value as it seems to be always true)
</release>
<release version="1.1" date="2011-07-25" min="2.2.2" max="2.2.5">
- Couple of bug fixes
- Adapted the code so oEmbed resources in the sidebar displays correctly
</release>
<release version="1.0.1" date="2011-07-17" min="2.2.2" max="2.2.5">
- Added YouTube
</release>
<release version="1.0" date="2011-07-15" min="2.2.2" max="2.2.5">
- First release
</release>
</releases>
</extension>