Version Description
Download this release
Release Info
Developer | cbaldelomar |
Plugin | Shortcodes by Angie Makes |
Version | 1.56 |
Comparing to | |
See all releases |
Code changes from version 1.55 to 1.56
- README.md +7 -3
- readme.txt +7 -3
- wc-shortcodes.php +2 -2
README.md
CHANGED
@@ -66,11 +66,15 @@ Use the shortcode manager in the TinyMCE text editor
|
|
66 |
|
67 |
## Changelog ##
|
68 |
|
|
|
|
|
|
|
|
|
69 |
### Version 1.55
|
70 |
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
|
75 |
### Version 1.54
|
76 |
|
66 |
|
67 |
## Changelog ##
|
68 |
|
69 |
+
### Version 1.56
|
70 |
+
|
71 |
+
* Fixed Readme text
|
72 |
+
|
73 |
### Version 1.55
|
74 |
|
75 |
+
* Updated TinyMCE button options for shortcodes
|
76 |
+
* Added new layout 'grid' and template options 'box' and 'borderless' for wc_posts shortcode
|
77 |
+
* Fixed Translation issue - thanks ziofix
|
78 |
|
79 |
### Version 1.54
|
80 |
|
readme.txt
CHANGED
@@ -88,11 +88,15 @@ Use the shortcode manager in the TinyMCE text editor
|
|
88 |
|
89 |
== Changelog ==
|
90 |
|
|
|
|
|
|
|
|
|
91 |
### Version 1.55
|
92 |
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
|
97 |
### Version 1.54
|
98 |
|
88 |
|
89 |
== Changelog ==
|
90 |
|
91 |
+
### Version 1.56
|
92 |
+
|
93 |
+
* Fixed Readme text
|
94 |
+
|
95 |
### Version 1.55
|
96 |
|
97 |
+
* Updated TinyMCE button options for shortcodes
|
98 |
+
* Added new layout 'grid' and template options 'box' and 'borderless' for wc_posts shortcode
|
99 |
+
* Fixed Translation issue - thanks ziofix
|
100 |
|
101 |
### Version 1.54
|
102 |
|
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.56
|
9 |
License: GPLv2 or later
|
10 |
*/
|
11 |
|
12 |
+
define( 'WC_SHORTCODES_VERSION', '1.56' );
|
13 |
define( 'WC_SHORTCODES_PREFIX', 'wc_shortcodes_' );
|
14 |
define( '_WC_SHORTCODES_PREFIX', '_wc_shortcodes_' );
|
15 |
define( 'WC_SHORTCODES_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
|