Skip to content

Commit

Permalink
Tested up to WordPress 4.1. Version bump. Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
pderksen committed Dec 20, 2014
1 parent 8881eef commit 1695e37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions gumroad/README.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=== Official Gumroad Wordpress Plugin ===
Contributors: pderksen, nickyoung87, gumroad
Tags: gumroad, gumroad product pages, gumroad overlay, gumroad embed, ecommerce, e-commerce, pdf, javascript, overlay, embed
Requires at least: 3.7.4
Tested up to: 4.0
Requires at least: 3.8.5
Tested up to: 4.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -86,14 +86,17 @@ See the official Gumroad [overlay](https://gumroad.com/overlay) or [embed](https

== Changelog ==

= 1.1.7 =

* Tested up to WordPress 4.1.

= 1.1.6 =

* Replace all i18n functions with escaped equivalents.
* Simplified load_plugin_textdomain() call.
* Add proper escaping when building the overlay button.
* Removed activation/install notice.
* Removed some now unused functions and files.
* Tested up to WordPress 4.1.

= 1.1.5 =

Expand Down
2 changes: 1 addition & 1 deletion gumroad/class-gumroad.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Gumroad {
*
* @var string
*/
protected $version = '1.1.6';
protected $version = '1.1.7';

/**
* Unique identifier for your plugin.
Expand Down
2 changes: 1 addition & 1 deletion gumroad/gumroad.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: Gumroad
* Plugin URI: https://gumroad.com
* Description: Display your Gumroad product pages in a pretty lightbox or embed them right in your posts using shortcodes.
* Version: 1.1.6
* Version: 1.1.7
* Author: Gumroad
* Author URI: http://gumroad.com
* License: GPL-2.0+
Expand Down

0 comments on commit 1695e37

Please sign in to comment.