Version Description
Prepare Visual Composer Masonry Grid Gallery compatibility option
=
Download this release
Release Info
Developer | deployer |
Plugin | Easy FancyBox |
Version | 1.8.13 |
Comparing to | |
See all releases |
Code changes from version 1.8.12 to 1.8.13
- easy-fancybox.php +2 -2
- readme.txt +3 -2
easy-fancybox.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://status301.net/wordpress-plugins/easy-fancybox/
|
|
5 |
Description: Easily enable the <a href="http://fancybox.net/">FancyBox jQuery extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. Also supports iFrame and inline content.
|
6 |
Text Domain: easy-fancybox
|
7 |
Domain Path: languages
|
8 |
-
Version: 1.8.
|
9 |
Author: RavanH
|
10 |
Author URI: http://status301.net/
|
11 |
*/
|
@@ -37,7 +37,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
|
|
37 |
* CONSTANTS
|
38 |
**************/
|
39 |
|
40 |
-
define( 'EASY_FANCYBOX_VERSION', '1.8.
|
41 |
define( 'FANCYBOX_VERSION', '1.3.23' );
|
42 |
define( 'MOUSEWHEEL_VERSION', '3.1.13' );
|
43 |
define( 'EASING_VERSION', '1.4.1' );
|
5 |
Description: Easily enable the <a href="http://fancybox.net/">FancyBox jQuery extension</a> on all image, SWF, PDF, YouTube, Dailymotion and Vimeo links. Also supports iFrame and inline content.
|
6 |
Text Domain: easy-fancybox
|
7 |
Domain Path: languages
|
8 |
+
Version: 1.8.13
|
9 |
Author: RavanH
|
10 |
Author URI: http://status301.net/
|
11 |
*/
|
37 |
* CONSTANTS
|
38 |
**************/
|
39 |
|
40 |
+
define( 'EASY_FANCYBOX_VERSION', '1.8.13' );
|
41 |
define( 'FANCYBOX_VERSION', '1.3.23' );
|
42 |
define( 'MOUSEWHEEL_VERSION', '3.1.13' );
|
43 |
define( 'EASING_VERSION', '1.4.1' );
|
readme.txt
CHANGED
@@ -494,13 +494,14 @@ If you still do not get to see your images in FancyBox, ask on the [Easy FancyBo
|
|
494 |
|
495 |
== Upgrade Notice ==
|
496 |
|
497 |
-
= 1.8.
|
498 |
Prepare Visual Composer Masonry Grid Gallery compatibility option
|
499 |
|
500 |
|
501 |
== Changelog ==
|
502 |
|
503 |
-
= 1.8.
|
|
|
504 |
* Prepare Visual Composer Masonry Grid Gallery compatibility option
|
505 |
|
506 |
= 1.8.11 =
|
494 |
|
495 |
== Upgrade Notice ==
|
496 |
|
497 |
+
= 1.8.13 =
|
498 |
Prepare Visual Composer Masonry Grid Gallery compatibility option
|
499 |
|
500 |
|
501 |
== Changelog ==
|
502 |
|
503 |
+
= 1.8.13 =
|
504 |
+
* Fix version constant issue
|
505 |
* Prepare Visual Composer Masonry Grid Gallery compatibility option
|
506 |
|
507 |
= 1.8.11 =
|