From 0b0ef09bd0f8f3293cc34584cd63c27d1460fce2 Mon Sep 17 00:00:00 2001 From: Jonathan Bardo Date: Wed, 26 Oct 2016 19:27:36 -0400 Subject: [PATCH 1/4] 1.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a977d17..3ffe351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "godaddy-email-marketing-sign-up-forms", - "version": "1.1.3", + "version": "1.1.4", "author": "GoDaddy", "license": "GPL-2.0", "repository": "godaddy/wp-godaddy-email-marketing", From 6848924793ab95314790efb3882ab765bc8a27a5 Mon Sep 17 00:00:00 2001 From: Jonathan Bardo Date: Wed, 26 Oct 2016 19:29:24 -0400 Subject: [PATCH 2/4] 1.1.4 --- godaddy-email-marketing.php | 2 +- readme.md | 2 +- readme.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/godaddy-email-marketing.php b/godaddy-email-marketing.php index 04861b1..f57fc34 100644 --- a/godaddy-email-marketing.php +++ b/godaddy-email-marketing.php @@ -3,7 +3,7 @@ * Plugin Name: GoDaddy Email Marketing Signup Forms * Plugin URI: https://gem.godaddy.com/ * Description: Add the GoDaddy Email Marketing signup form to your WordPress site! Easy to set up, the plugin allows your site visitors to subscribe to your email lists. - * Version: 1.1.3 + * Version: 1.1.4 * Author: GoDaddy * Author URI: https://gem.godaddy.com/ * License: GPL-2.0 diff --git a/readme.md b/readme.md index 42c5453..1e1c417 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Add the GoDaddy Email Marketing plugin to your WordPress site! Easy to set up, t **Tags:** [email](https://wordpress.org/plugins/tags/email), [forms](https://wordpress.org/plugins/tags/forms), [godaddy](https://wordpress.org/plugins/tags/godaddy), [mailing list](https://wordpress.org/plugins/tags/mailing list), [marketing](https://wordpress.org/plugins/tags/marketing), [newsletter](https://wordpress.org/plugins/tags/newsletter), [opt-in](https://wordpress.org/plugins/tags/opt-in), [signup](https://wordpress.org/plugins/tags/signup), [subscribe](https://wordpress.org/plugins/tags/subscribe), [widget](https://wordpress.org/plugins/tags/widget), [contacts](https://wordpress.org/plugins/tags/contacts) **Requires at least:** 3.8 **Tested up to:** 4.5 -**Stable tag:** 1.1.3 +**Stable tag:** 1.1.4 **License:** [GPL-2.0](https://www.gnu.org/licenses/gpl-2.0.html) [![Build Status](https://travis-ci.org/godaddy/wp-godaddy-email-marketing.svg?branch=master)](https://travis-ci.org/godaddy/wp-godaddy-email-marketing) [![Coverage Status](https://coveralls.io/repos/godaddy/wp-godaddy-email-marketing/badge.svg?branch=master)](https://coveralls.io/github/godaddy/wp-godaddy-email-marketing) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com) [![devDependency Status](https://david-dm.org/godaddy/wp-godaddy-email-marketing/dev-status.svg)](https://david-dm.org/godaddy/wp-godaddy-email-marketing#info=devDependencies) diff --git a/readme.txt b/readme.txt index 27d294d..89b140c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: godaddy, humanmade, xwp, fjarrett, jonathanbardo Tags: email, forms, godaddy, mailing list, marketing, newsletter, opt-in, signup, subscribe, widget, contacts Requires at least: 3.8 Tested up to: 4.5 -Stable tag: 1.1.3 +Stable tag: 1.1.4 License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html From 1086c8339dd9b6e4da71bffa315c3460e671d73b Mon Sep 17 00:00:00 2001 From: Jonathan Bardo Date: Wed, 26 Oct 2016 19:30:52 -0400 Subject: [PATCH 3/4] Bump constant --- godaddy-email-marketing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godaddy-email-marketing.php b/godaddy-email-marketing.php index f57fc34..6c471b2 100644 --- a/godaddy-email-marketing.php +++ b/godaddy-email-marketing.php @@ -104,7 +104,7 @@ private function setup_constants() { // Plugin's main directory. defined( 'GEM_VERSION' ) - or define( 'GEM_VERSION', '1.1.3' ); + or define( 'GEM_VERSION', '1.1.4' ); // Set up the base name. isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ ); From 88b9d75309bae5ec8c25c8e1ad653e491b4e397d Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Wed, 7 Dec 2016 13:46:42 -0500 Subject: [PATCH 4/4] Bump Tested up to to 4.7 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 89b140c..a0b3170 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: godaddy, humanmade, xwp, fjarrett, jonathanbardo Tags: email, forms, godaddy, mailing list, marketing, newsletter, opt-in, signup, subscribe, widget, contacts Requires at least: 3.8 -Tested up to: 4.5 +Tested up to: 4.7 Stable tag: 1.1.4 License: GPL-2.0 License URI: https://www.gnu.org/licenses/gpl-2.0.html