Plugin Directory

Changeset 1272292


Ignore:
Timestamp:
10/24/2015 03:47:09 PM (10 years ago)
Author:
christophherr
Message:

Corrects oversight in original code

Location:
genesis-connect-for-woothemes-sensei/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • genesis-connect-for-woothemes-sensei/trunk/genesis-connect-for-woothemes-sensei.php

    r1272291 r1272292  
    66 * Author:      Christoph Herr
    77 * Author URI:  http://www.christophherr.com
    8  * Version:     1.0.2
     8 * Version:     1.0.3
    99 * Text Domain: genesis-connect-for-woothemes-sensei
    1010 * Domain Path: /languages
     
    1414 * @package   GenesisConnectforWoothemesSensei
    1515 * @author    Christoph Herr
    16  * @version   1.0.2
     16 * @version   1.0.3
    1717 * @license   GPL-2.0+
    1818 *
     
    133133 */
    134134function gcfws_genesis_sensei_wrapper_end() {
    135                 echo'</div> <!-- end main-->';
     135                echo'</main> <!-- end main-->';
    136136                get_sidebar();
    137137                echo'</div> <!-- end .content-sidebar-wrap-->';
  • genesis-connect-for-woothemes-sensei/trunk/readme.txt

    r1272291 r1272292  
    66Requires at least: 4.1
    77Tested up to: 4.3
    8 Stable tag: 1.0.2
     8Stable tag: 1.0.3
    99License: GPL-2.0+
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.txt
     
    5555== Changelog ==
    5656
     57= 1.0.3 =
     58
     59* Corrected oversight in original code. First closing tag should be </main> instead of </div>
     60see: http://cobaltapps.com/forum/forum/main-category/main-forum/81542-woo-sensei?p=82210#post82210
     61
    5762= 1.0.2 =
    5863
     
    6974== Upgrade Notice ==
    7075
     76= 1.0.3 =
     77
     78This version corrects an oversight in the original code
     79that caused issues with Cobalt Apps' Dynamik theme.
     80
    7181= 1.0.2 =
    7282
Note: See TracChangeset for help on using the changeset viewer.