Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Feb 23, 2018
1 parent 494ce3f commit 9add00d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions godaddy-email-marketing.php
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: GoDaddy Email Marketing
* 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.2.0
* Version: 1.2.1
* Author: GoDaddy
* Author URI: https://gem.godaddy.com/
* License: GPL-2.0
Expand Down Expand Up @@ -108,7 +108,7 @@ private function setup_constants() {

// Plugin's main directory.
defined( 'GEM_VERSION' )
or define( 'GEM_VERSION', '1.2.0' );
or define( 'GEM_VERSION', '1.2.1' );

// Set up the base name.
isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "godaddy-email-marketing-sign-up-forms",
"title": "GoDaddy Email Marketing",
"description": "Allow your site visitors to subscribe to your email lists using a sidebar widget.",
"version": "1.2.0",
"version": "1.2.1",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": "godaddy/wp-godaddy-email-marketing",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -5,7 +5,7 @@
**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.9
**Stable tag:** 1.2.0
**Stable tag:** 1.2.1
**License:** GPL-2.0
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Expand Up @@ -3,7 +3,7 @@ Contributors: godaddy, fjarrett, jonathanbardo, eherman24, susanygodaddy, madmim
Tags: email, forms, godaddy, mailing list, marketing, newsletter, opt-in, signup, subscribe, widget, contacts
Requires at least: 3.8
Tested up to: 4.9
Stable tag: 1.2.0
Stable tag: 1.2.1
License: GPL-2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 9add00d

Please sign in to comment.