additional_plugins/serendipity_event_oembed/ChangeLog

82 lines
2.6 KiB
Plaintext
Raw Normal View History

2021-07-11 20:03:51 +02:00
Version 1.20.1
-----------------------
* Hotfixes for PHP 8 (surrim)
Version 1.20
-----------------------
* Fixed wrong API-Endpoint for youtube
* Removed generic provider oohembed (service shutdown)
* Removed wordpress player for AudioBoo (no more flash)
* Changed info for generic provider embed.ly (free plan is no longer available)
Version 1.15
-----------------------
* Fixed PHP warning caused by typo in template
Version 1.14
-------------
* Added legal gdpr/dsgvo info
2017-11-18 15:00:11 +01:00
Version 1.13
-----------------------
* Fixed wrong API endpoint for Twitter
* Fixed forgotten change to simplexml_load_string in ProviderList.php
2017-04-09 09:21:48 +02:00
Version 1.12
-----------------------
* Changed simplexml_load_file to simplexml_load_string to prevent I/O errors
Version 1.11 (brockhaus)
-----------------------
* OEmbed result will be ignored now, if containing error field.
* Restored twitter oEmbed to API 1, as 1.1 *does* need OAuth. :(
Version 1.10 (brockhaus)
-----------------------
* Updated twitter oEmbed to API 1.1, what doesn't seem to need OAuth.
Version 1.09 (brockhaus)
-----------------------
* Switched off errorreporting while trying to fetch oembed code
so it won't disturb output when service is down.
* Removed pixplz provider as service is down.
Version 1.07 (brockhaus)
-----------------------
* New: dotsub.com video service. podomatic podcast service
Version 1.06 (brockhaus)
-----------------------
* New AudioBoo resolver supporting the 3 different players of AudioBoo (configurable wich).
The old "wordpress player" is default for backwards compatibility reason.
Version 1.05 (brockhaus)
-----------------------
* Better handling of unparsable oembed results (like youtube links not allowed to embed).
Version 1.04 (brockhaus)
-----------------------
* added css for iframe videos contributed by Matthias Mees
2011-12-22 13:53:07 +01:00
Version 1.03 (brockhaus)
-----------------------
* Added a Posterous post.ly provider (mainly as an example how to write custom providers).
* Some default CSS entries. Changed embed area from span to div.
Version 1.02 (brockhaus)
-----------------------
* Added default css entries, changed oebed containers from span to div.
* Smarty security disabling for 1.7+ blogs only.
2011-12-20 11:27:37 +01:00
Version 1.01 (brockhaus)
-----------------------
* Added "generic providers" embed.ly and oohembed.com.
* Removed the depending definitions in providers.xml
* New providers via noembed: GitHub Commit, GitHub Gist and Beer Advocate (Yeah!) ;D
2011-12-20 12:12:21 +01:00
* Reverted Smarty Security Disabling (tested with 1.6/1.7 blogs)
* Supports youtube https now directly.
2011-12-20 11:27:37 +01:00
Version 1.00 (brockhaus)
-----------------------
2017-11-18 15:00:11 +01:00
* Initial Release, have fun! :)