Version Description
- Fixed bug with missing styles for the vertical-spacer shortcode (Thanks DanaE23!)
Download this release
Release Info
Developer | ndiego |
Plugin | Genesis Columns Advanced |
Version | 2.0.1 |
Comparing to | |
See all releases |
Code changes from version 2.0.0 to 2.0.1
- css/gca-column-styles.css +6 -1
- genesis-columns-advanced.php +1 -1
- readme.txt +4 -1
- tinymce/popup.php +1 -1
css/gca-column-styles.css
CHANGED
@@ -123,4 +123,9 @@
|
|
123 |
clear: both;
|
124 |
content: " ";
|
125 |
display: table;
|
126 |
-
}
|
|
|
|
|
|
|
|
|
|
123 |
clear: both;
|
124 |
content: " ";
|
125 |
display: table;
|
126 |
+
}
|
127 |
+
|
128 |
+
.vertical-spacer {
|
129 |
+
clear: both;
|
130 |
+
margin-bottom: 30px;
|
131 |
+
}
|
genesis-columns-advanced.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Genesis Columns Advanced
|
4 |
* Plugin URI: http://www.nickdiego.com/plugins/genesis-columns-advanced
|
5 |
* Description: Adds shortcodes to easily create up to 42 different columned layouts.
|
6 |
-
* Version: 2.0.
|
7 |
* Author: Nick Diego
|
8 |
* Author URI: http://www.nickdiego.com
|
9 |
* Text Domain: genesis-columns-advanced
|
3 |
* Plugin Name: Genesis Columns Advanced
|
4 |
* Plugin URI: http://www.nickdiego.com/plugins/genesis-columns-advanced
|
5 |
* Description: Adds shortcodes to easily create up to 42 different columned layouts.
|
6 |
+
* Version: 2.0.1
|
7 |
* Author: Nick Diego
|
8 |
* Author URI: http://www.nickdiego.com
|
9 |
* Text Domain: genesis-columns-advanced
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: columns, shortcode, genesis, Genesis Framework, genesiswp, TinyMCE, admin
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.5
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -136,6 +136,9 @@ Let us know what you are looking for in the support forums, and we will do our b
|
|
136 |
|
137 |
== Changelog ==
|
138 |
|
|
|
|
|
|
|
139 |
= 2.0.0 =
|
140 |
* Complete plugin overhaul to comply with WP standards
|
141 |
* Plugin is now fully translatable
|
4 |
Tags: columns, shortcode, genesis, Genesis Framework, genesiswp, TinyMCE, admin
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.5
|
7 |
+
Stable tag: 2.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
136 |
|
137 |
== Changelog ==
|
138 |
|
139 |
+
= 2.0.1 =
|
140 |
+
* Fixed bug with missing styles for the vertical-spacer shortcode (Thanks DanaE23!)
|
141 |
+
|
142 |
= 2.0.0 =
|
143 |
* Complete plugin overhaul to comply with WP standards
|
144 |
* Plugin is now fully translatable
|
tinymce/popup.php
CHANGED
@@ -134,7 +134,7 @@ $gca_all_layouts = array(
|
|
134 |
</div>
|
135 |
|
136 |
<div class="gca-column-classes-container">
|
137 |
-
<span class="description"><?php _e( 'Optionally add custom CSS classes to each column. Multiple classes must be space
|
138 |
<div class="gca-column-classes">
|
139 |
<?php
|
140 |
|
134 |
</div>
|
135 |
|
136 |
<div class="gca-column-classes-container">
|
137 |
+
<span class="description"><?php _e( 'Optionally, add custom CSS classes to each column. Multiple classes must be separated by a space.', 'genesis-columns-advanced' ); ?></span>
|
138 |
<div class="gca-column-classes">
|
139 |
<?php
|
140 |
|