Version Description
- Fixed bug associated with adding columns on HTTPS websites
Download this release
Release Info
Developer | ndiego |
Plugin | Genesis Columns Advanced |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- genesis-columns-advanced.php +2 -2
- readme.txt +4 -1
- tinymce/gca-popup.html +3 -3
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.3
|
7 |
Author: Nick Diego
|
8 |
Author URI: http://www.outermostdesign.com
|
9 |
Text Domain: genesis-custom-headers
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
+
Copyright 2015 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
@@ -3,7 +3,7 @@ Contributors: ndiego, outermostdesign
|
|
3 |
Tags: columns, shortcode, genesis, Genesis Framework, genesiswp, TinyMCE, admin
|
4 |
Requires at least: 3.6
|
5 |
Tested up to: 4.3
|
6 |
-
Stable tag: 1.0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -58,3 +58,6 @@ This was a conscious decision in order for the plugin to stay inline with the co
|
|
58 |
= 1.0.2 =
|
59 |
* Fixed bug associated with columns with a width of two-fourths
|
60 |
|
|
|
|
|
|
3 |
Tags: columns, shortcode, genesis, Genesis Framework, genesiswp, TinyMCE, admin
|
4 |
Requires at least: 3.6
|
5 |
Tested up to: 4.3
|
6 |
+
Stable tag: 1.0.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
58 |
= 1.0.2 =
|
59 |
* Fixed bug associated with columns with a width of two-fourths
|
60 |
|
61 |
+
= 1.0.3 =
|
62 |
+
* Fixed bug associated with adding columns on HTTPS websites
|
63 |
+
|
tinymce/gca-popup.html
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
<meta charset="utf-8" />
|
5 |
<title>Genesis Shortcodes Advanced - Outermost Design</title>
|
6 |
|
7 |
-
<script language="javascript" src="
|
8 |
-
<script language="javascript" src="
|
9 |
-
<link href='
|
10 |
<link rel="stylesheet" href="css/gca-popup.css" />
|
11 |
|
12 |
<script type="text/javascript">
|
4 |
<meta charset="utf-8" />
|
5 |
<title>Genesis Shortcodes Advanced - Outermost Design</title>
|
6 |
|
7 |
+
<script language="javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
|
8 |
+
<script language="javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
|
9 |
+
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
|
10 |
<link rel="stylesheet" href="css/gca-popup.css" />
|
11 |
|
12 |
<script type="text/javascript">
|