Plugin Directory

Changeset 1712320


Ignore:
Timestamp:
08/11/2017 08:41:11 PM (9 years ago)
Author:
selthemes
Message:

1.0.2

  • Some meta boxes labels changed
  • Removed template files linked into plugin
Location:
sel-staff/trunk
Files:
3 edited

Legend:

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

    r1711954 r1712320  
    44Requires at least: 4.0
    55Tested up to: 4.8
    6 Stable tag: 1.1
     6Stable tag: 1.0.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31= 1.0.2 =
     32* Some meta boxes labels changed
     33* Removed template files linked into plugin
     34
    3135= 1.0.1 =
    3236* Fixed Metabox Issue.
  • sel-staff/trunk/inc/staff-meta.php

    r1711954 r1712320  
    5353        'type'        => 'group',
    5454        'options'     => array(
    55             'group_title'   => __( 'Icon {#}', 'selthemes' ), // since version 1.1.4, {#} gets replaced by row number
     55            'group_title'   => __( 'Social Follow Icon {#}', 'selthemes' ), // since version 1.1.4, {#} gets replaced by row number
    5656            'add_button'    => __( 'Add New Icon', 'selthemes' ),
    5757            'remove_button' => __( 'Remove Icon', 'selthemes' ),
     
    6363       */
    6464      $cmb->add_group_field( $group_field_id, array(
    65         'name'    => __( 'Icon Name' ),
     65        'name'    => __( 'Social Follow Icon Name' ),
    6666        'desc'    => 'Enter the icon name in lowercase letters. Example: "facebook-official". Find icons on fontawesome.io/icons',
    6767        'id'      => 'icon',
     
    7474       */
    7575      $cmb->add_group_field( $group_field_id, array(
    76         'name'    => __( 'Icon URL' ),
     76        'name'    => __( 'Social Follow Icon URL' ),
    7777        'id'      => 'icon_url',
    7878        'type'    => 'text_url',
  • sel-staff/trunk/plugin.php

    r1712318 r1712320  
    55 * Plugin URI:        https://selthemes.com/plugins/sel-staff
    66 * Description:         Display Team Members in WordPress Themes;
    7  * Version:           1.0.1
     7 * Version:           1.0.2
    88 * Author:            Selthemes
    99 * Author URI:        https://selthemes.com
     
    4444}
    4545register_activation_hook( __FILE__, 'selt_staff_activate' );
    46 
Note: See TracChangeset for help on using the changeset viewer.