Version Description
Download this release
Release Info
Developer | cbaldelomar |
Plugin | Shortcodes by Angie Makes |
Version | 1.69 |
Comparing to | |
See all releases |
Code changes from version 1.68 to 1.69
- README.md +1 -1
- includes/css/style.css +1 -0
- includes/js/posts.js +1 -1
- readme.txt +1 -1
- wc-shortcodes.php +2 -2
README.md
CHANGED
@@ -66,7 +66,7 @@ Use the shortcode manager in the TinyMCE text editor
|
|
66 |
|
67 |
## Changelog ##
|
68 |
|
69 |
-
### Version 1.
|
70 |
|
71 |
* Bug fix with masonry
|
72 |
|
66 |
|
67 |
## Changelog ##
|
68 |
|
69 |
+
### Version 1.69
|
70 |
|
71 |
* Bug fix with masonry
|
72 |
|
includes/css/style.css
CHANGED
@@ -1425,6 +1425,7 @@ pre.pre-wrap {
|
|
1425 |
background-color: #ffffff;
|
1426 |
margin-bottom: 20px;
|
1427 |
padding: 0;
|
|
|
1428 |
}
|
1429 |
.wc-shortcodes-sep {
|
1430 |
padding-left: 5px;
|
1425 |
background-color: #ffffff;
|
1426 |
margin-bottom: 20px;
|
1427 |
padding: 0;
|
1428 |
+
display: none;
|
1429 |
}
|
1430 |
.wc-shortcodes-sep {
|
1431 |
padding-left: 5px;
|
includes/js/posts.js
CHANGED
@@ -135,7 +135,7 @@
|
|
135 |
$target.find(selector).show();
|
136 |
}
|
137 |
|
138 |
-
runMasonry(0, $target);
|
139 |
|
140 |
$target.animate({opacity: 1}, 300);
|
141 |
});
|
135 |
$target.find(selector).show();
|
136 |
}
|
137 |
|
138 |
+
runMasonry(0, $target, $targetPosts);
|
139 |
|
140 |
$target.animate({opacity: 1}, 300);
|
141 |
});
|
readme.txt
CHANGED
@@ -88,7 +88,7 @@ Use the shortcode manager in the TinyMCE text editor
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
-
= Version 1.
|
92 |
|
93 |
* Bug fix with masonry
|
94 |
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
= Version 1.69 =
|
92 |
|
93 |
* Bug fix with masonry
|
94 |
|
wc-shortcodes.php
CHANGED
@@ -5,11 +5,11 @@ Plugin URI: http://webplantmedia.com/starter-themes/wordpresscanvas/features/sho
|
|
5 |
Description: A family of shortcodes to enhance site functionality.
|
6 |
Author: Chris Baldelomar
|
7 |
Author URI: http://webplantmedia.com/
|
8 |
-
Version: 1.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
-
define( 'WC_SHORTCODES_VERSION', '1.
|
13 |
define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
|
14 |
define( '_WC_SHORTCODES_PREFIX', '_wc_shortcodes_' );
|
15 |
define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|
5 |
Description: A family of shortcodes to enhance site functionality.
|
6 |
Author: Chris Baldelomar
|
7 |
Author URI: http://webplantmedia.com/
|
8 |
+
Version: 1.69
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
+
define( 'WC_SHORTCODES_VERSION', '1.69' );
|
13 |
define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
|
14 |
define( '_WC_SHORTCODES_PREFIX', '_wc_shortcodes_' );
|
15 |
define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|