Optin Forms - Version 1.1.7

Version Description

  • Restricted pledge box to Optin Forms page only.
Download this release

Release Info

Developer brs
Plugin Icon 128x128 Optin Forms
Version 1.1.7
Comparing to
See all releases

Code changes from version 1.1.6 to 1.1.7

Files changed (3) hide show
  1. includes/functions.php +2 -2
  2. optin-forms.php +1 -1
  3. readme.txt +8 -2
includes/functions.php CHANGED
@@ -378,9 +378,9 @@ add_action( 'admin_init', 'optinforms_dismiss_admin_notice' );
378
  // Create supportbox notice
379
  function optinforms_supportbox_notice_115() {
380
 
381
- global $current_user;
382
  $userid = $current_user->ID;
383
- if ( current_user_can('manage_options') && !get_user_meta( $userid, 'optinforms_dismiss_supportbox_115' ) ) {
384
  ?>
385
  <div class="updated" style="background:#02C2A8;border-color:#109785;margin:20px 0 40px;">
386
  <div class="optinforms-supportbox-left">
378
  // Create supportbox notice
379
  function optinforms_supportbox_notice_115() {
380
 
381
+ global $current_user, $pagenow;
382
  $userid = $current_user->ID;
383
+ if ( current_user_can('manage_options') && $_REQUEST['page'] == 'optinforms' && !get_user_meta( $userid, 'optinforms_dismiss_supportbox_115' ) ) {
384
  ?>
385
  <div class="updated" style="background:#02C2A8;border-color:#109785;margin:20px 0 40px;">
386
  <div class="optinforms-supportbox-left">
optin-forms.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Optin Forms
4
  Plugin URI: http://www.codeleon.com/wordpress/plugins/optin-forms
5
  Description: Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
6
  Author: Boris Beo
7
- Version: 1.1.6
8
  Author URI: http://www.codeleon.com
9
  Text Domain: optinforms
10
  Domain Path: /languages/
4
  Plugin URI: http://www.codeleon.com/wordpress/plugins/optin-forms
5
  Description: Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
6
  Author: Boris Beo
7
+ Version: 1.1.7
8
  Author URI: http://www.codeleon.com
9
  Text Domain: optinforms
10
  Domain Path: /languages/
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: brs
3
  Tags: optin, form, forms, aweber, icontact, mailchimp, getresponse, mad mimi, interspire, email marketer, email marketing, email, e-mail, list, list building, opt-in, newsletter, autoresponder, popup, pop-up, mailing, mailing list, mail, webform, newsletter plugin, optin plugin, opt-in plugin, conversion, design
4
  Requires at least: 3.2
5
- Tested up to: 4.1.1
6
- Stable tag: 1.1.6
7
 
8
  Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
9
 
@@ -55,6 +55,9 @@ Having trouble with the plugin? Simply post your question to the [support forum]
55
 
56
  == Changelog ==
57
 
 
 
 
58
  = 1.1.6 =
59
  * Restricted pledge box to admins only.
60
 
@@ -94,6 +97,9 @@ Having trouble with the plugin? Simply post your question to the [support forum]
94
 
95
  == Upgrade Notice ==
96
 
 
 
 
97
  = 1.1.6 =
98
  Restricted pledge box to admin users only.
99
 
2
  Contributors: brs
3
  Tags: optin, form, forms, aweber, icontact, mailchimp, getresponse, mad mimi, interspire, email marketer, email marketing, email, e-mail, list, list building, opt-in, newsletter, autoresponder, popup, pop-up, mailing, mailing list, mail, webform, newsletter plugin, optin plugin, opt-in plugin, conversion, design
4
  Requires at least: 3.2
5
+ Tested up to: 4.2.2
6
+ Stable tag: 1.1.7
7
 
8
  Create beautiful optin forms with ease. Choose a form design, customize it, and add your form to your blog with a simple mouse-click.
9
 
55
 
56
  == Changelog ==
57
 
58
+ = 1.1.7 =
59
+ * Restricted pledge box to Optin Forms page only.
60
+
61
  = 1.1.6 =
62
  * Restricted pledge box to admins only.
63
 
97
 
98
  == Upgrade Notice ==
99
 
100
+ = 1.1.7 =
101
+ Restricted pledge box to Optin Forms page only.
102
+
103
  = 1.1.6 =
104
  Restricted pledge box to admin users only.
105