Update welcome page for 2.1

This commit is contained in:
Brian Miyaji
2016-09-10 18:23:54 +10:00
parent f72fdfd705
commit f880981f54

View File

@@ -181,36 +181,62 @@ class SP_Admin_Welcome {
<hr> <hr>
<div class="feature-section two-col"> <div class="feature-section three-col">
<h2>Customization Improvements</h2> <h2>Event Organization</h2>
<div class="col"> <div class="col">
<img src="https://cdn-themeboy.netdna-ssl.com/wp-content/uploads/layout-designer.gif" alt=""/> <img src="https://cdn-themeboy.netdna-ssl.com/wp-content/uploads/match-days.png" alt="Match Days"/>
<h3>Layout Designer</h3> <h3>Match Days</h3>
<p>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.</p> <p>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.</p>
</div> </div>
<div class="col"> <div class="col">
<img src="https://cdn-themeboy.netdna-ssl.com/wp-content/uploads/smart-statistics.png" alt=""/> <img src="https://cdn-themeboy.netdna-ssl.com/wp-content/uploads/event-status.gif" alt="Event Status"/>
<h3>Smarter Statistics</h3> <h3>Event Status</h3>
<p>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.</p> <p>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.</p>
</div>
<div class="col">
<img src="https://cdn-themeboy.netdna-ssl.com/wp-content/uploads/box-score-minutes.png" alt="Box Score Minutes"/>
<h3>Box Score Minutes</h3>
<p>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.</p>
</div>
</div>
<hr>
<div class="feature-section three-col">
<h2>Layout Enhancements</h2>
<div class="col">
<img src="https://cdn-themeboy.netdna-ssl.com/wp-content/uploads/template-tabs.gif" alt=""/>
<h3>Template Tabs</h3>
<p>Simply drag and drop any of the layout items to automatically group them into tabs. This will make your templates more compact and intuitive.</p>
</div>
<div class="col">
<img src="https://cdn-themeboy.netdna-ssl.com/wp-content/uploads/event-logo-options.png" alt=""/>
<h3>Event Logo Options</h3>
<p>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.</p>
</div>
<div class="col">
<img src="https://cdn-themeboy.netdna-ssl.com/wp-content/uploads/player-profile-switching.png" alt=""/>
<h3>Player Profile Switching</h3>
<p>We also added a dropdown above the player details box which allows your visitors to quickly switch to another player's profile.</p>
</div> </div>
</div> </div>
<hr /> <hr />
<div class="changelog"> <div class="changelog">
<h2>Take Control of Your Data</h2> <h2>Under the Hood</h2>
<div class="under-the-hood three-col"> <div class="under-the-hood three-col">
<div class="col"> <div class="col">
<h3>Taxonomy Ordering</h3> <h3>Fixtures Importer</h3>
<p>The order of competitions, seasons, venues, positions, and roles can now be changed by editing the slug of each term.</p> <p>A new, simpler importer has been added for quickly scheduling events. Supports CSV files generated by <a href="http://tboy.co/leaguelobster" target="_blank">LeagueLobster</a>.</p>
</div> </div>
<div class="col"> <div class="col">
<h3>Career Totals</h3> <h3>Tutorials for Everyone</h3>
<p>Display career totals in player statistics tables. This row is added as a footer below the list of seasons.</p> <p>If you've enabled the Tutorials module, all SportsPress users will now be able to access them from the dashboard.</p>
</div> </div>
<div class="col"> <div class="col">
<h3>REST API Support</h3> <h3>REST API Improvements</h3>
<p>SportsPress now integrates with the WP REST API with custom endpoints for retrieving and updating sports data.</p> <p>The REST API has been updated to support meta query vars, allowing you to retrieve data for a specific team or player.</p>
</div> </div>
</div> </div>
</div> </div>