Plugin Directory

Changeset 1322315


Ignore:
Timestamp:
01/06/2016 11:36:02 AM (10 years ago)
Author:
michouse
Message:

commit

Location:
wp-extend-toolbar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-extend-toolbar/trunk/css/wp-extend-toolbar.css

    r1225964 r1322315  
    1818}
    1919body.admin-bar {
    20     position: relative;
     20    padding-top: 96px;
    2121}
    2222body.admin-bar .navbar-fixed-top {
  • wp-extend-toolbar/trunk/readme.txt

    r1225973 r1322315  
    33Tags: plugin, admin bar, tool bar, custom admin bar, custom tool bar
    44Requires at least: 4.0
    5 Tested up to: 4.3
    6 Stable tag: 1.1.2
     5Tested up to: 4.2.2
     6Stable tag: 1.1.0
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
    42 = 1.1.2 =
    43 * Correct the CSS File.
    44 
    45 * CSS ファイルを修正。
    46 
    47 = 1.1.1 =
    48 * Correct the CSS File.
    49 
    50 * CSS ファイルを修正。
    51 
    5242= 1.1.0 =
    5343* Enable only Administrator.
    54 
    55 * 管理者以外は表示しないように修正。
    5644
    5745= 1.0.0 =
    5846* Display "Template" to the admin bar.
    5947
    60 * テンプレートファイルの表示を追加。
    61 
    6248= 0.1.0 =
    6349* Initial release.
    64 
    65 * 最初のリリース。
  • wp-extend-toolbar/trunk/wp-extend-toolbar.php

    r1225973 r1322315  
    55 Description: Adds a page information to the admin bar.
    66 Author: Michinari Odajima
    7  Version: 1.1.2
     7 Version: 1.1.0
    88 Author URI: http://piece-web.jp/
    99 Domain Path: /language
     
    7171    function enqueue() {
    7272       
    73         wp_enqueue_style( 'wp-extend-toolbar', plugins_url( "css/wp-extend-toolbar.css", __FILE__ ), array(), '1.1.1' );
     73        wp_enqueue_style( 'wp-extend-toolbar', plugins_url( "css/wp-extend-toolbar.css", __FILE__ ), array(), '1.1.0' );
    7474        wp_enqueue_script( 'wp-extend-toolbar', plugins_url( "js/wp-extend-toolbar.js", __FILE__ ), array( 'jquery' ), '1.1.0', true );
    7575       
Note: See TracChangeset for help on using the changeset viewer.