Browse Source

Bump (v1.7)

widget 1.7
Lee Willis 6 years ago
parent
commit
6b755a628b
  1. 5
      github-embed.php
  2. 9
      readme.txt

5
github-embed.php

@ -1,16 +1,15 @@
<?php
/*
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.6
Version: 1.7
Author: Lee Willis
Author URI: http://www.leewillis.co.uk/
*/
/**
* Copyright (c) 2013 Lee Willis. All rights reserved.
* Copyright (c) 2013-2019 Lee Willis. All rights reserved.
*
* Released under the GPL license v2
* https://www.gnu.org/licenses/gpl-2.0.en.html

9
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: 4.6
Tested up to: 5.1
Stable tag: 1.6
Tested up to: 5.2
Stable tag: 1.7
== Description ==
@ -43,6 +43,11 @@ Not yet, we're hoping to add templating - [all contributions welcome](https://gi
== Changelog ==
= 1.7 =
* Include GitHub logo rather than hotlinking to (no-longer supported) repo for image
* Add wp_github_oembed_logo_class filter
= 1.6 =
* Internal code cleanups

Loading…
Cancel
Save