Version Description
= v1.2.1 = * Fixes compatibility issues with Ultimate TinyMCE Plugin. = v1.0.0 = * This is a new build your settings will be reset. = v0.9.0.4 = * Options will be overwritten with default options. = 0.9 = * Initial Release
Download this release
Release Info
Developer | danieliser |
Plugin | Easy Modal |
Version | 1.3.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.0.1 to 1.3.0.2
- easy-modal.php +2 -2
- readme.txt +1 -1
easy-modal.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Easy Modal
|
|
4 |
Plugin URI: https://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: 1.3
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
*/
|
10 |
if (!defined('EASYMODAL'))
|
@@ -16,7 +16,7 @@ if (!defined('EASYMODAL_DIR'))
|
|
16 |
if (!defined('EASYMODAL_URL'))
|
17 |
define('EASYMODAL_URL', plugins_url() . '/' . EASYMODAL_SLUG);
|
18 |
if (!defined('EASYMODAL_VERSION'))
|
19 |
-
define('EASYMODAL_VERSION', '1.3' );
|
20 |
|
21 |
include EASYMODAL_DIR . '/inc/classes/gravityforms.php';
|
22 |
include EASYMODAL_DIR . '/inc/classes/shortcodes.php';
|
4 |
Plugin URI: https://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: 1.3.0.2
|
8 |
Author URI: http://wizardinternetsolutions.com
|
9 |
*/
|
10 |
if (!defined('EASYMODAL'))
|
16 |
if (!defined('EASYMODAL_URL'))
|
17 |
define('EASYMODAL_URL', plugins_url() . '/' . EASYMODAL_SLUG);
|
18 |
if (!defined('EASYMODAL_VERSION'))
|
19 |
+
define('EASYMODAL_VERSION', '1.3.0.2' );
|
20 |
|
21 |
include EASYMODAL_DIR . '/inc/classes/gravityforms.php';
|
22 |
include EASYMODAL_DIR . '/inc/classes/shortcodes.php';
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ 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
|
7 |
Requires at least: 3.2
|
8 |
Tested up to: 3.6
|
9 |
-
Stable tag: 1.3.0.
|
10 |
Create modals in minutes. Add your favorite shortcodes for contact forms, social media, videos and other multimedia or your own content.
|
11 |
== Description ==
|
12 |
Create modals in minutes. Add your favorite shortcodes for contact forms, social media, videos and other multimedia or your own content. Open them from anywhere including menus, sidebars, templates and anywhere else you can add css classes.
|
6 |
Tags: modal,modal box,modal form,modal window,popup,popup box,popup form,popup window,ajax forms
|
7 |
Requires at least: 3.2
|
8 |
Tested up to: 3.6
|
9 |
+
Stable tag: 1.3.0.2
|
10 |
Create modals in minutes. Add your favorite shortcodes for contact forms, social media, videos and other multimedia or your own content.
|
11 |
== Description ==
|
12 |
Create modals in minutes. Add your favorite shortcodes for contact forms, social media, videos and other multimedia or your own content. Open them from anywhere including menus, sidebars, templates and anywhere else you can add css classes.
|