Version Description
- Updated readme
- Added new banner and icon
Download this release
Release Info
Developer | ndiego |
Plugin | Genesis Columns Advanced |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- genesis-columns-advanced.php +2 -2
- readme.txt +45 -9
genesis-columns-advanced.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Genesis Columns Advanced
|
4 |
Plugin URI: http://www.outermostdesign.com
|
5 |
Description: Generates shortcodes for all 35 possible column layouts when using Genesis column classes.
|
6 |
-
Version: 1.0.
|
7 |
Author: Nick Diego
|
8 |
Author URI: http://www.outermostdesign.com
|
9 |
Text Domain: genesis-custom-headers
|
@@ -11,7 +11,7 @@ License: GPLv2
|
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
-
Copyright
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License as published by
|
3 |
Plugin Name: Genesis Columns Advanced
|
4 |
Plugin URI: http://www.outermostdesign.com
|
5 |
Description: Generates shortcodes for all 35 possible column layouts when using Genesis column classes.
|
6 |
+
Version: 1.0.4
|
7 |
Author: Nick Diego
|
8 |
Author URI: http://www.outermostdesign.com
|
9 |
Text Domain: genesis-custom-headers
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
+
Copyright 2016 Nick Diego
|
15 |
|
16 |
This program is free software; you can redistribute it and/or modify
|
17 |
it under the terms of the GNU General Public License as published by
|
readme.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
=== Genesis Columns Advanced ===
|
2 |
Contributors: ndiego, outermostdesign
|
|
|
3 |
Tags: columns, shortcode, genesis, Genesis Framework, genesiswp, TinyMCE, admin
|
4 |
Requires at least: 3.6
|
5 |
-
Tested up to: 4.
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -20,7 +21,16 @@ This plugin generates shortcodes for every column configuration available with t
|
|
20 |
* Custom button design integrates seamlessly with the core Wordpress aesthetic
|
21 |
* Developed for Genesis Framework users but usable by all! (See note on Installation page)
|
22 |
|
23 |
-
If you have questions or would like to request additional features, such as additional utility shortcodes, please let me know in the plugin support forum.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
|
25 |
|
26 |
== Installation ==
|
@@ -40,6 +50,28 @@ If you have questions or would like to request additional features, such as addi
|
|
40 |
|
41 |
This was a conscious decision in order for the plugin to stay inline with the column classes offered by the Genesis Framework. The informational page on Genesis’s column classes can be found on [Studiopress.com](http://my.studiopress.com/tutorials/content-column-classes/). As of Genesis v2.1.2, there unfortunately is no option for fifths. If this changes in the future, I will update this plugin.
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
== Screenshots ==
|
44 |
|
45 |
1. A screenshot of columns button in editor and available options.
|
@@ -49,15 +81,19 @@ This was a conscious decision in order for the plugin to stay inline with the co
|
|
49 |
|
50 |
== Changelog ==
|
51 |
|
52 |
-
= 1.0.
|
53 |
-
*
|
|
|
54 |
|
55 |
-
= 1.0.
|
56 |
-
* Fixed bug associated with
|
57 |
|
58 |
= 1.0.2 =
|
59 |
* Fixed bug associated with columns with a width of two-fourths
|
60 |
|
61 |
-
= 1.0.
|
62 |
-
* Fixed bug associated with
|
|
|
|
|
|
|
63 |
|
1 |
=== Genesis Columns Advanced ===
|
2 |
Contributors: ndiego, outermostdesign
|
3 |
+
Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D2LLR72CD82JJ
|
4 |
Tags: columns, shortcode, genesis, Genesis Framework, genesiswp, TinyMCE, admin
|
5 |
Requires at least: 3.6
|
6 |
+
Tested up to: 4.4.2
|
7 |
+
Stable tag: 1.0.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
21 |
* Custom button design integrates seamlessly with the core Wordpress aesthetic
|
22 |
* Developed for Genesis Framework users but usable by all! (See note on Installation page)
|
23 |
|
24 |
+
If you have questions or would like to request additional features, such as additional utility shortcodes, please let me know in the plugin support forum.
|
25 |
+
|
26 |
+
**Please Note:** This plugin was not developed by Studiopress, the makers of Genesis, and we have no affiliation with the company. We just love the Framework and like building useful tools for Genesis users.
|
27 |
+
|
28 |
+
= Support This Plugin =
|
29 |
+
|
30 |
+
There are a few ways you can help support the development of this plugin:
|
31 |
+
|
32 |
+
1. If you spot an error or bug, please let us know in the support forums. The issue will be diagnosed an a new release push out as soon as possible.
|
33 |
+
1. [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=D2LLR72CD82JJ). Time is money, and contributions from users like you really help us dedicate more hours to the continual development and support of this plugin.
|
34 |
|
35 |
|
36 |
== Installation ==
|
50 |
|
51 |
This was a conscious decision in order for the plugin to stay inline with the column classes offered by the Genesis Framework. The informational page on Genesis’s column classes can be found on [Studiopress.com](http://my.studiopress.com/tutorials/content-column-classes/). As of Genesis v2.1.2, there unfortunately is no option for fifths. If this changes in the future, I will update this plugin.
|
52 |
|
53 |
+
= What are the available shortcodes that this plugin generates =
|
54 |
+
|
55 |
+
**Main Column Shortcodes**
|
56 |
+
|
57 |
+
The “first” shortcodes are used for the first column in a row of columns.
|
58 |
+
|
59 |
+
* [one-half-first] …Column Content… [/one-half-first]
|
60 |
+
* [one-half] …Column Content… [/one-half]
|
61 |
+
* [one-third-first] …Column Content… [/one-third-first]
|
62 |
+
* [one-third] …Column Content…[ /one-third]
|
63 |
+
* [one-fourth-first] …Column Content… [/one-fourth-first]
|
64 |
+
* [one-fourth] …Column Content… [/one-fourth]
|
65 |
+
* [one-sixth-first] …Column Content… [/one-sixth-first]
|
66 |
+
* [one-sixth] …Column Content… [/one-sixth]
|
67 |
+
|
68 |
+
**Utility Shortcodes**
|
69 |
+
|
70 |
+
* [clearfix] - Adds a clearfix
|
71 |
+
* [vertical-spacer] – Adds a clear as well as some vertical separation
|
72 |
+
|
73 |
+
Have an idea for another utility shortcode? Let us know in the support forums.
|
74 |
+
|
75 |
== Screenshots ==
|
76 |
|
77 |
1. A screenshot of columns button in editor and available options.
|
81 |
|
82 |
== Changelog ==
|
83 |
|
84 |
+
= 1.0.4 =
|
85 |
+
* Updated readme
|
86 |
+
* Added new banner and icon
|
87 |
|
88 |
+
= 1.0.3 =
|
89 |
+
* Fixed bug associated with adding columns on HTTPS websites
|
90 |
|
91 |
= 1.0.2 =
|
92 |
* Fixed bug associated with columns with a width of two-fourths
|
93 |
|
94 |
+
= 1.0.1 =
|
95 |
+
* Fixed bug associated with wpautop
|
96 |
+
|
97 |
+
= 1.0.0 =
|
98 |
+
* Initial Release
|
99 |
|