Browse Source

Bump (v1.4)

widget 1.4
Lee Willis 11 years ago
parent
commit
005d168b00
  1. 5
      README.md
  2. 2
      github-embed.php
  3. 10
      readme.txt

5
README.md

@ -41,6 +41,11 @@ Not yet, we're hoping to add templating - all contributions welcome!
## Changelog
- 1.4
- Fix PHP warning that could block contributor embeds.
- Fix Contributor embeds to use correct API call
- Pass correct initial value to credentials filters
- 1.3
- Expire the oEmbed cache daily

2
github-embed.php

@ -4,7 +4,7 @@
Plugin Name: Github Embed
Plugin URI: http://www.leewillis.co.uk/wordpress-plugins
Description: Paste the URL to a Github project into your posts or pages, and have the project information pulled in and displayed automatically
Version: 1.3
Version: 1.4
Author: Lee Willis
Author URI: http://www.leewillis.co.uk/
*/

10
readme.txt

@ -3,8 +3,8 @@ Contributors: leewillis77
Donate link: http://www.leewillis.co.uk/wordpress-plugins/?utm_source=wordpress&utm_medium=www&utm_campaign=github-embed
Tags: github, embed, oembed
Requires at least: 3.5
Tested up to: 3.5.1
Stable tag: 1.3
Tested up to: 4.0
Stable tag: 1.4
== Description ==
@ -43,6 +43,12 @@ Not yet, we're hoping to add templating - [all contributions welcome](https://gi
== Changelog ==
= 1.4 =
* Fix PHP warning that could block contributor embeds.
* Fix Contributor embeds to use correct API call
* Pass correct initial value to credentials filters
= 1.3 =
* Expire the oEmbed cache daily

Loading…
Cancel
Save