Version Description
Download this release
Release Info
Developer | cbaldelomar |
Plugin | Shortcodes by Angie Makes |
Version | 2.05 |
Comparing to | |
See all releases |
Code changes from version 2.04 to 2.05
- README.md +2 -1
- includes/css/style.css +0 -3
- readme.txt +2 -1
- wc-shortcodes.php +2 -2
README.md
CHANGED
@@ -66,8 +66,9 @@ Use the shortcode manager in the TinyMCE text editor
|
|
66 |
|
67 |
## Changelog ##
|
68 |
|
69 |
-
### Version 2.
|
70 |
|
|
|
71 |
* fixed posts_per_page query
|
72 |
|
73 |
### Version 2.03
|
66 |
|
67 |
## Changelog ##
|
68 |
|
69 |
+
### Version 2.05
|
70 |
|
71 |
+
* minor style update
|
72 |
* fixed posts_per_page query
|
73 |
|
74 |
### Version 2.03
|
includes/css/style.css
CHANGED
@@ -1933,9 +1933,6 @@ pre.pre-wrap {
|
|
1933 |
right: 10px;
|
1934 |
right: 0.625rem;
|
1935 |
}
|
1936 |
-
.bx-wrapper .bx-next i {
|
1937 |
-
padding-left: 2px;
|
1938 |
-
}
|
1939 |
.bx-wrapper .bx-next:hover,
|
1940 |
.bx-wrapper .bx-next:focus {
|
1941 |
}
|
1933 |
right: 10px;
|
1934 |
right: 0.625rem;
|
1935 |
}
|
|
|
|
|
|
|
1936 |
.bx-wrapper .bx-next:hover,
|
1937 |
.bx-wrapper .bx-next:focus {
|
1938 |
}
|
readme.txt
CHANGED
@@ -88,8 +88,9 @@ Use the shortcode manager in the TinyMCE text editor
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
-
= Version 2.
|
92 |
|
|
|
93 |
* fixed posts_per_page query
|
94 |
|
95 |
= Version 2.03 =
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
= Version 2.05 =
|
92 |
|
93 |
+
* minor style update
|
94 |
* fixed posts_per_page query
|
95 |
|
96 |
= Version 2.03 =
|
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: 2.
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
-
define( 'WC_SHORTCODES_VERSION', '2.
|
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: 2.05
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
+
define( 'WC_SHORTCODES_VERSION', '2.05' );
|
13 |
define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
|
14 |
define( '_WC_SHORTCODES_PREFIX', '_wc_shortcodes_' );
|
15 |
define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|