Plugin Directory

Changeset 1466321


Ignore:
Timestamp:
08/02/2016 04:45:41 PM (10 years ago)
Author:
plutonwp
Message:

update

Location:
pluton-custom-sidebar
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pluton-custom-sidebar/tags/1.0.1/pluton-custom-sidebar.php

    r1457838 r1466321  
    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.1
     6 * Version:             1.0.0
    77 * Author:              PlutonWP
    88 * Author URI:          https://plutonwp.com/
    99 * Requires at least:   4.0.0
    10  * Tested up to:        4.5.2
     10 * Tested up to:        4.6
    1111 *
    1212 * Text Domain: pluton-custom-sidebar
     
    9191        $this->plugin_url       = plugin_dir_url( __FILE__ );
    9292        $this->plugin_path      = plugin_dir_path( __FILE__ );
    93         $this->version          = '1.0.1';
     93        $this->version          = '1.0.0';
    9494
    9595        register_activation_hook( __FILE__, array( $this, 'install' ) );
  • pluton-custom-sidebar/tags/1.0.1/readme.txt

    r1457838 r1466321  
    33Tags: sidebar, custom sidebar, unlimited sidebar, widgets, pluton
    44Requires at least: 4.0.0
    5 Tested up to: 4.5.3
    6 Stable tag: 1.0.1
     5Tested up to: 4.6
     6Stable tag: 1.0.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333== Changelog ==
    3434
    35 = 1.0.1 =
    36 Small improvement.
    37 
    3835= 1.0.0 =
    3936Initial release.
  • pluton-custom-sidebar/trunk/pluton-custom-sidebar.php

    r1457838 r1466321  
    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.1
     6 * Version:             1.0.0
    77 * Author:              PlutonWP
    88 * Author URI:          https://plutonwp.com/
    99 * Requires at least:   4.0.0
    10  * Tested up to:        4.5.2
     10 * Tested up to:        4.6
    1111 *
    1212 * Text Domain: pluton-custom-sidebar
     
    9191        $this->plugin_url       = plugin_dir_url( __FILE__ );
    9292        $this->plugin_path      = plugin_dir_path( __FILE__ );
    93         $this->version          = '1.0.1';
     93        $this->version          = '1.0.0';
    9494
    9595        register_activation_hook( __FILE__, array( $this, 'install' ) );
  • pluton-custom-sidebar/trunk/readme.txt

    r1457838 r1466321  
    33Tags: sidebar, custom sidebar, unlimited sidebar, widgets, pluton
    44Requires at least: 4.0.0
    5 Tested up to: 4.5.3
    6 Stable tag: 1.0.1
     5Tested up to: 4.6
     6Stable tag: 1.0.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333== Changelog ==
    3434
    35 = 1.0.1 =
    36 Small improvement.
    37 
    3835= 1.0.0 =
    3936Initial release.
Note: See TracChangeset for help on using the changeset viewer.