-replace icons with font awesome icons -display icons on tabs and hide it on mobile access -new block last results -new config values for last users, last results -replace config value football_host_timezone with football_time_shift -fixed errors on php 7 -remove unnecessary sql_freeresult calls -fixed non-numeric value errors
30 lines
669 B
JSON
30 lines
669 B
JSON
{
|
|
"name": "football/football",
|
|
"type": "phpbb-extension",
|
|
"description": "Football Prediction League",
|
|
"homepage": "http://football.bplaced.net",
|
|
"version": "0.9.9b1",
|
|
"time": "2017-09-09",
|
|
"license": "GPL-2.0",
|
|
"authors": [{
|
|
"name": "J. Helmke",
|
|
"email": "phpBB3.football@gmx.de",
|
|
"homepage": "http://football.bplaced.net",
|
|
"role": "Lead Developer"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"extra": {
|
|
"display-name": "Football Prediction League",
|
|
"soft-require": {
|
|
"phpbb/phpbb": "3.1.*"
|
|
},
|
|
"version-check": {
|
|
"host": "football.bplaced.net",
|
|
"directory": "/updatecheck",
|
|
"filename": "football_predictionleague.json"
|
|
}
|
|
}
|
|
}
|