Changeset 3263851
- Timestamp:
- 03/29/2025 02:21:49 PM (12 months ago)
- Location:
- ticketmachine-event-manager/trunk
- Files:
-
- 3 edited
-
assets/js/calendar.js (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
ticketmachine-event-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ticketmachine-event-manager/trunk/assets/js/calendar.js
r3263831 r3263851 28 28 var data = { 29 29 action: "ticketmachine_calendar", 30 q: urlParams["q "],30 q: urlParams["query"], 31 31 pg: 1, 32 32 per_page: 100, … … 35 35 approved: urlParams["approved"], 36 36 } 37 37 38 jQuery 38 39 .getJSON(ticketmachine_calendar_data.ajaxurl, data) -
ticketmachine-event-manager/trunk/readme.txt
r3263831 r3263851 96 96 == Changelog == 97 97 = 1.10.8 = 98 * Fixed search in calendar widget 99 100 = 1.10.8 = 98 101 * Fix: Navigating calendar no longer scrolls to top of page. 99 102 -
ticketmachine-event-manager/trunk/ticketmachine-event-manager.php
r3263831 r3263851 5 5 Plugin URI: https://www.ticketmachine.de/ 6 6 Description: Easily create and manage cloud-based events for your wordpress site. 7 Version: 1.10. 87 Version: 1.10.9 8 8 Requires at least: 4.5 9 9 Author: NET-UP AG … … 22 22 23 23 global $ticketmachine_db_version; 24 $ticketmachine_db_version = "1.10. 8";24 $ticketmachine_db_version = "1.10.9"; 25 25 26 26 // Load translations if they don't already exist
Note: See TracChangeset
for help on using the changeset viewer.