Skip to content

Commit

Permalink
Version bump. Updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
pderksen committed Oct 6, 2014
1 parent 5ed3d2d commit 192a356
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions gumroad/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@ See the official Gumroad [overlay](https://gumroad.com/overlay) or [embed](https

== Changelog ==

= 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.

= 1.1.5 =

* Videos added to in-plugin help page.
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.5';
protected $version = '1.1.6';

/**
* 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.5
* Version: 1.1.6
* Author: Gumroad
* Author URI: http://gumroad.com
* License: GPL-2.0+
Expand Down

0 comments on commit 192a356

Please sign in to comment.