From 192a356fd6d9e99e70871407a6e321406cba9e20 Mon Sep 17 00:00:00 2001 From: Phil Derksen Date: Mon, 6 Oct 2014 12:45:20 -0700 Subject: [PATCH] Version bump. Updated changelog. --- gumroad/README.txt | 8 ++++++++ gumroad/class-gumroad.php | 2 +- gumroad/gumroad.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gumroad/README.txt b/gumroad/README.txt index c58fbee..d34ffd1 100644 --- a/gumroad/README.txt +++ b/gumroad/README.txt @@ -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. diff --git a/gumroad/class-gumroad.php b/gumroad/class-gumroad.php index 92fb33d..956b32b 100644 --- a/gumroad/class-gumroad.php +++ b/gumroad/class-gumroad.php @@ -21,7 +21,7 @@ class Gumroad { * * @var string */ - protected $version = '1.1.5'; + protected $version = '1.1.6'; /** * Unique identifier for your plugin. diff --git a/gumroad/gumroad.php b/gumroad/gumroad.php index d0a10cb..a60f9ff 100644 --- a/gumroad/gumroad.php +++ b/gumroad/gumroad.php @@ -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+