Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarrett committed Feb 10, 2017
1 parent 6cf5be8 commit 589f99f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions godaddy-email-marketing.php
Original file line number Diff line number Diff line change
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.1.4
* Version: 1.2.0
* 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.1.4' );
or define( 'GEM_VERSION', '1.2.0' );

// Set up the base name.
isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );
Expand Down
2 changes: 1 addition & 1 deletion includes/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ public function do_settings_sections( $page, $columns = 2 ) {
/**
* Generate the help tab content
*
* @since NEXT
* @since 1.2.0
*
* @return mixed
*/
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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.1.4",
"version": "1.2.0",
"author": "GoDaddy",
"license": "GPL-2.0",
"repository": "godaddy/wp-godaddy-email-marketing",
Expand All @@ -11,7 +11,7 @@
"url": "https://github.com/godaddy/wp-godaddy-email-marketing/issues"
},
"engines": {
"node" : ">= 7.5.0",
"node": ">= 7.5.0",
"php": ">= 5.2",
"wordpress": ">= 3.8"
},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,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.7
**Stable tag:** 1.1.4
**Stable tag:** 1.2.0
**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
Original file line number Diff line number Diff line change
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.7
Stable tag: 1.1.4
Stable tag: 1.2.0
License: GPL-2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down

0 comments on commit 589f99f

Please sign in to comment.