Plugin Directory

Changeset 1711954


Ignore:
Timestamp:
08/11/2017 07:54:50 AM (9 years ago)
Author:
selthemes
Message:
  • Fixed metabox error.
Location:
sel-staff/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sel-staff/trunk/README.txt

    r1710809 r1711954  
    44Requires at least: 4.0
    55Tested up to: 4.8
    6 Stable tag: 1.0.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31= 1.0.1 =
     32* Fixed Metabox Issue.
    3133
    32 = 1.0 =
     34= 1.0.0 =
    3335* Initial release.
  • sel-staff/trunk/inc/staff-meta.php

    r1710809 r1711954  
    2626        'id'            => 'selthemes_staff_data',
    2727        'title'         => esc_html__( 'Staff Details', 'selthemes' ),
    28         'object_types'  => array( 'selthemes_staff', ), // Post type
     28        'object_types'  => array( 'selt_staff', ), // Post type
    2929        'context'       => 'normal',
    3030        'priority'      => 'high',
  • sel-staff/trunk/plugin.php

    r1710809 r1711954  
    55 * Plugin URI:        https://selthemes.com/plugins/sel-staff
    66 * Description:         Display Team Members in WordPress Themes;
    7  * Version:           1.0.0
     7 * Version:           1.0.1
    88 * Author:            Selthemes
    99 * Author URI:        https://selthemes.com
Note: See TracChangeset for help on using the changeset viewer.