Changeset 3478115
- Timestamp:
- 03/09/2026 12:45:29 PM (3 weeks ago)
- Location:
- domilocus/trunk
- Files:
-
- 3 edited
-
domilocus.php (modified) (2 diffs)
-
includes/admin/class-domilocus-bookings-list-table.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
domilocus/trunk/domilocus.php
r3478060 r3478115 4 4 * Plugin URI: https://domilocus.consulinfo.it 5 5 * Description: Complete booking and property management solution for vacation rentals, apartments, and accommodations with backend administration. 6 * Version: 1.0.1 46 * Version: 1.0.15 7 7 * Author: ConsulInfo 8 8 * Author URI: https://domilocus.consulinfo.it … … 23 23 24 24 // Define plugin constants 25 define('DOMILOCUS_VERSION', '1.0.1 4');25 define('DOMILOCUS_VERSION', '1.0.15'); 26 26 define('DOMILOCUS_PLUGIN_FILE', __FILE__); 27 27 define('DOMILOCUS_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
domilocus/trunk/includes/admin/class-domilocus-bookings-list-table.php
r3478060 r3478115 260 260 261 261 // Total items 262 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared, WordPress.DB.DirectDatabaseQuery 262 // phpcs:ignore WordPress.DB.PreparedSQL.InterpolatedNotPrepared, WordPress.DB.DirectDatabaseQuery, PluginCheck.Security.DirectDB.UnescapedDBParameter 263 263 $total_items = $wpdb->get_var("SELECT COUNT(*) FROM {$wpdb->prefix}domilocus_bookings WHERE $where_sql"); 264 264 -
domilocus/trunk/readme.txt
r3478060 r3478115 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.0.1 47 Stable tag: 1.0.15 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 181 181 == Changelog == 182 182 183 = 1.0.14 =184 * Improved: bookings list now defaults to "Attive" tab (check-out >= today), keeping the main view clean. Added "Archivio" tab for past bookings and "Tutte" for unfiltered view.185 186 = 1.0.13 =187 * Added: access code system for external-platform guests (Booking.com, Airbnb, VRBO) — admin can generate a DML-XXXXXX code and email it; guests use email + code to log in via the app.188 * Added: `access_code` and `external_platform` columns with automatic DB migration.189 * Fixed: PHP syntax error caused by AJAX methods placed outside class scope.190 * Fixed: direct DB query caching warnings (PHPCS compliance).191 192 183 = 1.0.12 = 193 184 * Fixed: admin calendar availability data now consistently uses `status` instead of a legacy `available` flag across month/week/day views.
Note: See TracChangeset
for help on using the changeset viewer.