Plugin Directory

Changeset 1880755


Ignore:
Timestamp:
05/24/2018 12:43:51 PM (8 years ago)
Author:
rajilesh
Message:
  • Metbox UI interface changed
  • Taxonomy image upload issue fixed
Location:
optiontree-metabox-ui
Files:
88 added
3 edited

Legend:

Unmodified
Added
Removed
  • optiontree-metabox-ui/trunk/css/metabox-ui.css

    r1588160 r1880755  
    145145  }
    146146}
     147
     148.format-setting-wrap, .option-tree-sortable .format-settings{
     149        padding: 10px 0 10px 0;
     150    border-bottom: 1px dotted #ccc;
     151    clear: both;
     152    display: block;
     153    float: left;
     154    width: 100%;
     155}
     156.ot-metabox-wrapper .format-settings .format-setting-label{
     157    margin-bottom: 8px;
     158    width: 30%;
     159    float: left;
     160    padding-bottom: 0px;
     161    border: 0 none;
     162}
     163.ot-metabox-wrapper .format-setting {
     164    overflow: hidden;
     165    position: relative;
     166    width: 60%;
     167    float: left;
     168}
     169#option-tree-settings-api .description h3, #option-tree-settings-api .format-setting-label .label, #poststuff .format-setting-label .label{
     170        font-size: 13px;
     171}
  • optiontree-metabox-ui/trunk/index.php

    r1776657 r1880755  
    1212Author: Rajilesh Panoli
    1313
    14 Version: 8.0
     14Version: 9.0
    1515
    1616Contributors: rajilesh
     
    112112      /* WP 3.5 Media Uploader */
    113113     
    114       if($_SERVER['SCRIPT_NAME']=='/wp-admin/profile.php' || $_SERVER['SCRIPT_NAME']=='/wp-admin/user-edit.php' || $_SERVER['SCRIPT_NAME']=='/wp-admin/edit-tags.php'){
     114      if($_SERVER['SCRIPT_NAME']=='/wp-admin/profile.php' || $_SERVER['SCRIPT_NAME']=='/wp-admin/user-edit.php' || $_SERVER['SCRIPT_NAME']=='/wp-admin/edit-tags.php'  || $_SERVER['SCRIPT_NAME']=='/wp-admin/term.php' ){
    115115       
    116116      wp_enqueue_media();
  • optiontree-metabox-ui/trunk/readme.txt

    r1776659 r1880755  
    99Requires at least: 4.9
    1010
    11 Tested up to: 4.9
     11Tested up to: 4.9.6
    1212
    13 Stable tag: 8.0
     13Stable tag: 9.0
    1414
    1515License: GPLv2 or later
     
    3333
    3434Whats new in version 8.0
     35
     36* Metbox UI interface changed
     37* Taxonomy image upload issue fixed
     38
     39
     40version 8.0
    3541
    3642* Replaced get_option with get_term_meta
Note: See TracChangeset for help on using the changeset viewer.