Plugin Directory

Changeset 3191105


Ignore:
Timestamp:
11/18/2024 10:37:23 AM (16 months ago)
Author:
beardev
Message:

v 5.6.15

Location:
joomsport-sports-league-results-management
Files:
365 added
3 edited

Legend:

Unmodified
Added
Removed
  • joomsport-sports-league-results-management/trunk/joomsport.php

    r3189716 r3191105  
    44Plugin URI: http://joomsport.com
    55Description: Sport league plugin
    6 Version: 5.6.14
     6Version: 5.6.15
    77Author: BearDev
    88Author URI: http://BearDev.com
  • joomsport-sports-league-results-management/trunk/readme.txt

    r3189716 r3191105  
    33Tags: sports, football, hockey, sports team, league
    44Requires at least: 4.0
    5 Tested up to: 6.6
    6 Requires PHP: 7.4
    7 Stable tag: 5.6.14
     5Tested up to: 6.7
     6Requires PHP: 7.2
     7Stable tag: 5.6.15
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    1515Complex solution to build a sports web site. Developed since 2009 JoomSport offers the features essential for any sports site - sports league standings, sports teams with description and stats, players with their profiles, photos and personal achievements, fixtures analytics and match results with score and game details, and finally all this put into well-structured seasons and leagues.
    1616
    17 Ready solution for FIFA World Cup [Statorium package](https://statorium.com/uefa-euro-cup-2024-api)! (*pro edition with data)
     17Ready solution for FIFA World Cup [Statorium package](https://statorium.com/fifa-world-cup-2026-api)! (*pro edition with data)
    1818
    1919Complete overview on [JoomSport.com](https://joomsport.com/?utm_source=wpcatalogue&utm_medium=web&utm_campaign=passiveweb "WordPress sport plugin")!
    20 Live Scores via [Statorium sports API] (https://statorium.com "Statorium sports API") connected (pro edition)
     20Live Scores via [Statorium sports API](https://statorium.com/?utm_source=wpcatalogue&utm_medium=web&utm_campaign=passiveweb "Statorium sports API") connected (pro edition)
    2121
    2222= Main features =
     
    124124== Changelog ==
    125125
     126= 5.6.15 =
     127
     128Bugfixes:
     129* minor code fixes
     130
    126131= 5.6.14 =
    127132
  • joomsport-sports-league-results-management/trunk/sportleague/classes/objects/tournament_types/class-jsport-tourn-matches.php

    r3189716 r3191105  
    165165
    166166        $show_table = jsHelperEvents::isHideTable($this->id);
    167 var_dump($show_table);
     167
    168168        if (!$show_table || (!count($this->lists['playoffs']) && !count($this->lists['knockout']))) {
    169169            //get groups
Note: See TracChangeset for help on using the changeset viewer.