3.8.8.1
- TEST: Test version to add 'Last 5' function to standings. Only update to this version if you're willing to test.
use this shortcode to test:
[standings league_id=1 template=last5] or
[standings league_id=1 group=A template=last5 logo=true]
(group and logo are optional)
If you test and find that the icons at the end of each line in the standings are moving to a second line it means you don't have enough room on your template for five past results. You can then change to a lesser number in the template, named 'standings-last5.php' in the 'admin/templates' folder. Go to 43:
<th width="100" class="last5"><?php _e( 'Last 5', 'leaguemanager' ) ?></th>
change the 'Last 5' text to 'Last 3' if you're going to use three past results, or whatever you choose. Then go to line 93:
$results = get_latest_results($team->id, 5);
Change the '5' at the end to '3' if you want three past results.
The final version will probably have this as a preference option.
3.8.8
- BUGFIX: add matches in championship mode not working.
3.8.7
- BUGFIX: various
- ADDED: Shortcode additions for: option of using website link on standings, standings and crosstables by group.
- ADDED: when adding a team from db, bring the stadium info into the form with the rest of the information.
3.8.6
3.8.5
*** IF YOU'VE DONE ANY MANUAL MODIFICATIONS, DOWNLOAD THIS AND CHECK THAT YOU AREN'T GOING TO LOSE THEM WHEN YOU UPDATE (INSTEAD OF DOING AN AUTO UPDATE). THIS UPDATE TOUCHES A NUMBER OF FILES (17). IF YOU HAVE QUESTIONS BEFORE UPDATING, LEAVE A MESSAGE ON THE SUPPORT FORUM ON WORDPRESS.ORG. A LIST OF ALL FILES UPDATED IS LISTED IN A POST THERE. ***
http://wordpress.org/support/topic/leaguemanager-385-changes-info
- CHANGED: 'championchip' to 'championship' throughout the plugin
- BUGFIX: fixed missing '>' in core.php that was causing white screen after adding or editing matches.
- BUGFIX: fixed date format in widget.php so date shows.
3.8.4
3.8.3
3.8.2
- BUGFIX: Undefined function in leaguemanager.php upon export
3.8.1
- BUGFIX: Fixed security vulnerability of SQL Injection. Added security check current_user_can('manage_leagues') and cast $_POST['league_id'] as (int)
3.8
- BUGFIX: Fixed reported XSS Vulnerabilities
3.7
- BUGFIX: decimals for add points field
3.6.9
3.6.8
- BUGFIX: Language
- BUGFIX: Team names with ' or similar
3.6.7
3.6.6
- BUGFIX: changed DATEDIFF to TIMEDIFF in lib/widget.php
- BUGFIX: season update. also update teams and matches
3.6.5
- NEW: allow half points in match scores
- CHANGED: score after penalty is calculated by the plugin as "penalty score + overtime score"
3.6.4
- NEW: user defined point rule with win/loose overtime points. only works with certain sport types
- BUGFIX: team ranking for pool first by points
- BUGFIX: javascript problems
3.6.3
- CHANGED: change database field for team points to float to support half points
- BUGFIX: user defined point rule
3.6.2
- NEW: Score Point-Rule. Teams get one point according to the game score
- BUGFIX: only load javascript files on leaguemanager pages to avoid malfunction of WP image editor
- BUGFIX: Widget option
3.6.1
- NEW: don't remove logo if other teams are using the same one
- CHANGED: sort teams in alphabetical order in match list on frontend
- BUGFIX: problem of displaying matches on same date
- BUGFIX: drag & drop sorting of teams
3.6
- NEW: documentation
- NEW: add stadium for teams and automatically add location for matches when choosing team
- NEW: Arabian translation
- CHANGED: add 15 matches at once independent of team number
- BUGFIX: Link to match report in widget
- BUGFIX: Championship advancement to finals
- UPDATED: French translation
3.5.6
- NEW: limit number of matches in shortcode [matches] with limit=X
3.5.5
- CHANGED: use first group if none is selected to add matches in championship preliminary rounds
3.5.4
- BUGFIX: stripslashes for team name to allow ' and "
3.5.3
- UPDATED: swedish translation
3.5.2
- BUGFIX: last match on single team page was not correct
3.5.1
- NEW: css class "relegation" for teams that need to go into relegation
- NEW: settings for number of teams that ascend, descend or need to go into relegation
- NEW: set background colors for teams that ascend, descend or need to go into relegation
- BUGFIX: row colors for ascending/descending teams
3.5
- NEW: cut down standings to home teams with surrounding teams. Attribute home=X where X is an integer controlling the number of surrounding teams up and down
- BUGFIX: teams tied only when they have same points, point difference and goals
- BUGFIX: championship mode
- NEW: css class "ascend" and "descend" for first and last two teams. class "homeTeam" for home team row. Table rows (tr)
- CHANGED: ranking of teams in soccer by points, goal difference and shot goals
3.4.2
- BUGFIX: crosstable popup
- BUGFIX: improved time attribute for matches shortcode
- BUGFIX: crosstable with home and away match
3.4.1
- BUGFIX: team website in next match box of widget
- BUGFIX: get matches of current match day in matches shortcode
3.4
- NEW: shortcode attribute 'match_day' for matches
- NEW: shortcode attribute 'group' for matches
- NEW: shortcode attribute 'time' ("prev" or "next") for matches to display upcoming or past matches
- NEW: shortcode attribute 'group' for standings
- BUGFIX: widget AJAX match navigation
- BUGFIX: scores with 0 possible in Rugby
3.4-RC3
- NEW: template tags for next and previous match boxes of widget
- UPDATED: template tag for single team to display individual team member information
- BUGFIX: match scrambling
- BUGFIX: ranking in soccer
- BUGFIX: plus/minus points affects ranking (reload of page necessary)
- BUGFIX: widget prev match does not show latest match
3.4-RC2
3.3.1
- BUGFIX: empty query when adding League
- BUGFIX: 0-0 score if game not played changed to -:-
3.3
- NEW: double matches for tennis with individual standings
3.2.2
3.2.1
- BUGFIX: no default value for longtext fields
3.2
- NEW: options to display played, won, tie and lost games in standings table
- BUGIFX: Tennis scoring
3.2-RC1
- NEW: Tennis, Rugby and Volleyball Rules and Scoring
- NEW: set logo upload directory
- NEW: set default start time for matches
- BUGFIX: chmod of logos
3.1.9
- BUGFIX: spacer between teams in widget
3.1.8
- BUGFIX: widget match JQuery Navigation
3.1.7
3.1.6
3.1.5
- BUGFIX: fixed permission for upload directory
3.1.4
- BUGFIX: match stats and results saving data loss (IMPORTANT)
3.1.3
- BUGFIX: add teams from previous season with season as string
- BUGIFIX: export matches
- BUGFIX: create new thumbnails upon upgrade
3.1.2
- BUGFIX: load Thickbox stylesheet
- BUGFIX: edit of match day
- BUGFIX: created new thumbnail
3.1.1
- NEW: add Logo from url (for WPMU)
- BUGFIX: call-time pass-by-reference deprecated
- BUGFIX: match import
3.1
- NEW: supercool dynamic match statistics
- NEW: edit season
- BUGFIX: match days in frontend
3.0.4
- CHANGED: moved AJAX functions to own class
- BUGFIX: shortcode display with season as string, e.g. 08/09
- BUGFIX: Team Roster
3.0.3
- BUGFIX: archive template
- BUGFIX: leaguemanager_matches function
- BUGFIX: team display in matches template
3.0.2
- CHANGED: static function for display
3.0.1
- BUGIFX: database table creation
3.0
- NEW: Team Roster for each team if ProjectManager is installed
- NEW: Basic support for racing
- NEW: standings actions in Frontend templates
- CHANGED: restructured settings in one database longtext field
- BUGFIX: crosstable score
2.9.3
- BUGFIX: match days in matches shortcode
2.9.2
- NEW: upgrade page to set seasons for teams and matches
- BUGFIX: Add old teams upon adding of new season
- BUGFIX: match edit
- BUGFIX: matches display shortcode
2.9.1
- NEW: added games behind for baseball
- NEW: TinyMCE Button for Teamlist and Team page
- NEW: AJAX adding team from database
- BUGFIX: display of goals, ap etc.
- BUGFIX: added hidden fields to team edit page where necessary to avoid loss of data
- BUGFIX: unsetting of widget options if deleted
- BUGFIX: TinyMCE Button
2.9
- NEW: modular setup of plugin
- NEW: actions and filters for specific sport types
- NEW: shortcodes to display list of teams and team info
- NEW: three drop-down menus for leagues, seasons and matches on post page
- NEW: track status of team ranking compared to last standing
- NEW: several new sports
- NEW: Match Statistics with Team Roster from ProjectManager
- CHANGED: changed shortcodes, deleted convert function
2.9-RC2
- BUGFIX: adding matches with seasons like 2008/2009
2.9-RC1
- NEW: seasons support
- NEW: League Archive and single match view
2.8
- NEW: add Team data from database
- NEW: Option to insert standings manually on admin page
- NEW: import and export of teams/matches (experimental)
- NEW: option to manually save standings in admin panel
- NEW: manually rank teams via drag & drop if needed
- NEW: field to add/subtract points (useful, e.g. for Rugby)
- NEW: option to show/hide logos in match widget
- BUGFIX: display of next match in widget
- BUGFIX: no update of diff if saving standings manually
- CHANGED: Update logo name in database if image already exists on server
- CHANGED: included updated dutch translation
- CHANGED: added some descriptions to translation
2.7.1
- BUGFIX: plugin installation missed
coach field for teams
2.7
- NEW: predefined point rules
- NEW: support for Hockey and Basketball leagues to insert points of thirds and quarters respectively
- NEW: set point format
- NEW: short documentation on league types and point rules
- NEW: add website and coach for each team
- NEW: remove logo directory upon plugin uninstallation
- NEW: global option to set language file
- NEW: add separate results for overtime and penalty
- NEW: template system
- BUGFIX: Logo upload and thumbnail creation
- BUGFIX: upgrade
- CHANGED: New Widget with jQuery Sliding of matches
- CHANGED: simplified frontend templates
2.6.3
2.6.2
2.6.1
- BUGFIX: TinyMCE Button
- BUGFIG: PHP4 compatibility
- CHANGED: don't show match day drop-down if number of match days is 0
- CHANGED: warning message if number of match days is 0
2.6
- NEW: nicer upgrade method
- NEW: enter halftime results for ballgame leagues
- NEW: meta box on post writing screen to write match reports
- NEW: insert standings manually with simple constant switch
- NEW: templates for each shortcode to make customization easy
- CHANGED: major restructuring of plugin structure
- CHANGED: using shortcodes from WordPress API
- CHANGED: new icon for menu and TinyMCE Button
2.5.2
- BUGFIX: match display in widget
2.5.1
- NEW: separate Date and Time Format for widget
- NEW: display of match start time in widget
2.5
- NEW: weekly based match ordering
- NEW: bulk editing of weekly matches
- NEW: date based grouping of matches in widget
- BUGFIX: crosstable popup
- CHANGED: css styling
- CHANGED: moved logo directory to wp-content/uploads
- REMOVED: match display of specific dates
2.4.1
2.4
- NEW: logo support
- NEW: change color scheme for frontend tables via admin interface
- NEW: display of matches for specific dates
- NEW: dividers in standings table
2.3.1
- BUGFIX: database collation
2.3
- NEW: optional display of crosstable in popup window
2.2
- NEW: implemented crosstable for easy overview of all match results
- NEW: TinyMCE Button
- BUGFIX: secondary ranking of teams by goal difference if not gymnastics league
- CHANGED: css styling
2.1
- NEW: adding of up to 15 matches simultaneously for one date
- NEW: using date and time formats from WordPress settings
- BUGFIX: results determination if score was 0:0
2.0
- NEW: automatic point calculation
- REMOVED: dynamic table columns
1.5
- NEW: design standings table display in widget
1.4.2
- BUGFIX: check_admin_referer for WP 2.3.x
1.4.1
- BUGFIX: saving of standings table
1.4
- NEW: wp_nonce_field for higher security
- NEW: separate capability to control access
- BUGFIX: some minor bugfixes
1.3
- NEW: activation/deactivation switch
- NEW: widget for every active league
- NEW: use of short title for widget
1.2.2
- BUGFIX: Javascript for adding table columns
1.2.1
- BUGFIX: database creation
1.2
- BUGFIX: teams sorting in widget
- CHANGED: load javascript only on Leaguemanager admin pages
- CHANGED: remodeling of the plugin structure
1.1
- NEW: deletion of multiple leagues, teams or competitions
- NEW: display widget statically
- NEW: uninstallation method
- BUGFIX: table structure settings and deleting leagues, teams or competitions
1.0