Version Description
- 16/05/2016 =
- Fix - Fixed animation issue
Download this release
Release Info
Developer | magictheme |
Plugin | Magee Shortcodes |
Version | 1.5.3 |
Comparing to | |
See all releases |
Code changes from version 1.5.2 to 1.5.3
- Magee.php +2 -2
- assets/js/magee-shortcodes.js +1 -1
- readme.txt +3 -0
Magee.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Magee Shortcodes
|
4 |
Plugin URI: http://www.mageewp.com/magee-shortcode.html
|
5 |
Description: Magee Shortcodes is WordPress plugin that provides a pack of shortcodes. With Magee Shortcodes, you can easily create accordion, buttons, boxes, columns, social and much more. They allow you to create so many different page layouts. You could quickly and easily built your own custom pages using all the various shortcodes that Magee Shortcodes includes.
|
6 |
-
Version: 1.5.
|
7 |
Author: MageeWP
|
8 |
Author URI: http://www.mageewp.com
|
9 |
Text Domain: magee-shortcodes
|
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) return;
|
|
14 |
if(!class_exists('Magee_Core') && !defined( 'MAGEE_SHORTCODE_LIB_DIR') ):
|
15 |
define( 'MAGEE_SHORTCODES_PATH', __FILE__ );
|
16 |
define( 'MAGEE_SHORTCODES_DIR_PATH', plugin_dir_path( __FILE__ ));
|
17 |
-
define( 'MAGEE_SHORTCODES_VER', '1.5.
|
18 |
|
19 |
require_once 'inc/core.php';
|
20 |
//require_once 'inc/options.php';
|
3 |
Plugin Name: Magee Shortcodes
|
4 |
Plugin URI: http://www.mageewp.com/magee-shortcode.html
|
5 |
Description: Magee Shortcodes is WordPress plugin that provides a pack of shortcodes. With Magee Shortcodes, you can easily create accordion, buttons, boxes, columns, social and much more. They allow you to create so many different page layouts. You could quickly and easily built your own custom pages using all the various shortcodes that Magee Shortcodes includes.
|
6 |
+
Version: 1.5.3
|
7 |
Author: MageeWP
|
8 |
Author URI: http://www.mageewp.com
|
9 |
Text Domain: magee-shortcodes
|
14 |
if(!class_exists('Magee_Core') && !defined( 'MAGEE_SHORTCODE_LIB_DIR') ):
|
15 |
define( 'MAGEE_SHORTCODES_PATH', __FILE__ );
|
16 |
define( 'MAGEE_SHORTCODES_DIR_PATH', plugin_dir_path( __FILE__ ));
|
17 |
+
define( 'MAGEE_SHORTCODES_VER', '1.5.3' );
|
18 |
|
19 |
require_once 'inc/core.php';
|
20 |
//require_once 'inc/options.php';
|
assets/js/magee-shortcodes.js
CHANGED
@@ -245,7 +245,7 @@ jQuery(document).ready(function($) {
|
|
245 |
}
|
246 |
|
247 |
|
248 |
-
},{ triggerOnce: true, offset: '
|
249 |
}
|
250 |
$("a[rel^='prettyPhoto']").prettyPhoto();
|
251 |
});
|
245 |
}
|
246 |
|
247 |
|
248 |
+
},{ triggerOnce: true, offset: '90%' });
|
249 |
}
|
250 |
$("a[rel^='prettyPhoto']").prettyPhoto();
|
251 |
});
|
readme.txt
CHANGED
@@ -68,6 +68,9 @@ Activate plugin at "Plugins" administration page.
|
|
68 |
|
69 |
== Changelog ==
|
70 |
|
|
|
|
|
|
|
71 |
= 1.5.2 - 04/05/2016 =
|
72 |
* Feature - Added widget area shortcode
|
73 |
|
68 |
|
69 |
== Changelog ==
|
70 |
|
71 |
+
= 1.5.3 - 16/05/2016 =
|
72 |
+
* Fix - Fixed animation issue
|
73 |
+
|
74 |
= 1.5.2 - 04/05/2016 =
|
75 |
* Feature - Added widget area shortcode
|
76 |
|