Changeset 2346023
- Timestamp:
- 07/24/2020 11:40:05 AM (6 years ago)
- Location:
- integrate-ticket-master/trunk
- Files:
-
- 2 edited
-
ank-wp-ticket-master.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
integrate-ticket-master/trunk/ank-wp-ticket-master.php
r1920084 r2346023 6 6 Description: A plugin to integrate ticket master with wordpress 7 7 Author: Ankur Khurana 8 Author URI:http:// mywp.ooo8 Author URI:http://http://aaivatech.com/ 9 9 COntributors: 10 Version: 2.0. 011 @copyright Copyright (c) 20 18, Ankur Khurana10 Version: 2.0.2 11 @copyright Copyright (c) 2020, Ankur Khurana 12 12 @license http://opensource.org/licenses/gpl-2.0.php GNU Public License 13 13 */ … … 15 15 final class AK_TicketMaster_Wordpress { //final to avoid extension/inheritance of class 16 16 17 public $ank_wp_ticket_version = '2.0. 0';17 public $ank_wp_ticket_version = '2.0.2'; 18 18 public $ak_ticket_api_key; 19 19 protected static $_instance = null; … … 91 91 } 92 92 if (get_option('ank_wp_ticket_debug_mode')){ 93 add_filter('wp_logging_post_type_args', ank_wp_ticket_logging_args); //ank_wp_ticket_logging_args is defined in ank-wp-ticket-master-function.php93 add_filter('wp_logging_post_type_args','ank_wp_ticket_logging_args'); //ank_wp_ticket_logging_args is defined in ank-wp-ticket-master-function.php 94 94 } 95 95 } -
integrate-ticket-master/trunk/readme.txt
r1920084 r2346023 4 4 Tags: ticketmaster, ticketmaster events, ticketmaster shortcode, ticket master, ticketmaster API 5 5 Requires at least: 4.9.7 6 Tested up to: 4.9.76 Tested up to: 5.4.2 7 7 Stable tag: 2.0.1 8 8 Requires PHP: 5.5.12 … … 85 85 86 86 == Upgrade Notice == 87 = 2.0. 0=87 = 2.0.1 = 88 88 Enhanced UI options and option to filter and sort the results 89 90 == Upgrade Notice == 91 = 2.0.2 = 92 Made it compatible with WP 5.4.2
Note: See TracChangeset
for help on using the changeset viewer.