Plugin Directory

Changeset 3184824


Ignore:
Timestamp:
11/09/2024 11:07:28 AM (17 months ago)
Author:
slimndap
Message:

v0.18.6.2

Location:
theatre/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • theatre/trunk/functions/wpt_event.php

    r3170095 r3184824  
    3030    public $post;
    3131    public $format;
     32    public $city;
     33    public $location;
     34    public $production;
     35    public $remark;
     36    public $title;
     37    public $venue;
    3238
    3339    function __construct( $ID = false, $PostClass = false ) {
  • theatre/trunk/functions/wpt_production.php

    r3170095 r3184824  
    1111    public $cities;
    1212    public $categories;
     13    public $map_iframe;
     14    public $permalink;
     15    public $season;
    1316
    1417    // @codingStandardsIgnoreStart
  • theatre/trunk/readme.txt

    r3170095 r3184824  
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    10 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CZERCBG5SUGQW
    1110
    1211Manage and publish events for your theater, live venue, cinema, club or festival.
     
    149148    * Fixes an XSS vulnerability (0.18.4).
    150149    * Fixes a PHP error when manually inserting an Event through wp_insert_post() (0.18.5).
    151     * Fixes a PHP warning that was introduced in PHP 8.2 (0.18.6).
     150    * Fixes PHP warnings that were introduced in PHP 8.2 (0.18.6).
    152151* Deprecations
    153152    * Removed the Cart widget because nobody was using it (0.18.2).
  • theatre/trunk/theater.php

    r3170138 r3184824  
    66    Description: Manage and publish events for your theater, live venue, cinema, club or festival.
    77    Author: Jeroen Schmit
    8     Version: 0.18.6.1
     8    Version: 0.18.6.2
    99    Author URI: http://slimndap.com/
    1010    Text Domain: theatre
     
    2929if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    3030   
    31 $wpt_version = '0.18.6.1';
     31$wpt_version = '0.18.6.2';
    3232
    3333class WP_Theatre {
Note: See TracChangeset for help on using the changeset viewer.