Plugin Directory

Changeset 1447852


Ignore:
Timestamp:
07/02/2016 06:18:06 PM (10 years ago)
Author:
plutonwp
Message:

new version

Location:
pluton-panel
Files:
49 added
2 edited

Legend:

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

    r1443798 r1447852  
    4949                    'category' => esc_html__( 'Developers', 'pluton-panel' ),
    5050                    'disabled' => true,
    51                 ),
    52                 'favicons' => array(
    53                     'label'    => esc_html__( 'Favicons', 'pluton-panel' ),
    54                     'icon'     => 'dashicons dashicons-nametag',
    55                     'category' => esc_html__( 'Core', 'pluton-panel' ),
    5651                ),
    5752                'custom_404' => array(
     
    533528            }
    534529
    535             // Custom Favicons
    536             if ( pluton_get_mod( 'favicons_enable', true ) ) {
    537                 require_once( $dir .'favicons.php' );
    538             }
    539 
    540530            // Custom 404
    541531            if ( pluton_get_mod( 'custom_404_enable', true ) ) {
  • pluton-panel/trunk/readme.txt

    r1444508 r1447852  
    44Requires at least: 3.5
    55Tested up to: 4.5.3
    6 Stable tag: 1.0.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828== Screenshots ==
    2929
    30 1. Screenshot 1
    31 2. Screenshot 2
    32 3. Screenshot 3
     301. The metabox.
     312. The panel.
     323. Activate licenses premium extensions.
    3333
    3434== Changelog ==
     35
     36= 1.0.2 =
     37Removed favicons settings, I use the default WordPress core function via the customizer.
    3538
    3639= 1.0.1 =
Note: See TracChangeset for help on using the changeset viewer.