Easy Modal - Version 1.1.9.6

Version Description

Download this release

Release Info

Developer danieliser
Plugin Icon 128x128 Easy Modal
Version 1.1.9.6
Comparing to
See all releases

Code changes from version 1.1.9.5 to 1.1.9.6

Files changed (2) hide show
  1. easy-modal.php +3 -6
  2. readme.txt +1 -1
easy-modal.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Easy Modal
4
  Plugin URI: http://wizardinternetsolutions.com/plugins/easy-modal/
5
  Description: Easy Modal allows you to easily add just about any shortcodes or other content into a modal window. This includes forms such as CF7.
6
  Author: Wizard Internet Solutions
7
- Version: 1.1.9.5
8
  Author URI: http://wizardinternetsolutions.com
9
  */
10
  if (is_admin() && ! function_exists( 'get_plugin_data' ) )
@@ -32,16 +32,13 @@ class Easy_Modal {
32
  $this->Plugin['dir'] = PLUGINDIR.'/'. dirname( plugin_basename(__FILE__));
33
  $this->Plugin['url'] = trailingslashit (get_bloginfo('wpurl') ).PLUGINDIR.'/'. dirname( plugin_basename(__FILE__) );
34
 
35
- add_action('admin_init', array(&$this,'_migrate'));
 
36
 
37
  // Add WPMU Support
38
  // Add default options on new site creation.
39
  add_action('wpmu_new_blog', array(&$this, '_wpmu_activation'));
40
 
41
- if(!get_option('EasyModal_Version'))
42
- {
43
- $this->resetOptions();
44
- }
45
  if (is_admin())
46
  {
47
  $this->Plugin['info'] = get_plugin_data($this->Plugin['file']);
4
  Plugin URI: http://wizardinternetsolutions.com/plugins/easy-modal/
5
  Description: Easy Modal allows you to easily add just about any shortcodes or other content into a modal window. This includes forms such as CF7.
6
  Author: Wizard Internet Solutions
7
+ Version: 1.1.9.6
8
  Author URI: http://wizardinternetsolutions.com
9
  */
10
  if (is_admin() && ! function_exists( 'get_plugin_data' ) )
32
  $this->Plugin['dir'] = PLUGINDIR.'/'. dirname( plugin_basename(__FILE__));
33
  $this->Plugin['url'] = trailingslashit (get_bloginfo('wpurl') ).PLUGINDIR.'/'. dirname( plugin_basename(__FILE__) );
34
 
35
+ add_action('init', array(&$this,'_activation'),9);
36
+ add_action('init', array(&$this,'_migrate'),10);
37
 
38
  // Add WPMU Support
39
  // Add default options on new site creation.
40
  add_action('wpmu_new_blog', array(&$this, '_wpmu_activation'));
41
 
 
 
 
 
42
  if (is_admin())
43
  {
44
  $this->Plugin['info'] = get_plugin_data($this->Plugin['file']);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: modal, contact form 7, ajax, gravity forms, ajax form
5
  Requires at least: 3.0.1
6
  Tested up to: 3.5.2
7
- Stable tag: 1.1.9.5
8
 
9
  This plugin allows you to easily add a Modal window with just about any content including Contact Form 7 using ajax submission.
10
 
4
  Tags: modal, contact form 7, ajax, gravity forms, ajax form
5
  Requires at least: 3.0.1
6
  Tested up to: 3.5.2
7
+ Stable tag: 1.1.9.6
8
 
9
  This plugin allows you to easily add a Modal window with just about any content including Contact Form 7 using ajax submission.
10