diff --git a/assets/css/admin.css b/assets/css/admin.css index dc96ea00..db8ae011 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -964,6 +964,9 @@ table.sp-status-table td mark.yes { .about-sportspress-wrap .sp-welcome-logo { display: inline; } +.about-sportspress-wrap .sp-welcome-logo img { + border: none; +} .about-sportspress-wrap .sp-about-text { min-height: 0; margin-right: 165px; diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index 9dfaca2a..a37cb90e 100644 --- a/includes/admin/class-sp-admin-welcome.php +++ b/includes/admin/class-sp-admin-welcome.php @@ -175,49 +175,95 @@ class SP_Admin_Welcome { ?> -
+ 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.
+
- A match day can be added to any event and displayed directly inside the event details section. It can also be used as a filter for shortcodes and widgets.
+
+ 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.
- For undecided, postponed, and cancelled events, a status can be displayed in place of the time. Leave the status alone to display the actual time of the event.
+
+ 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.
- You can now can enter the time of goals or any other statistic for each player, and display them directly within the box score section of event pages.
+
+ 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.
- Simply drag and drop any of the layout items to automatically group them into tabs. This will make your templates more compact and intuitive.
+
+ 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 the teams playing using an inline layout or as a block section, with logos on either side and the date and time/results in the middle.
+
+ 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.
- We also added a dropdown above the player details box which allows your visitors to quickly switch to another player's profile.
+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.
+A new, simpler importer has been added for quickly scheduling events. Supports CSV files generated by LeagueLobster.
+Offense and defense statistics are now calculated using only the player performance from the same category.
If you've enabled the Tutorials module, all SportsPress users will now be able to access them from the dashboard.
+The Minutes equation variable is now automatically adjusted by subtracting substitution time.
The REST API has been updated to support meta query vars, allowing you to retrieve data for a specific team or player.
+No more errors when dividing by zero. Equations with undefined solutions now simply return zero for that value.