GoDaddy Email Marketing - Version 1.1.3

Version Description

  • Fixed: CSRF - thanks to pluginvulnerabilities.com for reporting it
Download this release

Release Info

Developer jonathanbardo
Plugin Icon 128x128 GoDaddy Email Marketing
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

Files changed (2) hide show
  1. godaddy-email-marketing.php +2 -2
  2. readme.txt +4 -1
godaddy-email-marketing.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: GoDaddy Email Marketing Signup Forms
4
  * Plugin URI: https://gem.godaddy.com/
5
  * 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.
6
- * Version: 1.1.2
7
  * Author: GoDaddy
8
  * Author URI: https://gem.godaddy.com/
9
  * License: GPL-2.0
@@ -104,7 +104,7 @@ class GEM_Official {
104
 
105
  // Plugin's main directory.
106
  defined( 'GEM_VERSION' )
107
- or define( 'GEM_VERSION', '1.1.1' );
108
 
109
  // Set up the base name.
110
  isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );
3
  * Plugin Name: GoDaddy Email Marketing Signup Forms
4
  * Plugin URI: https://gem.godaddy.com/
5
  * 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.
6
+ * Version: 1.1.3
7
  * Author: GoDaddy
8
  * Author URI: https://gem.godaddy.com/
9
  * License: GPL-2.0
104
 
105
  // Plugin's main directory.
106
  defined( 'GEM_VERSION' )
107
+ or define( 'GEM_VERSION', '1.1.2' );
108
 
109
  // Set up the base name.
110
  isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: godaddy, humanmade, xwp, fjarrett, jonathanbardo
3
  Tags: email, forms, godaddy, mailing list, marketing, newsletter, opt-in, signup, subscribe, widget, contacts
4
  Requires at least: 3.8
5
  Tested up to: 4.5
6
- Stable tag: 1.1.2
7
  License: GPL-2.0
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -113,6 +113,9 @@ You can find your **Secret API Key** in the [Settings section](https://gem.godad
113
 
114
  == Changelog ==
115
 
 
 
 
116
  = 1.1.2 =
117
  * Minor URL fix
118
 
3
  Tags: email, forms, godaddy, mailing list, marketing, newsletter, opt-in, signup, subscribe, widget, contacts
4
  Requires at least: 3.8
5
  Tested up to: 4.5
6
+ Stable tag: 1.1.3
7
  License: GPL-2.0
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
113
 
114
  == Changelog ==
115
 
116
+ = 1.1.3 =
117
+ * Fixed: CSRF - thanks to pluginvulnerabilities.com for reporting it
118
+
119
  = 1.1.2 =
120
  * Minor URL fix
121