diff --git a/genesis-connect-for-woothemes-sensei.php b/genesis-connect-for-woothemes-sensei.php index 3b270e9..15700e1 100644 --- a/genesis-connect-for-woothemes-sensei.php +++ b/genesis-connect-for-woothemes-sensei.php @@ -5,7 +5,7 @@ * 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+ @@ -13,7 +13,7 @@ * * @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 @@ -132,7 +132,7 @@ function gcfws_genesis_sensei_wrapper_start() { * @since 1.0 */ function gcfws_genesis_sensei_wrapper_end() { - echo' '; + echo' '; get_sidebar(); echo' '; } diff --git a/readme.txt b/readme.txt index 48f4035..3138566 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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 instead of +see: http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210 + = 1.0.2 = * POT file added @@ -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.