FormGet Contact Form - Version 5.3.6

Version Description

Download this release

Release Info

Developer PankajAgarwal
Plugin Icon 128x128 FormGet Contact Form
Version 5.3.6
Comparing to
See all releases

Code changes from version 5.3.5 to 5.3.6

Files changed (2) hide show
  1. index.php +4 -4
  2. readme.txt +4 -1
index.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: FormGet Contact Form
4
  Plugin URI: http://www.formget.com
5
  Description: FormGet Contact Form is an eassy and effective form builder tool which enable you to bulid and embed form on your website in few steps. With FormGet Contact Form manage all your contact forms and your entire client communication at one single place.
6
- Version: 5.3.5
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
@@ -44,7 +44,7 @@ function my_admin_notice() {
44
  }
45
  }
46
 
47
- if (!isset($_GET['page']) == 'cf_page') {
48
  add_action('admin_notices', 'my_admin_notice');
49
  }
50
 
@@ -68,7 +68,7 @@ function delete_user_entry() {
68
  register_deactivation_hook(__FILE__, 'delete_user_entry');
69
 
70
 
71
- if (is_admin()) {
72
 
73
  function cf_add_style() {
74
  wp_enqueue_style('form1_style1_sheet1', plugins_url('css/fgstyle.css', __FILE__));
@@ -329,7 +329,7 @@ function cf_embeded_script() {
329
  wp_localize_script('mg_script', 'mg_option', array('ajaxurl' => admin_url('admin-ajax.php'), 'mg_option_nonce' => wp_create_nonce('mg_option_nonce')));
330
  }
331
 
332
- if (isset($_GET['page']) == 'cf_page' || isset($_GET['page']) == 'cf_mg_page') {
333
  add_action('init', 'cf_embeded_script');
334
  }
335
 
3
  Plugin Name: FormGet Contact Form
4
  Plugin URI: http://www.formget.com
5
  Description: FormGet Contact Form is an eassy and effective form builder tool which enable you to bulid and embed form on your website in few steps. With FormGet Contact Form manage all your contact forms and your entire client communication at one single place.
6
+ Version: 5.3.6
7
  Author: FormGet
8
  Author URI: http://www.formget.com
9
  */
44
  }
45
  }
46
 
47
+ if (isset($_GET['page']) && $_GET['page'] != 'cf_page') {
48
  add_action('admin_notices', 'my_admin_notice');
49
  }
50
 
68
  register_deactivation_hook(__FILE__, 'delete_user_entry');
69
 
70
 
71
+ if (is_admin() && isset($_GET['page']) && ($_GET['page'] == 'cf_page' || $_GET['page'] == 'cf_mg_page' || $_GET['page'] == 'cf_submenu_page')) {
72
 
73
  function cf_add_style() {
74
  wp_enqueue_style('form1_style1_sheet1', plugins_url('css/fgstyle.css', __FILE__));
329
  wp_localize_script('mg_script', 'mg_option', array('ajaxurl' => admin_url('admin-ajax.php'), 'mg_option_nonce' => wp_create_nonce('mg_option_nonce')));
330
  }
331
 
332
+ if (isset($_GET['page']) && ($_GET['page'] == 'cf_page' || $_GET['page'] == 'cf_mg_page')) {
333
  add_action('init', 'cf_embeded_script');
334
  }
335
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: PankajAgarwal
3
  Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, Responsive Contact Form, contact us, request form, contact button, drag and drop contact form file upload contact form, contact form to email, contact form payments, contact for paypal, form solution, form builder, feedback, easy contact form, helpdesk
4
  Requires at least: 3.5.0
5
  Tested up to: 4.2.2
6
- Stable tag: 5.3.5
7
 
8
  FormGet Contact Form manage all your contact forms using single dashboard. Just a click on fields and your contact form is ready for use.
9
 
@@ -164,6 +164,9 @@ When you create account in FormGet you automatically get support desk. All the e
164
 
165
 
166
  == Changelog ==
 
 
 
167
  = Version 5.3.5 =
168
  * Fixed css conflict issue.
169
 
3
  Tags: contact form, contact, form, forms, contact form plugin, contact form builder, contact form with recaptcha, feedback form, Responsive Contact Form, contact us, request form, contact button, drag and drop contact form file upload contact form, contact form to email, contact form payments, contact for paypal, form solution, form builder, feedback, easy contact form, helpdesk
4
  Requires at least: 3.5.0
5
  Tested up to: 4.2.2
6
+ Stable tag: 5.3.6
7
 
8
  FormGet Contact Form manage all your contact forms using single dashboard. Just a click on fields and your contact form is ready for use.
9
 
164
 
165
 
166
  == Changelog ==
167
+ = Version 5.3.6 =
168
+ * Fixed dashboard css conflict issue.
169
+
170
  = Version 5.3.5 =
171
  * Fixed css conflict issue.
172