Plugin Directory

Changeset 2739092


Ignore:
Timestamp:
06/08/2022 08:10:00 AM (4 years ago)
Author:
Access Keys
Message:

Compatibility check with latest version of wordpress.
Fixed list-layout and carousel-layout template issues.

Location:
total-team-lite
Files:
129 added
4 edited

Legend:

Unmodified
Added
Removed
  • total-team-lite/trunk/inc/frontend/carousal-layout-template.php

    r1827448 r2739092  
    88$display_type = (isset($attr['display_type'])) ? $attr['display_type'] : 'all';
    99$member_id = (isset($attr['member_id'])) ? $attr['member_id'] : '';
    10 $category_id = (isset($attr['category_id'])) ? $attr['category_id'] : 'array()';
     10$category_id = (isset($attr['category_id'])) ? $attr['category_id'] : '';
    1111$team_number = (isset($attr['team_number'])) ? $attr['team_number'] : '99';
    1212$custom_layout = (isset($attr['custom_layout'])) ? $attr['custom_layout'] : 'default';
  • total-team-lite/trunk/inc/frontend/list-layout-template.php

    r1827448 r2739092  
    77$display_type = (isset($attr['display_type'])) ? esc_attr($attr['display_type']) : 'all';
    88$member_id = (isset($attr['member_id'])) ? $attr['member_id'] : '';
    9 $category_id = (isset($attr['category_id'])) ? $attr['category_id'] : 'array()';
     9$category_id = (isset($attr['category_id'])) ? $attr['category_id'] : '';
    1010$team_number = (isset($attr['team_number'])) ? $attr['team_number'] : '99';
    1111$custom_layout = (isset($attr['custom_layout'])) ? $attr['custom_layout'] : 'default';
  • total-team-lite/trunk/readme.txt

    r2623151 r2739092  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 3.8
    6 Tested up to: 5.8
    7 Stable tag: 1.1.2
     6Tested up to: 6.0
     7Stable tag: 1.1.3
    88License: GPLv2 or later
    99Requires PHP: 5.4.3
     
    130130
    131131== Changelog ==
     132= 1.1.3 =
     133* Compatibility check with latest version of wordpress.
     134* Fixed list-layout and carousel-layout template issues.
     135
    132136= 1.1.2 =
    133137* Compatibility check with latest version of wordpress.
  • total-team-lite/trunk/total-team-lite.php

    r2623151 r2739092  
    66  Plugin URI: https://accesspressthemes.com/wordpress-plugins/total-team-lite/
    77  Description: Responsive Team Manager / Showcase Plugin for WordPress
    8   Version: 1.1.2
     8  Version: 1.1.3
    99  Author: AccessPress Themes
    1010  Author URI: http://accesspressthemes.com
     
    1313 */
    1414if (!defined('TOTAL_TEAM_LITE_VERSION')) {
    15     define('TOTAL_TEAM_LITE_VERSION', '1.1.2');
     15    define('TOTAL_TEAM_LITE_VERSION', '1.1.3');
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.