Version Description
Download this release
Release Info
Developer | waltmesser |
Plugin | Easy Modal |
Version | 2.0.16 |
Comparing to | |
See all releases |
Code changes from version 2.0.15 to 2.0.16
- assets/scripts/easy-modal-site.js +2 -0
- easy-modal.php +2 -2
- readme.txt +11 -42
assets/scripts/easy-modal-site.js
CHANGED
@@ -382,6 +382,8 @@
|
|
382 |
}
|
383 |
}
|
384 |
};
|
|
|
|
|
385 |
|
386 |
jQuery.fn.emodal.defaults = {
|
387 |
|
382 |
}
|
383 |
}
|
384 |
};
|
385 |
+
// Deprecated fix. utilies was renamed because of typo.
|
386 |
+
jQuery.fn.emodal.utilies = jQuery.fn.emodal.utilities;
|
387 |
|
388 |
jQuery.fn.emodal.defaults = {
|
389 |
|
easy-modal.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Easy Modal
|
|
4 |
Plugin URI: http://easy-modal.com
|
5 |
Description: Easily create & style modals with any content. Theme editor to quickly style your modals. Add forms, social media boxes, videos & more.
|
6 |
Author: Wizard Internet Solutions
|
7 |
-
Version: 2.0.
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
Text Domain: easy-modal
|
10 |
*/
|
@@ -21,7 +21,7 @@ if (!defined('EMCORE_URL'))
|
|
21 |
if (!defined('EMCORE_NONCE'))
|
22 |
define('EMCORE_NONCE', EMCORE_SLUG.'_nonce' );
|
23 |
if (!defined('EMCORE_VERSION'))
|
24 |
-
define('EMCORE_VERSION', '2.0.
|
25 |
if (!defined('EMCORE_DB_VERSION'))
|
26 |
define('EMCORE_DB_VERSION', '1.1' );
|
27 |
if (!defined('EMCORE_API_URL'))
|
4 |
Plugin URI: http://easy-modal.com
|
5 |
Description: Easily create & style modals with any content. Theme editor to quickly style your modals. Add forms, social media boxes, videos & more.
|
6 |
Author: Wizard Internet Solutions
|
7 |
+
Version: 2.0.16
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
Text Domain: easy-modal
|
10 |
*/
|
21 |
if (!defined('EMCORE_NONCE'))
|
22 |
define('EMCORE_NONCE', EMCORE_SLUG.'_nonce' );
|
23 |
if (!defined('EMCORE_VERSION'))
|
24 |
+
define('EMCORE_VERSION', '2.0.16' );
|
25 |
if (!defined('EMCORE_DB_VERSION'))
|
26 |
define('EMCORE_DB_VERSION', '1.1' );
|
27 |
if (!defined('EMCORE_API_URL'))
|
readme.txt
CHANGED
@@ -6,58 +6,24 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
6 |
Tags: modal,modal box,modal form,modal window,popup,popup box,popup form,popup window,ajax forms, lightbox
|
7 |
Requires at least: 3.4
|
8 |
Tested up to: 4.0
|
9 |
-
Stable tag: 2.0.
|
10 |
The #1 WordPress Popup Plugin! Make glorious & powerful popups and market your content like never before - all in minutes!
|
11 |
|
12 |
== Description ==
|
13 |
-
|
14 |
|
15 |
-
|
16 |
|
17 |
-
|
18 |
|
19 |
-
* If you like the plugin please rate & review it! If you love the plugin and want news & updates, follow us on [Twitter](https://twitter.com/EasyModal "Easy Modal on Twitter"), [Facebook](https://www.facebook.com/EasyModal "Easy Modal on Facebook") & [G+](https://plus.google.com/+Easy-modal/posts "Easy Modal on G+")!
|
20 |
-
* Check out the [Easy Modal Website](https://easy-modal.com "Easy Modal Website") for everything Easy Modal.
|
21 |
-
|
22 |
-
= Core Features =
|
23 |
-
* Unlimited Customizable Modals
|
24 |
-
* One (1) Customizable Modal Theme
|
25 |
-
* Disable Background Overlay Option
|
26 |
-
* Add Modals Anywhere
|
27 |
-
* Complete Modal Positioning Control
|
28 |
-
* Responsive Modals
|
29 |
-
* Visual Theme Editor
|
30 |
-
* WYSIWIG Content Editor
|
31 |
-
* Scrollable Content
|
32 |
-
* Site Wide Modals
|
33 |
-
* Page/Post Specific Modals
|
34 |
-
* Customizable Modal Opening Animations
|
35 |
-
* Customize close functions, click overlay, press esc key.
|
36 |
-
* Hooks & Filters for Ultimate Customization
|
37 |
-
* WordPress Support Forum Access
|
38 |
|
39 |
-
|
40 |
-
* Auto Open Modals
|
41 |
-
* Make popups that automatically open when users visit your site or a specific page.
|
42 |
-
* Exit Modals
|
43 |
-
* This add on allows you to create modals and popups that appear when a user attempts to leave or exit your site using our Soft Exit Technology.
|
44 |
-
* Login Modals
|
45 |
-
* This add on gives you the ability to create out-of-the-box Login Modals, Forgot Your Password & Registration in minutes - no coding, no setup.
|
46 |
-
* Age Verification
|
47 |
-
* This add on creates out-of-the-box popups that open automatically and prompt users to verify their age using using your choice of: birth date drop downs or click to proceed buttons. No coding, no setup.
|
48 |
-
* Unlimited Themes
|
49 |
-
* Create an infinite amount of themes. Choose which theme each modal uses.
|
50 |
-
* Scroll Pops
|
51 |
-
* Popup modals automatically when the user scrolls down the page. Set the scroll distance (in %, PX, EM, REM) to your preference.
|
52 |
-
* Force User Action
|
53 |
-
* Disable the close button, forcing the user to fill out your form or do another action. Great for funneling users.
|
54 |
-
* Advanced Theme Editor
|
55 |
-
* Add background images to the overlay, container and close button. Produce unique & professional popups with this add on.
|
56 |
|
|
|
57 |
|
58 |
-
[
|
59 |
|
60 |
-
[
|
61 |
|
62 |
== Installation ==
|
63 |
1. Login to WordPress and update to/install EasyModal version 2.0.13.
|
@@ -65,6 +31,9 @@ Check out our [Getting Started Guide](https://easy-modal.com/documentation/easy-
|
|
65 |
4. Theme, customize, and make a popup in minutes.
|
66 |
|
67 |
== Changelog ==
|
|
|
|
|
|
|
68 |
= v2.0.15 =
|
69 |
* Bug
|
70 |
* Changed misspelled function name in site js.
|
6 |
Tags: modal,modal box,modal form,modal window,popup,popup box,popup form,popup window,ajax forms, lightbox
|
7 |
Requires at least: 3.4
|
8 |
Tested up to: 4.0
|
9 |
+
Stable tag: 2.0.16
|
10 |
The #1 WordPress Popup Plugin! Make glorious & powerful popups and market your content like never before - all in minutes!
|
11 |
|
12 |
== Description ==
|
13 |
+
Easy Modal 3.0 has transformed into Popup Maker! Popup Maker delivers the ultimate, most versatile, all-in-one popup plugin to WordPress.
|
14 |
|
15 |
+
We hope you enjoy using Popup Maker to destroy your old conversion rates!
|
16 |
|
17 |
+
[Continue to Popup Maker](https://wppopupmaker.com "Popup Maker Website")
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
+
If you're an existing Easy Modal user, transitioning from Easy Modal to Popup Maker is a snap with our custom Importer! [See How!](https://wppopupmaker.com/kb/upgrading-easy-modal-popup-maker "Upgrade from Easy Modal to Popup Maker")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
+
If you own Easy Modal Addons, you can upgrade to Popup Maker for free:
|
23 |
|
24 |
+
* [Yes, I want to upgrade for free!](https://wppopupmaker.com/easy-modal-customer-upgrade "Upgrade Your Easy Modal Product for Free") (recommended)
|
25 |
|
26 |
+
* No thanks! I just [need support on my Easy Modal product](https://easy-modal.com/support "Get Support on Your Easy Modal Product").
|
27 |
|
28 |
== Installation ==
|
29 |
1. Login to WordPress and update to/install EasyModal version 2.0.13.
|
31 |
4. Theme, customize, and make a popup in minutes.
|
32 |
|
33 |
== Changelog ==
|
34 |
+
= v2.0.16 =
|
35 |
+
* Bug
|
36 |
+
* Added backward compatibiilty fix for deprecated JS function.
|
37 |
= v2.0.15 =
|
38 |
* Bug
|
39 |
* Changed misspelled function name in site js.
|