Plugin Directory

Changeset 1448206


Ignore:
Timestamp:
07/03/2016 10:38:54 PM (10 years ago)
Author:
plutonwp
Message:

new version

Location:
pluton-panel
Files:
49 added
3 edited

Legend:

Unmodified
Added
Removed
  • pluton-panel/trunk/includes/panel/typography.php

    r1443798 r1448206  
    7373                    'target' => '#site-logo a.site-logo-text',
    7474                    'exclude' => array( 'font-color' ),
    75                     'active_callback' => 'pluton_cac_hasnt_custom_logo',
    7675                ),
    7776                'top_menu' => array(
  • pluton-panel/trunk/pluton-panel.php

    r1447854 r1448206  
    44 * Plugin URI:          https://plutonwp.com/extension/pluton-panel/
    55 * Description:         Add meta boxes for your posts, pages, posts types and Theme Panel to extend the functionality of the theme.
    6  * Version:             1.0.2
     6 * Version:             1.0.3
    77 * Author:              PlutonWP
    88 * Author URI:          https://plutonwp.com/
     
    8787        $this->plugin_url       = plugin_dir_url( __FILE__ );
    8888        $this->plugin_path      = plugin_dir_path( __FILE__ );
    89         $this->version          = '1.0.2';
     89        $this->version          = '1.0.3';
    9090
    9191        define( 'PP_ROOT', dirname( __FILE__ ) );
  • pluton-panel/trunk/readme.txt

    r1447852 r1448206  
    44Requires at least: 3.5
    55Tested up to: 4.5.3
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434== Changelog ==
    3535
     36= 1.0.3 =
     37Small problem with the customizer fixed.
     38
    3639= 1.0.2 =
    3740Removed favicons settings, I use the default WordPress core function via the customizer.
Note: See TracChangeset for help on using the changeset viewer.