Commit Graph

2771 Commits

Author SHA1 Message Date
Brian Miyaji
385d298df1 Tag version 2.6.9 2018-10-17 11:53:11 +11:00
Brian Miyaji
8cac595ed9 Update version numbers 2018-10-17 11:48:31 +11:00
Brian Miyaji
fd644e3071 Merge pull request #310 from ThemeBoy/feature-new-event-shortcodes
Fix Blank Screen when inserting Full Info for Event shortcode
2018-10-17 11:06:51 +11:00
Brian Miyaji
cddba8720a Update modules 2018-10-17 11:04:37 +11:00
mikapa21
cc6e17b867 Efficiency rating calculation
Efficiency rating should not add turnovers but subtrack them
2018-10-16 02:27:39 +03:00
Nabil Kadimi
050ca5d67d Fix team name in player list
When the player doesn't have a team, the player list shouldn't use the post title as the team name but should display nothing (empty string)
2018-10-14 16:03:39 +01:00
savvasha
66f8c04dc4 Avoid PHP > 7.1.x non-numeric values Warnings
PHP Warning:  A non-numeric value encountered in /xxxx/public_html/wp-content/plugins/sportspress/includes/class-sp-player.php on line 411
2018-10-14 12:08:13 +03:00
Nabil Kadimi
b11014820b Fix results order when "Reverse Team" is enabled 2018-10-12 11:07:41 +01:00
savvasha
23045b3848 Fix Blank Screen when inserting Full Info for Event shortcode 2018-10-12 10:30:30 +03:00
Brian Miyaji
dad59a8617 Merge pull request #306 from ThemeBoy/feature-past-meetings
Default to not show past meetings
2018-10-12 16:29:40 +11:00
Brian Miyaji
92cdf08776 Default to not show past meetings 2018-10-12 16:28:59 +11:00
Brian Miyaji
fb5d720432 Merge pull request #305 from ThemeBoy/feature-past-meetings
Feature past meetings
2018-10-12 15:50:44 +11:00
Brian Miyaji
b099170baa Merge pull request #304 from ThemeBoy/feature-flexible-player-list-shortcode
Make the Player List shortcode more flexible (selection of Season, Le…
2018-10-12 15:48:03 +11:00
Brian Miyaji
3c678e20c1 Merge pull request #303 from ThemeBoy/feature-new-event-shortcodes
Feature new event shortcodes
2018-10-12 15:47:19 +11:00
Brian Miyaji
5aafc5f3a4 Merge pull request #300 from kadimi/patch-29
Fix PHP error
2018-10-12 14:29:51 +11:00
Brian Miyaji
f8c11ba648 Merge pull request #301 from ThemeBoy/feature-gutenberg
Prevent blank screen on custom post types when Gutenberg is active
2018-10-11 19:10:09 +11:00
Brian Miyaji
405f858c25 Merge pull request #302 from ThemeBoy/feature-default-nationality
Add Default Nationality option
2018-10-11 19:09:58 +11:00
Nabil Kadimi
a1e44e335e Fix PHP error
Fix PHP error `( ! ) Fatal error: Uncaught Error: Cannot unset string offsets in /var/www/public/wp-content/plugins/sportspress/includes/class-sp-player-list.php on line 532`
2018-10-05 12:21:29 +01:00
savvasha
5d8141325f Filtering based on Last/This/Next Week uses all possible dates as Start of Week. 2018-10-04 21:43:23 +03:00
savvasha
93a487f680 FIX: If start of week is set to Sunday, then "Last week", "Current week" and "Next week" filters are giving false positives on Calendars 2018-10-04 17:58:25 +03:00
Brian Miyaji
1929f6c1a4 Merge pull request #299 from kadimi/patch-28
Fix "Skip if zero" not handling float representation (0.0*)
2018-10-04 11:37:23 +10:00
Brian Miyaji
2fbf6d71aa Merge pull request #298 from kadimi/patch-27
Preserve data when importing players
2018-10-04 11:37:09 +10:00
Brian Miyaji
5e8a9b3872 Merge pull request #297 from kadimi/patch-26
Improve  iCalendar feed
2018-10-04 11:36:30 +10:00
Brian Miyaji
f5e06f86ab Merge pull request #296 from kadimi/patch-25
Allow overriding team events list template arguments
2018-10-04 11:35:56 +10:00
Brian Miyaji
6dbb53d07a Merge pull request #294 from kadimi/patch-24
Update locationpicker.jquery.js
2018-10-04 11:35:13 +10:00
Brian Miyaji
b6ea5d7f30 Merge pull request #293 from kadimi/patch-23
Fix location picker freezing the browser
2018-10-04 11:34:49 +10:00
Brian Miyaji
ccc3a7bf5c Merge pull request #292 from kadimi/patch-22
Refactor
2018-10-04 11:34:17 +10:00
Brian Miyaji
7054966b26 Merge pull request #286 from kadimi/patch-19
Improve stats visibility on the dashboard
2018-10-04 11:33:31 +10:00
Nabil Kadimi
e504217d0c Use sp_ for the new hook 2018-10-02 23:13:47 +01:00
savvasha
3277f1646b Fix event-date showing at countdown widget 2018-10-01 10:40:23 +03:00
savvasha
b76b506a35 Fix the "The Countdown timer does not show the first number in the DAY field" bug when the day was 3digits 2018-10-01 10:09:22 +03:00
Nabil Kadimi
db8a7180f0 Fix "Skip if zero" not handling float representation (0.0*) 2018-09-26 10:43:24 +01:00
Nabil Kadimi
8fe28e788d Minor 2018-09-19 19:33:23 +01:00
Nabil Kadimi
d6750dd905 Preserve data when importing players
Preserve positions, seasons and leagues
2018-09-19 19:32:16 +01:00
savvasha
55cb7e9765 Add Default Nationality option at General Settings. 2018-09-18 16:45:10 +03:00
Brian Miyaji
d25072f127 Initial commit to disable Gutenberg editor for SP post types 2018-09-18 19:26:02 +10:00
Brian Miyaji
ae9504552e Merge branch 'master' into feature-gutenberg 2018-09-18 09:12:53 +10:00
Nabil Kadimi
8cc95c9dd8 Fix URL, reduce lines length & check description 2018-09-15 15:41:13 +01:00
savvasha
d83abf4b12 Avoid PHP warnings with PHP >= 7.2.x
Fix PHP Warning:  sizeof(): Parameter must be an array or an object that implements Countable on line 24
2018-09-15 17:02:54 +03:00
savvasha
f42499ba5e Avoid PHP warnings with PHP >= 7.2.x
Fix PHP Warning:  sizeof(): Parameter must be an array or an object that implements Countable on line 263
2018-09-15 16:58:48 +03:00
Nabil Kadimi
d07bb36228 Add required iCalendar property DTSTAMP
See https://icalendar.org/iCalendar-RFC-5545/3-6-1-event-component.html
2018-09-13 19:30:50 +01:00
Nabil Kadimi
672e116526 Refactor using WordPress brace style
https://make.wordpress.org/core/handbook/best-practices/coding-standards/php/#brace-style
2018-09-13 17:42:36 +01:00
Nabil Kadimi
ea093cba6f Allow overriding team events list template arguments 2018-09-13 17:40:47 +01:00
Nabil Kadimi
88e9491e2c Minor PHP 5 compatibility 2018-09-13 17:31:55 +01:00
Nabil Kadimi
15369f23ac Update locationpicker.jquery.js 2018-09-12 19:43:47 +01:00
Nabil Kadimi
8b69fe22fe Minor 2018-09-12 19:42:56 +01:00
Nabil Kadimi
b488fecb4e Fix location picker freezing the browser 2018-09-12 19:40:52 +01:00
Nabil Kadimi
4acfcc62e0 Refactor 2018-09-11 23:56:47 +01:00
savvasha
4d5be2a4c2 Optimize sp_team filtering 2018-09-07 19:05:35 +03:00
savvasha
936743f55c Filter events based on Home and Away Team 2018-09-07 19:03:46 +03:00