Skip to content

Commit

Permalink
Ready for 0.15.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
slimndap committed Feb 7, 2017
1 parent 6ee485a commit 1883d70
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ This release focusses on a more streamlined experience when managing your events
* Events can now be filtered by tags (0.15.5).
* Activated events archive pages (0.15.10).
* You can now set until what time events should fall on the previous days using the `Theater/Helpers/Time/Next_Day_Start_Time_Offset` filter (0.15.11).
* You can now create event calendars with custom filters (0.15.16).
* Added the 'end_after' filter to production lists.


* Bugfix
* The translation setting for the header above events on the productions page was also being used in other places (eg. the admin menu) (0.15.2). Thank you [Bob Morris](https://wordpress.org/support/profile/bob-morris)!
Expand All @@ -148,6 +151,12 @@ This release focusses on a more streamlined experience when managing your events
* Fixed the sort order of events on the admin screen after you changed the status of an event (0.15.13). Thank you [Menno Luitjes](https://www.linkedin.com/in/mennoluitjes)!
* Fixed a problem with the changelog of extensions if you're running multiple extensions (0.15.14).
* Fixed a problem with the event editor in WordPress 4.7 (0.15.15).
* Fixed the day-filter in event lists (0.15.16).
* Fixed an ecoding problem in the upcoming event feeds (0.15.16).

* Deprecations
* Deprecated the custom CSS settings in favour of the custom CSS setting that came with WordPress 4.7 (0.15.16).


= 0.14 =

Expand Down
4 changes: 2 additions & 2 deletions theater.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://wp.theater/
Description: Turn your Wordpress website into a theater website.
Author: Jeroen Schmit
Version: 0.15.15
Version: 0.15.16
Author URI: http://slimndap.com/
Text Domain: theatre
Domain Path: /lang
Expand All @@ -28,7 +28,7 @@

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

$wpt_version = '0.15.15';
$wpt_version = '0.15.16';

class WP_Theatre {
function __construct() {
Expand Down

0 comments on commit 1883d70

Please sign in to comment.