diff --git a/includes/admin/class-sp-admin-welcome.php b/includes/admin/class-sp-admin-welcome.php index ed37cdd2..3e3d8d6c 100644 --- a/includes/admin/class-sp-admin-welcome.php +++ b/includes/admin/class-sp-admin-welcome.php @@ -99,10 +99,12 @@ class SP_Admin_Welcome { if ( ! empty( $_GET['sp-updated'] ) || ! empty( $_GET['sp-installed'] ) ) flush_rewrite_rules(); - // Drop minor version if 0 - $major_version = substr( SP()->version, 0, 3 ); + // Get major version number + $version = explode( '.', SP()->version, 3 ); + unset( $version[2] ); + $display_version = implode( '.', $version ); ?> -
+ You can now choose to show or hide specific elements and reorder them as you like. Design your own unique layouts for event, team, player, and staff pages.
+
+ Offensive and defensive statistics can now be displayed separately in events and player profiles. A global visibility option lets you choose whether to show or hide each column.
+The order of competitions, seasons, venues, positions, and roles can now be changed by editing the slug of each term.
Display career totals in player statistics tables. This row is added as a footer below the list of seasons.
+SportsPress now integrates with the WP REST API with custom endpoints for retrieving and updating sports data.
+