Changeset 3334684
- Timestamp:
- 07/27/2025 05:11:55 AM (8 months ago)
- Location:
- team-ultimate/trunk
- Files:
-
- 9 edited
-
libs/meta-boxes/team-ultimate-post-metaboxes.php (modified) (1 diff)
-
libs/post-types/team-ultimate-post-type.php (modified) (1 diff)
-
libs/shortcode/template/theme-1.php (modified) (1 diff)
-
libs/shortcode/template/theme-2.php (modified) (1 diff)
-
libs/shortcode/template/theme-3.php (modified) (1 diff)
-
libs/shortcode/template/theme-4.php (modified) (1 diff)
-
libs/shortcode/template/theme-5.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
team-ultimate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
team-ultimate/trunk/libs/meta-boxes/team-ultimate-post-metaboxes.php
r3318107 r3334684 937 937 } 938 938 } 939 }else{ ?>939 }else{ ?> 940 940 <li class="ui-state-default tup-drag"> 941 941 <div> -
team-ultimate/trunk/libs/post-types/team-ultimate-post-type.php
r3318107 r3334684 126 126 } 127 127 } 128 if ( 'fullname' == $pe_teamultimate_infos_rows ) {128 if ( 'fullname' == $pe_teamultimate_infos_rows ) { 129 129 echo get_post_meta($post_id, 'teamultimate_designation', true); 130 130 } -
team-ultimate/trunk/libs/shortcode/template/theme-1.php
r3291243 r3334684 260 260 </div> 261 261 </div> 262 <?php endwhile; ?> <?phpwp_reset_query(); ?>262 <?php endwhile; wp_reset_query(); ?> 263 263 </div> 264 264 <?php } elseif( $pe_team_gridtypes == 2 ){ ?> -
team-ultimate/trunk/libs/shortcode/template/theme-2.php
r3291243 r3334684 217 217 </div> 218 218 </div> 219 <?php endwhile; ?> <?phpwp_reset_query(); ?>219 <?php endwhile; wp_reset_query(); ?> 220 220 </div> 221 221 <?php -
team-ultimate/trunk/libs/shortcode/template/theme-3.php
r3291243 r3334684 232 232 </div> 233 233 234 <?php endwhile; ?> <?phpwp_reset_query(); ?>234 <?php endwhile; wp_reset_query(); ?> 235 235 </div> 236 236 <?php -
team-ultimate/trunk/libs/shortcode/template/theme-4.php
r3291243 r3334684 253 253 </div> 254 254 255 <?php endwhile; ?> <?phpwp_reset_query(); ?>255 <?php endwhile; wp_reset_query(); ?> 256 256 </div> 257 257 <?php -
team-ultimate/trunk/libs/shortcode/template/theme-5.php
r3291243 r3334684 232 232 </div> 233 233 234 <?php endwhile; ?> <?phpwp_reset_query(); ?>234 <?php endwhile; wp_reset_query(); ?> 235 235 </div> 236 236 <?php -
team-ultimate/trunk/readme.txt
r3318107 r3334684 1 === Team Showcase - BestTeam Grid, Filter, Slider, & List WordPress Plugin ===1 === Team Showcase - Team Grid, Filter, Slider, & List WordPress Plugin === 2 2 Contributors: Pickelements 3 3 Donate link: https://pickelements.com/team-ultimate 4 4 Tags: team, members profiles, our teams, team WordPress plugin, team showcase 5 5 Requires at least: 4.0 6 Tested up to: 6.8. 17 Stable tag: 2.0. 86 Tested up to: 6.8.2 7 Stable tag: 2.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 135 135 == Changelog == 136 136 137 = 2.0.9 = 138 * Latest Version Compatibility Issue. 139 * Update Options Page. 140 137 141 = 2.0.8 = 138 142 * Latest Version Compatibility Issue. -
team-ultimate/trunk/team-ultimate.php
r3318107 r3334684 4 4 Plugin URI: https://pickelements.com/team-ultimate 5 5 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. 86 Version: 2.0.9 7 7 Author: Pickelements 8 8 Author URI: https://pickelements.com
Note: See TracChangeset
for help on using the changeset viewer.