Skip to content

Commit

Permalink
Ready for 0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
slimndap committed Feb 2, 2016
1 parent a93e38f commit 84a57c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion functions/wpt_frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ function wpt_season_productions($atts, $content=null) {
* @since 0.12 Work with the 'wpt_event_tickets' query var,
* instead of $_GET vars.
* @since 0.13.3 Added the 'wpt/frontend/iframe/html' filter.
* @since 0.13.8 Fixed a PHP notice when the 'wpt_event_tickets' is not set.
* @since 0.14 Fixed a PHP notice when the 'wpt_event_tickets' is not set.
* Eg. when the iframe page is called directly.
* @return string The HTML for the [wpt_event_tickets] shortcode.
*/
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ The new feature may be added directly to the Theater plugin or as an extension s

== Changelog ==

= 0.14 =

* The plugin is now ready for [language packs for plugins hosted on WordPress.org](https://make.wordpress.org/plugins/2015/09/01/plugin-translations-on-wordpress-org/). This makes it much easier for you to contribute a translation of the plugin in your native language.

= 0.13 =

Release Date: September 3rd, 2015
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: http://theater.slimndap.com/
Description: Turn your Wordpress website into a theater website.
Author: Jeroen Schmit
Version: 0.13.7
Version: 0.14
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.13.7';
$wpt_version = '0.14';

class WP_Theatre {
function __construct() {
Expand Down

0 comments on commit 84a57c3

Please sign in to comment.