Changeset 1711954
- Timestamp:
- 08/11/2017 07:54:50 AM (9 years ago)
- Location:
- sel-staff/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
inc/staff-meta.php (modified) (1 diff)
-
plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sel-staff/trunk/README.txt
r1710809 r1711954 4 4 Requires at least: 4.0 5 5 Tested up to: 4.8 6 Stable tag: 1. 0.06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 = 1.0.1 = 32 * Fixed Metabox Issue. 31 33 32 = 1.0 =34 = 1.0.0 = 33 35 * Initial release. -
sel-staff/trunk/inc/staff-meta.php
r1710809 r1711954 26 26 'id' => 'selthemes_staff_data', 27 27 'title' => esc_html__( 'Staff Details', 'selthemes' ), 28 'object_types' => array( 'selt hemes_staff', ), // Post type28 'object_types' => array( 'selt_staff', ), // Post type 29 29 'context' => 'normal', 30 30 'priority' => 'high', -
sel-staff/trunk/plugin.php
r1710809 r1711954 5 5 * Plugin URI: https://selthemes.com/plugins/sel-staff 6 6 * Description: Display Team Members in WordPress Themes; 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: Selthemes 9 9 * Author URI: https://selthemes.com
Note: See TracChangeset
for help on using the changeset viewer.