diff --git a/godaddy-email-marketing.php b/godaddy-email-marketing.php index a51f8c1..ff82ce9 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 @@ -108,7 +108,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__ ); 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", 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..a0b3170 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ 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 +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