Skip to content

Commit

Permalink
Corrects oversight in original code
Browse files Browse the repository at this point in the history
  • Loading branch information
christophherr committed Oct 24, 2015
1 parent 1a269e0 commit 2a4e7a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 3 additions & 3 deletions genesis-connect-for-woothemes-sensei.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
* Description: Plugin wrapper to easily integrate the Woothemes Sensei plugin with the Genesis Framework. This plugin will only work with the Genesis Framework and its child themes.
* Author: Christoph Herr
* Author URI: http://www.christophherr.com
* Version: 1.0.2
* Version: 1.0.3
* Text Domain: genesis-connect-for-woothemes-sensei
* Domain Path: /languages
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
*
* @package GenesisConnectforWoothemesSensei
* @author Christoph Herr
* @version 1.0.2
* @version 1.0.3
* @license GPL-2.0+
*
* Genesis Connect for Woothemes Sensei is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -132,7 +132,7 @@ function gcfws_genesis_sensei_wrapper_start() {
* @since 1.0
*/
function gcfws_genesis_sensei_wrapper_end() {
echo'</div> <!-- end main-->';
echo'</main> <!-- end main-->';
get_sidebar();
echo'</div> <!-- end .content-sidebar-wrap-->';
}
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://www.christophherr.com/donate/
Tags: woothemes sensei, woothemes, genesis, genesis connect, studiopress
Requires at least: 4.1
Tested up to: 4.3
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Expand Down Expand Up @@ -54,6 +54,11 @@ There are no settings and no settings screen. You would have to change the code

== Changelog ==

= 1.0.3 =

* Corrected oversight in original code. First closing tag should be </main> instead of </div>
see: http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210

= 1.0.2 =

* POT file added
Expand All @@ -68,6 +73,11 @@ There are no settings and no settings screen. You would have to change the code

== Upgrade Notice ==

= 1.0.3 =

This version corrects an oversight in the original code
that caused issues with Cobalt Apps' Dynamik theme.

= 1.0.2 =

This version adds a POT file for translations.
Expand Down

0 comments on commit 2a4e7a9

Please sign in to comment.