Easy Modal - Version 1.3.0.1

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 Icon 128x128 Easy Modal
Version 1.3.0.1
Comparing to
See all releases

Code changes from version 1.3 to 1.3.0.1

Files changed (2) hide show
  1. easy-modal.php +2 -3
  2. readme.txt +5 -1
easy-modal.php CHANGED
@@ -18,9 +18,8 @@ if (!defined('EASYMODAL_URL'))
18
  if (!defined('EASYMODAL_VERSION'))
19
  define('EASYMODAL_VERSION', '1.3' );
20
 
21
- include '/inc/classes/gravityforms.php';
22
- include '/inc/classes/shortcodes.php';
23
-
24
  class Easy_Modal {
25
  protected $api_url = 'http://easy-modal.com/api';
26
  protected $messages = array();
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';
 
23
  class Easy_Modal {
24
  protected $api_url = 'http://easy-modal.com/api';
25
  protected $messages = array();
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
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.
@@ -54,6 +54,10 @@ To be notified of plugin updates, [follow us on Twitter](http://twitter.com/Easy
54
 
55
 
56
  == Changelog ==
 
 
 
 
57
  = v1.3 =
58
  * Bug
59
  * [EM-5] - Modal is offcenter on mobile screens
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.1
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.
54
 
55
 
56
  == Changelog ==
57
+ = v1.3.0.1 =
58
+ * Bug
59
+ * [EM-63] - Path issue for gravityforms.php and shortcodes.php
60
+
61
  = v1.3 =
62
  * Bug
63
  * [EM-5] - Modal is offcenter on mobile screens