phpFFL 1.24 Notes
Changed Files:
language\english\admin.php
language\english\general.php
language\english\statistics.php
language\german\admin.php
language\german\general.php
language\german\statistics.php
program_files\admin\functions\automated_scripts_functions.php
program_files\autorun\general\functions\team_stats_functions.php
program_files\autorun\myffl\statistics.php
program_files\global\functions\global_functions.php
program_files\myteam\functions\starting_lineup_functions.php
program_files\statistics\functions\live_scoring_functions.php
program_files\statistics\functions\teams_functions.php
Run Update:
phpffl_updates\1.24\updates.php
All upgrades should run this upgrade script. Just upload it to the root of your
phpFFL installation and run it once through your browser.
NOTE: If you are upgrading from a version prior to 1.20 please see notes for 1.20 upgrade.
Fixes & Updates
- Update Statistics update script. It now only processes games that are in progress and for a short time after they are finished. You can run it for all games through Admin -> Automated Script. Or if you want to set a job that updates all games that runs Tuesday mornings use something like this syntax.
php /home/path/program_files/autorun/myffl/statistics.php AUTOPIN 0 1
AUTOPIN is your autorun pin. The next 0 is the week you want to process, 0 is for the current week. And the last 1 tells it to process all games. They must be in that order.
- Fixed Starting Lineup Bug that allowed users to start a player who's game had already started. Only happened in rare cases but it's fixed now.
- Add players game date to Team View
- Add "Page Last Updated" time to Live Scoring Page. This is just the last time the data was refreshed in the users browser. Not the actual last time the stats were updated by phpFFL. That update is coming soon.