Plugin Directory

Changeset 1457838


Ignore:
Timestamp:
07/20/2016 10:30:35 PM (10 years ago)
Author:
plutonwp
Message:

new version

Location:
pluton-custom-sidebar
Files:
10 added
2 edited

Legend:

Unmodified
Added
Removed
  • pluton-custom-sidebar/trunk/pluton-custom-sidebar.php

    r1443793 r1457838  
    44 * Plugin URI:          https://plutonwp.com/extension/pluton-custom-sidebar/
    55 * Description:         Create an unlimited number of sidebars and assign unlimited number of widgets.
    6  * Version:             1.0.0
     6 * Version:             1.0.1
    77 * Author:              PlutonWP
    88 * Author URI:          https://plutonwp.com/
     
    9191        $this->plugin_url       = plugin_dir_url( __FILE__ );
    9292        $this->plugin_path      = plugin_dir_path( __FILE__ );
    93         $this->version          = '1.0.0';
     93        $this->version          = '1.0.1';
    9494
    9595        register_activation_hook( __FILE__, array( $this, 'install' ) );
     
    306306
    307307        // Get tag element from theme mod for the sidebar widget title
    308         $tag = pluton_get_mod( 'sidebar_headings', 'div' ) ? pluton_get_mod( 'sidebar_headings', 'div' ) : 'div';
     308        $tag = get_theme_mod( 'sidebar_headings', 'div' ) ? get_theme_mod( 'sidebar_headings', 'div' ) : 'div';
    309309             
    310310        // If widget areas are defined add a sidebar area for each
  • pluton-custom-sidebar/trunk/readme.txt

    r1443793 r1457838  
    44Requires at least: 4.0.0
    55Tested up to: 4.5.3
    6 Stable tag: 1.0.0
     6Stable tag: 1.0.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333== Changelog ==
    3434
     35= 1.0.1 =
     36Small improvement.
     37
    3538= 1.0.0 =
    3639Initial release.
Note: See TracChangeset for help on using the changeset viewer.