Changeset 3184824
- Timestamp:
- 11/09/2024 11:07:28 AM (17 months ago)
- Location:
- theatre/trunk
- Files:
-
- 4 edited
-
functions/wpt_event.php (modified) (1 diff)
-
functions/wpt_production.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
theater.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
theatre/trunk/functions/wpt_event.php
r3170095 r3184824 30 30 public $post; 31 31 public $format; 32 public $city; 33 public $location; 34 public $production; 35 public $remark; 36 public $title; 37 public $venue; 32 38 33 39 function __construct( $ID = false, $PostClass = false ) { -
theatre/trunk/functions/wpt_production.php
r3170095 r3184824 11 11 public $cities; 12 12 public $categories; 13 public $map_iframe; 14 public $permalink; 15 public $season; 13 16 14 17 // @codingStandardsIgnoreStart -
theatre/trunk/readme.txt
r3170095 r3184824 8 8 License: GPLv2 9 9 License 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=CZERCBG5SUGQW11 10 12 11 Manage and publish events for your theater, live venue, cinema, club or festival. … … 149 148 * Fixes an XSS vulnerability (0.18.4). 150 149 * Fixes a PHP error when manually inserting an Event through wp_insert_post() (0.18.5). 151 * Fixes a PHP warning that wasintroduced in PHP 8.2 (0.18.6).150 * Fixes PHP warnings that were introduced in PHP 8.2 (0.18.6). 152 151 * Deprecations 153 152 * Removed the Cart widget because nobody was using it (0.18.2). -
theatre/trunk/theater.php
r3170138 r3184824 6 6 Description: Manage and publish events for your theater, live venue, cinema, club or festival. 7 7 Author: Jeroen Schmit 8 Version: 0.18.6. 18 Version: 0.18.6.2 9 9 Author URI: http://slimndap.com/ 10 10 Text Domain: theatre … … 29 29 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 30 30 31 $wpt_version = '0.18.6. 1';31 $wpt_version = '0.18.6.2'; 32 32 33 33 class WP_Theatre {
Note: See TracChangeset
for help on using the changeset viewer.