Custom Contact Forms - Version 4.5.2.2

Version Description

  • custom-contact-forms.php - JQuery plugin conflict fixed
Download this release

Release Info

Developer tlovett1
Plugin Icon 128x128 Custom Contact Forms
Version 4.5.2.2
Comparing to
See all releases

Code changes from version 4.5.2.1 to 4.5.2.2

Files changed (2) hide show
  1. custom-contact-forms.php +4 -4
  2. readme.txt +4 -1
custom-contact-forms.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
- Version: 4.5.2.1
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
@@ -81,7 +81,7 @@ if (!is_admin()) { /* is front */
81
  }
82
  }
83
  add_action('init', array(&$custom_contact_front, 'frontInit'), 1);
84
- add_action('wp_print_scripts', array(&$custom_contact_front, 'insertFrontEndScripts'), 1);
85
  add_action('wp_print_styles', array(&$custom_contact_front, 'insertFrontEndStyles'), 1);
86
  add_shortcode('customcontact', array(&$custom_contact_front, 'shortCodeToForm'));
87
 
@@ -108,14 +108,14 @@ if (!is_admin()) { /* is front */
108
  $ccf_dashboard = new CustomContactFormsDashboard();
109
  if ($ccf_dashboard->isDashboardPage()) {
110
  add_action('admin_print_styles', array(&$ccf_dashboard, 'insertDashboardStyles'), 1);
111
- add_action('admin_print_scripts', array(&$ccf_dashboard, 'insertDashboardScripts'), 1);
112
  }
113
  add_action('wp_dashboard_setup', array(&$ccf_dashboard, 'install'));
114
  }
115
  add_action('init', array(&$custom_contact_admin, 'adminInit'), 1);
116
  if ($custom_contact_admin->isPluginAdminPage()) {
117
  add_action('admin_print_styles', array(&$custom_contact_admin, 'insertBackEndStyles'), 1);
118
- add_action('admin_print_scripts', array(&$custom_contact_admin, 'insertAdminScripts'), 1);
119
  }
120
  add_action('wp_ajax_ccf-ajax', array(&$custom_contact_admin, 'handleAJAX'));
121
  add_action('wp_ajax_nopriv_ccf-ajax', array(&$custom_contact_admin, 'handleAJAX'));
3
  Plugin Name: Custom Contact Forms
4
  Plugin URI: http://taylorlovett.com/wordpress-plugins
5
  Description: Guaranteed to be 1000X more customizable and intuitive than Fast Secure Contact Forms or Contact Form 7. Customize every aspect of your forms without any knowledge of CSS: borders, padding, sizes, colors. Ton's of great features. Required fields, form submissions saved to database, captchas, tooltip popovers, unlimited fields/forms/form styles, import/export, use a custom thank you page or built-in popover with a custom success message set for each form.
6
+ Version: 4.5.2.2
7
  Author: Taylor Lovett
8
  Author URI: http://www.taylorlovett.com
9
  */
81
  }
82
  }
83
  add_action('init', array(&$custom_contact_front, 'frontInit'), 1);
84
+ add_action('wp_enqueue_scripts', array(&$custom_contact_front, 'insertFrontEndScripts'), 1);
85
  add_action('wp_print_styles', array(&$custom_contact_front, 'insertFrontEndStyles'), 1);
86
  add_shortcode('customcontact', array(&$custom_contact_front, 'shortCodeToForm'));
87
 
108
  $ccf_dashboard = new CustomContactFormsDashboard();
109
  if ($ccf_dashboard->isDashboardPage()) {
110
  add_action('admin_print_styles', array(&$ccf_dashboard, 'insertDashboardStyles'), 1);
111
+ add_action('admin_enqueue_scripts', array(&$ccf_dashboard, 'insertDashboardScripts'), 1);
112
  }
113
  add_action('wp_dashboard_setup', array(&$ccf_dashboard, 'install'));
114
  }
115
  add_action('init', array(&$custom_contact_admin, 'adminInit'), 1);
116
  if ($custom_contact_admin->isPluginAdminPage()) {
117
  add_action('admin_print_styles', array(&$custom_contact_admin, 'insertBackEndStyles'), 1);
118
+ add_action('admin_enqueue_scripts', array(&$custom_contact_admin, 'insertAdminScripts'), 1);
119
  }
120
  add_action('wp_ajax_ccf-ajax', array(&$custom_contact_admin, 'handleAJAX'));
121
  add_action('wp_ajax_nopriv_ccf-ajax', array(&$custom_contact_admin, 'handleAJAX'));
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.taylorlovett.com
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.1
7
- Stable tag: 4.5.2.1
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
@@ -131,6 +131,9 @@ Visit http://www.taylorlovett.com/wordpress-plugins for screenshots. Right now a
131
 
132
  == Changelog ==
133
 
 
 
 
134
  = 4.5.2.1 =
135
  * js/custom-contact-forms-admin-ajax.js - Save image bug fixed
136
  * custom-contact-forms-admin.php - Minor display change
4
  Tags: contact form, web form, custom contact form, custom forms, captcha form, contact fields, form mailers
5
  Requires at least: 2.8.1
6
  Tested up to: 3.1
7
+ Stable tag: 4.5.2.2
8
 
9
  Gauranteed to be the most customizable and intuitive contact form plugin for Wordpress.
10
 
131
 
132
  == Changelog ==
133
 
134
+ = 4.5.2.2 =
135
+ * custom-contact-forms.php - JQuery plugin conflict fixed
136
+
137
  = 4.5.2.1 =
138
  * js/custom-contact-forms-admin-ajax.js - Save image bug fixed
139
  * custom-contact-forms-admin.php - Minor display change