Changeset 1712320
- Timestamp:
- 08/11/2017 08:41:11 PM (9 years ago)
- Location:
- sel-staff/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
inc/staff-meta.php (modified) (3 diffs)
-
plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sel-staff/trunk/README.txt
r1711954 r1712320 4 4 Requires at least: 4.0 5 5 Tested up to: 4.8 6 Stable tag: 1. 16 Stable tag: 1.0.2 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.2 = 32 * Some meta boxes labels changed 33 * Removed template files linked into plugin 34 31 35 = 1.0.1 = 32 36 * Fixed Metabox Issue. -
sel-staff/trunk/inc/staff-meta.php
r1711954 r1712320 53 53 'type' => 'group', 54 54 'options' => array( 55 'group_title' => __( ' Icon {#}', 'selthemes' ), // since version 1.1.4, {#} gets replaced by row number55 'group_title' => __( 'Social Follow Icon {#}', 'selthemes' ), // since version 1.1.4, {#} gets replaced by row number 56 56 'add_button' => __( 'Add New Icon', 'selthemes' ), 57 57 'remove_button' => __( 'Remove Icon', 'selthemes' ), … … 63 63 */ 64 64 $cmb->add_group_field( $group_field_id, array( 65 'name' => __( ' Icon Name' ),65 'name' => __( 'Social Follow Icon Name' ), 66 66 'desc' => 'Enter the icon name in lowercase letters. Example: "facebook-official". Find icons on fontawesome.io/icons', 67 67 'id' => 'icon', … … 74 74 */ 75 75 $cmb->add_group_field( $group_field_id, array( 76 'name' => __( ' Icon URL' ),76 'name' => __( 'Social Follow Icon URL' ), 77 77 'id' => 'icon_url', 78 78 'type' => 'text_url', -
sel-staff/trunk/plugin.php
r1712318 r1712320 5 5 * Plugin URI: https://selthemes.com/plugins/sel-staff 6 6 * Description: Display Team Members in WordPress Themes; 7 * Version: 1.0. 17 * Version: 1.0.2 8 8 * Author: Selthemes 9 9 * Author URI: https://selthemes.com … … 44 44 } 45 45 register_activation_hook( __FILE__, 'selt_staff_activate' ); 46
Note: See TracChangeset
for help on using the changeset viewer.