From 84a57c33a94b738489918b954325a72a6334e43f Mon Sep 17 00:00:00 2001 From: Jeroen Schmit Date: Tue, 2 Feb 2016 14:51:19 +0100 Subject: [PATCH] Ready for 0.14. --- functions/wpt_frontend.php | 2 +- readme.txt | 4 ++++ theater.php | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/functions/wpt_frontend.php b/functions/wpt_frontend.php index b16ea961..8c09f848 100644 --- a/functions/wpt_frontend.php +++ b/functions/wpt_frontend.php @@ -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. */ diff --git a/readme.txt b/readme.txt index f4c2c042..f1eb355f 100644 --- a/readme.txt +++ b/readme.txt @@ -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 diff --git a/theater.php b/theater.php index 9d77ff70..f3380631 100644 --- a/theater.php +++ b/theater.php @@ -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 @@ -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() {