diff --git a/readme.txt b/readme.txt index 1dbed6e..9beb477 100644 --- a/readme.txt +++ b/readme.txt @@ -306,6 +306,9 @@ Release Date: May 30th, 2015 == Upgrade Notice == += 0.18.7 = +Security update. + = 0.18.5 = Fixes a PHP error when manually inserting an Event through wp_insert_post(). diff --git a/theater.php b/theater.php index 1632127..2d5af73 100644 --- a/theater.php +++ b/theater.php @@ -5,7 +5,7 @@ Plugin URI: https://wp.theater/ Description: Manage and publish events for your theater, live venue, cinema, club or festival. Author: Jeroen Schmit - Version: 0.18.6.2 + Version: 0.18.7 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.18.6.2'; +$wpt_version = '0.18.7'; class WP_Theatre {