Version Description
- Bug Fix in JS (Affected Loading of Content to modal)
Download this release
Release Info
Developer | danieliser |
Plugin | Easy Modal |
Version | 0.9.0.7 |
Comparing to | |
See all releases |
Code changes from version 0.9.0.8 to 0.9.0.7
- easy-modal.php +1 -1
- js/easy-modal.js.php +1 -2
- readme.txt +3 -6
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: 0.9.0.
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
*/
|
10 |
$pluginDIR = PLUGINDIR.'/'. dirname( plugin_basename(__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: 0.9.0.7
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
*/
|
10 |
$pluginDIR = PLUGINDIR.'/'. dirname( plugin_basename(__FILE__));
|
js/easy-modal.js.php
CHANGED
@@ -2,7 +2,6 @@
|
|
2 |
/*
|
3 |
* Easy Modal
|
4 |
* http://wizardinternetsolutions.com/project/easy-modal/
|
5 |
-
* v 0.9.0.6
|
6 |
*/
|
7 |
header("content-type: application/x-javascript");
|
8 |
require('../../../../wp-load.php');
|
@@ -29,7 +28,7 @@ jQuery(function ($) {
|
|
29 |
$('.eModal').click(function (e) {
|
30 |
e.preventDefault();
|
31 |
// load the contact form using ajax
|
32 |
-
$.get("
|
33 |
// create a modal dialog with the data
|
34 |
$(data).modal({
|
35 |
closeHTML: "<a href='#' title='Close' class='modal-close'></a>",
|
2 |
/*
|
3 |
* Easy Modal
|
4 |
* http://wizardinternetsolutions.com/project/easy-modal/
|
|
|
5 |
*/
|
6 |
header("content-type: application/x-javascript");
|
7 |
require('../../../../wp-load.php');
|
28 |
$('.eModal').click(function (e) {
|
29 |
e.preventDefault();
|
30 |
// load the contact form using ajax
|
31 |
+
$.get("/wp-content/plugins/easy-modal/content/content.php, function(data){
|
32 |
// create a modal dialog with the data
|
33 |
$(data).modal({
|
34 |
closeHTML: "<a href='#' title='Close' class='modal-close'></a>",
|
readme.txt
CHANGED
@@ -4,9 +4,9 @@ Donate link: http://wizardinternetsolutions.com/
|
|
4 |
Tags: modal, contact form 7, ajax
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.1.3
|
7 |
-
Stable tag: 0.9.0.
|
8 |
|
9 |
-
This plugin allows you to easily add a Modal window with just about any content
|
10 |
|
11 |
== Description ==
|
12 |
|
@@ -53,11 +53,8 @@ We have only included some basic styling for the modal at this point. We will be
|
|
53 |
|
54 |
== Changelog ==
|
55 |
|
56 |
-
= 0.9.0.8 =
|
57 |
-
* Bug Fix in JS (Missing " fixed)
|
58 |
-
|
59 |
= 0.9.0.7 =
|
60 |
-
* Bug Fix in JS (Affected
|
61 |
|
62 |
= 0.9.0.6 =
|
63 |
* Bug Fix in JS (Affected WordPress versions below 3.1)
|
4 |
Tags: modal, contact form 7, ajax
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 3.1.3
|
7 |
+
Stable tag: 0.9.0.7
|
8 |
|
9 |
+
This plugin allows you to easily add a Modal window with just about any content. It accepts shortcodes and has been tested to work with Contact Form 7 custom forms using ajax submission.
|
10 |
|
11 |
== Description ==
|
12 |
|
53 |
|
54 |
== Changelog ==
|
55 |
|
|
|
|
|
|
|
56 |
= 0.9.0.7 =
|
57 |
+
* Bug Fix in JS (Affected Loading of Content to modal)
|
58 |
|
59 |
= 0.9.0.6 =
|
60 |
* Bug Fix in JS (Affected WordPress versions below 3.1)
|