Enable displaying shortcodes in text widgets

This commit is contained in:
Brian Miyaji
2014-03-21 18:41:16 +11:00
parent 3a0932fe4a
commit 90753a410f
3 changed files with 26 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ Tags: sports, sports journalism, teams, team management, fixtures, results, stan
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=support@themeboy.com&item_name=Donation+for+SportsPress
Requires at least: 3.8
Tested up to: 3.8.1
Stable tag: 0.5
Stable tag: 0.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -152,6 +152,18 @@ SportsPress is currently in beta and is undergoing testing. We are still activel
== Changelog ==
= 0.6 =
* Feature - New events shortcodes: countdown, events-calendar, and events-list.
* Feature - New teams shortcode: league-table.
* Feature - New players shortcodes: player-list and player-gallery.
* Feature - Add new settings page to change default text output.
* Feature - Add new section to permalinks settings to change post and term slugs.
* Tweak - Display teams as link list in admin page for league table teams columns.
* Tweak - Vertically align team logos in league table.
* Fix - Check if player belongs to leagues to avoid warnings in player profile.
* Fix - Total player statistics calculation in events.
* Fix - Responsive tables in event details and outcomes.
= 0.5 =
* Feature - Import tool added for importing events from CSV file.
* Feature - New post type Calendar added.