diff --git a/assets/images/welcome/screenshot-player-vs-player.png b/assets/images/welcome/screenshot-player-vs-player.png new file mode 100644 index 00000000..d0633787 Binary files /dev/null and b/assets/images/welcome/screenshot-player-vs-player.png differ diff --git a/assets/images/welcome/screenshot-send-offs.png b/assets/images/welcome/screenshot-send-offs.png new file mode 100644 index 00000000..ffe22ad7 Binary files /dev/null and b/assets/images/welcome/screenshot-send-offs.png differ diff --git a/assets/images/welcome/screenshot-setup-wizard.png b/assets/images/welcome/screenshot-setup-wizard.png new file mode 100644 index 00000000..25cba956 Binary files /dev/null and b/assets/images/welcome/screenshot-setup-wizard.png differ diff --git a/assets/images/welcome/screenshot-team-vs-team.png b/assets/images/welcome/screenshot-team-vs-team.png new file mode 100644 index 00000000..60765f8e Binary files /dev/null and b/assets/images/welcome/screenshot-team-vs-team.png differ diff --git a/assets/images/welcome/screenshot-user-registration.png b/assets/images/welcome/screenshot-user-registration.png new file mode 100644 index 00000000..37737134 Binary files /dev/null and b/assets/images/welcome/screenshot-user-registration.png differ diff --git a/assets/images/welcome/screenshot-user-scores-admin.png b/assets/images/welcome/screenshot-user-scores-admin.png new file mode 100644 index 00000000..16f9dbe1 Binary files /dev/null and b/assets/images/welcome/screenshot-user-scores-admin.png differ diff --git a/assets/images/welcome/screenshot-user-scores-frontend.png b/assets/images/welcome/screenshot-user-scores-frontend.png new file mode 100644 index 00000000..6eb2f949 Binary files /dev/null and b/assets/images/welcome/screenshot-user-scores-frontend.png differ diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index cb354e40..def5a7f3 100644 --- a/includes/admin/class-sp-admin-welcome.php +++ b/includes/admin/class-sp-admin-welcome.php @@ -9,7 +9,7 @@ * @author ThemeBoy * @category Admin * @package SportsPress/Admin - * @version 2.2.10 + * @version 2.3 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly @@ -176,94 +176,54 @@ class SP_Admin_Welcome { do_action( 'sportspress_before_welcome_features' ); ?> - - - -
- An optional default stylesheet has been added to enhance the design of SportsPress template elements in third-party themes.
-
- All related content including widgets can be styled instantly by enabling Frontend Styles in General Options.
-
+ Switch between team and individual mode per event. By default, events are held between teams with multiple players on each side.
+ Select this mode to remove team selectors in events. Instead, players compete with each other. Select a default mode in Event Options.
+
- A new Form preset variable has been added to the equation builder for table columns. Use this variable to display the most recent outcomes with each outcome linking to that event.
+
+ Automatically create player profiles for new users by enabling User Registration in Player Options and Membership in General Settings.
- When two or more teams are tied in the general standings, SportsPress can now automatically analyze the events between those teams to determine who comes out on top.
+
+ A guided Setup Wizard can help you get started by adding basic details, teams, players, staff, venues, and your first event.
- A new Time format has been added to player performance settings. Times are saved as minutes, and displayed using time format with 0:00 as the default.
+
+ A new Send Off option has been added to player performance settings, limiting the played minutes for sent off players.
- Bulk actions has been added to instantly generate team calendars. Simply select the checkboxes next to each team, then choose Generate Calendars from the Bulk Actions dropdown and voilĂ !
+
+ Display a frontend section for logged in players to submit their own scores. Optionally, registered staff and team managers can also submit scores for their entire team.
- Quickly add players to teams using the Bulk Edit feature. New sections have been added to select the current teams and past teams for multiple players at once.
-A limit option has been added to player lists when automatically adding players, enabling speedier queries.
-The order of player performance and statistics can now be mixed together by editing the order of each variable.
-Decide whether to use native team pages or to redirect teams to their external URLs using the new Redirect option.
-In addition to editing the teams a player belongs to, squad numbers can also be updated via the Quick Edit menu
-Choose which values in the box score need minutes recorded, with an independent setting for each column.
-New endpoints have been added for taxonomies including seasons, competitions, venues, positions, and jobs.
-
+ Once the scores are received, the owner of the event or an admin user can approve or reject each submission. Logged in users can amend their submissions at any time. Only approved scores are published.
Offense and defense statistics are now calculated using only the player performance from the same category.
+Players borrowed from other teams are now automatically loaded when editing events in the dashboard.
The Minutes equation variable is now automatically adjusted by subtracting substitution time.
+Text colors have been adjusted to improve readability when using color schemes with dark backgrounds and light text.
No more errors when dividing by zero. Equations with undefined solutions now simply return zero for that value.
+The templates used for rendering team and individual box scores have been combined into a single template.