-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
33 lines (20 loc) · 1.05 KB
/
readme.txt
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
=== HTTPS oEmbed Providers ===
Contributors: simonwheatley
Tags: oembed, https
Requires at least: 3.4.2
Tested up to: 3.4.2
Stable tag: 1.1
Fix for WordPress oEmbeds for various services which now provide https URLs, these aren't recognised by the WP 3.4.2 list of oEmbed providers.
== Description ==
Fix for WordPress oEmbeds for various services which now provide https URLs, these aren't recognised by the WP 3.4.2 list of oEmbed providers. Significant thanks to John James Jacoby for the code in his patch.
Development for this plugin is managed in the [Github repository](https://github.com/simonwheatley/HTTPS-oEmbed-Providers).
See: http://core.trac.wordpress.org/ticket/20102
== Installation ==
This section describes how to install the plugin and get it working.
1. Upload the `https-oembed-providers` folder to the `/wp-content/plugins/` directory. It will be listed in your regular plugins list.
2. Activate the plugin through the 'Plugins' menu in WordPress
== Changelog ==
= 1.1 =
* Fix some issues with version comparison
= 1.0 =
* Initial release