Plugin Directory

Changeset 3334684


Ignore:
Timestamp:
07/27/2025 05:11:55 AM (8 months ago)
Author:
pickelements
Message:
  • Latest Version Compatibility Issue.
  • Update Options Page.
Location:
team-ultimate/trunk
Files:
9 edited

Legend:

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

    r3318107 r3334684  
    937937                                        }
    938938                                    }
    939                                 }else{?>
     939                                }else{ ?>
    940940                                    <li class="ui-state-default tup-drag">
    941941                                        <div>
  • team-ultimate/trunk/libs/post-types/team-ultimate-post-type.php

    r3318107 r3334684  
    126126            }
    127127        }
    128         if ( 'fullname'     == $pe_teamultimate_infos_rows ) {
     128        if ( 'fullname' == $pe_teamultimate_infos_rows ) {
    129129            echo get_post_meta($post_id, 'teamultimate_designation', true);
    130130        }
  • team-ultimate/trunk/libs/shortcode/template/theme-1.php

    r3291243 r3334684  
    260260                    </div>
    261261                </div>
    262                 <?php endwhile; ?> <?php wp_reset_query(); ?>
     262                <?php endwhile; wp_reset_query(); ?>
    263263            </div>
    264264        <?php } elseif( $pe_team_gridtypes == 2 ){ ?>
  • team-ultimate/trunk/libs/shortcode/template/theme-2.php

    r3291243 r3334684  
    217217                </div>
    218218            </div>
    219             <?php endwhile; ?> <?php wp_reset_query(); ?>
     219            <?php endwhile; wp_reset_query(); ?>
    220220        </div>
    221221        <?php
  • team-ultimate/trunk/libs/shortcode/template/theme-3.php

    r3291243 r3334684  
    232232            </div>
    233233
    234             <?php endwhile; ?> <?php wp_reset_query(); ?>
     234            <?php endwhile; wp_reset_query(); ?>
    235235        </div>
    236236        <?php
  • team-ultimate/trunk/libs/shortcode/template/theme-4.php

    r3291243 r3334684  
    253253            </div>
    254254
    255             <?php endwhile; ?> <?php wp_reset_query(); ?>
     255            <?php endwhile; wp_reset_query(); ?>
    256256        </div>
    257257        <?php
  • team-ultimate/trunk/libs/shortcode/template/theme-5.php

    r3291243 r3334684  
    232232            </div>
    233233
    234             <?php endwhile; ?> <?php wp_reset_query(); ?>
     234            <?php endwhile; wp_reset_query(); ?>
    235235        </div>
    236236        <?php
  • team-ultimate/trunk/readme.txt

    r3318107 r3334684  
    1 === Team Showcase - Best Team Grid, Filter, Slider, & List WordPress Plugin ===
     1=== Team Showcase - Team Grid, Filter, Slider, & List WordPress Plugin ===
    22Contributors: Pickelements
    33Donate link: https://pickelements.com/team-ultimate
    44Tags: team, members profiles, our teams, team WordPress plugin, team showcase
    55Requires at least: 4.0
    6 Tested up to: 6.8.1
    7 Stable tag: 2.0.8
     6Tested up to: 6.8.2
     7Stable tag: 2.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    135135== Changelog ==
    136136
     137= 2.0.9 =
     138* Latest Version Compatibility Issue.
     139* Update Options Page.
     140
    137141= 2.0.8 =
    138142* Latest Version Compatibility Issue.
  • team-ultimate/trunk/team-ultimate.php

    r3318107 r3334684  
    44    Plugin URI: https://pickelements.com/team-ultimate
    55    Description: Team Ultimate plugin allows you to create and manage nice team page easily. You can create unlimited teams, members and categories. It is a highly customizable plugin. You can change all colors, font sizes, spacings etc via options page.
    6     Version: 2.0.8
     6    Version: 2.0.9
    77    Author: Pickelements
    88    Author URI: https://pickelements.com
Note: See TracChangeset for help on using the changeset viewer.