Plugin Directory

Changeset 3453517


Ignore:
Timestamp:
02/04/2026 06:30:10 AM (2 months ago)
Author:
pickelements
Message:
  • Latest Version Compatibility Issue.
  • Update Options Page.
Location:
team-ultimate/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • team-ultimate/trunk/libs/meta-boxes/team-ultimate-post-metaboxes.php

    r3381685 r3453517  
    179179        $pe_team_gridtypes                = get_post_meta($post->ID, 'pe_team_gridtypes', true);
    180180        $pe_teamtotal_column              = get_post_meta($post->ID, 'pe_teamtotal_column', true) ?: '3';
    181         $pe_teamtotal_laptop_columns      = get_post_meta( $post->ID, 'pe_teamtotal_laptop_columns', true) ?: '3';
    182         $pe_teamtotal_tablet_columns      = get_post_meta( $post->ID, 'pe_teamtotal_tablet_columns', true) ?: '2';
    183         $pe_teamtotal_mobile_columns      = get_post_meta( $post->ID, 'pe_teamtotal_mobile_columns', true) ?: '1';
     181        $pe_teamtotal_laptop_columns      = get_post_meta($post->ID, 'pe_teamtotal_laptop_columns', true) ?: '3';
     182        $pe_teamtotal_tablet_columns      = get_post_meta($post->ID, 'pe_teamtotal_tablet_columns', true) ?: '2';
     183        $pe_teamtotal_mobile_columns      = get_post_meta($post->ID, 'pe_teamtotal_mobile_columns', true) ?: '1';
    184184
    185185        $pe_team_marginleftright_size     = get_post_meta($post->ID, 'pe_team_marginleftright_size', true);
     
    235235        $pe_team_hide_content             = get_post_meta($post->ID, 'pe_team_hide_content', true);
    236236        $pe_team_details_size             = get_post_meta($post->ID, 'pe_team_details_size', true);
    237         $pe_team_navtabs                  = get_post_meta($post->ID, 'pe_team_navtabs', true);
    238         if ( empty( $pe_team_navtabs ) ) {
    239             $pe_team_navtabs = 1;
    240         }
    241237
    242238        # Team Filter Option
     
    277273        $pe_team_item_pagination_style    = get_post_meta($post->ID, 'pe_team_item_pagination_style', true);
    278274        $sort_array                       = get_post_meta($post->ID, 'sort_array', true);
     275        $pe_team_navtabs                  = get_post_meta($post->ID, 'pe_team_navtabs', true);
     276        if ( empty( $pe_team_navtabs ) ) {
     277            $pe_team_navtabs = 1;
     278        }
    279279
    280280        // Add nonce field for security
  • team-ultimate/trunk/libs/shortcode/team-ultimate-shortcode.php

    r3381685 r3453517  
    2020        $pe_team_gridtypes                = get_post_meta($postid, 'pe_team_gridtypes', true);
    2121        $pe_teamtotal_column              = get_post_meta($postid, 'pe_teamtotal_column', true);
    22         $pe_teamtotal_laptop_columns              = get_post_meta($postid, 'pe_teamtotal_laptop_columns', true);
    23         $pe_teamtotal_tablet_columns              = get_post_meta($postid, 'pe_teamtotal_tablet_columns', true);
    24         $pe_teamtotal_mobile_columns              = get_post_meta($postid, 'pe_teamtotal_mobile_columns', true);
     22        $pe_teamtotal_laptop_columns      = get_post_meta($postid, 'pe_teamtotal_laptop_columns', true);
     23        $pe_teamtotal_tablet_columns      = get_post_meta($postid, 'pe_teamtotal_tablet_columns', true);
     24        $pe_teamtotal_mobile_columns      = get_post_meta($postid, 'pe_teamtotal_mobile_columns', true);
    2525        $pe_team_marginleftright_size     = get_post_meta($postid, 'pe_team_marginleftright_size', true);
    2626        $pe_team_marginbottom_size        = get_post_meta($postid, 'pe_team_marginbottom_size', true);
  • team-ultimate/trunk/readme.txt

    r3381685 r3453517  
    44Tags: team, members profiles, our teams, team WordPress plugin, team showcase
    55Requires at least: 4.0
    6 Tested up to: 6.8.3
    7 Stable tag: 3.0.1
     6Tested up to: 6.9
     7Stable tag: 3.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    135135== Changelog ==
    136136
     137= 3.0.2 =
     138* Latest Version Compatibility Issue.
     139* Update Options Page.
     140
    137141= 3.0.1 =
    138142* Added New Options.
  • team-ultimate/trunk/team-ultimate.php

    r3381685 r3453517  
    44    Plugin URI: https://pickelements.com/team-ultimate
    55    Description: Team Ultimate is a powerful plugin that allows you to easily create and manage beautiful team pages. You can add unlimited teams, members, and categories.
    6     Version: 3.0.1
     6    Version: 3.0.2
    77    Author: Pickelements
    88    Author URI: https://pickelements.com
Note: See TracChangeset for help on using the changeset viewer.