Tables in the administration pages are now made responsive so you can work with them in all mobile devices
Added class “wphostel-book-button” to the “Make Reservation” button to allow styling
Replaced CURL with WP HTTP API
Prevent XSS and removed unwanted slashes in Manage Bookings
Added DB indexes for better performance
Version 1.1
Improved the Unavailable dates management. Now you can select a date range to make it unavailable at once. Any partially overlapping periods will also be shown there for each room so you can easily switch to them and cleanup the unavailability.
Added iCal / .ics support for easier synchronization with other services
Added possibility to use your own versions of the views / templates and modify the plugin pages without losing your changes on upgrade. See the plugin’s internal Help page for more details.
Two new arguments added to the [wphostel-list] shortcode: form_horizontal and show_table. Check the internal Help page for details.
Added option to limit the period in the future available for booking
Now you can choose whether guests can book from today or tomorrow
Changed the Paypal postback endpoints accordingly to latest Paypal security changes
Security fixes – sanitization of vars, etc.
You can now sync bookings with external services through iCal URLs – see the Edit Room page for details
Added sorting on the Bookings page
Version 1.0
Booking ID added in the Bookings table to help finding a booking for cancellation, referrence etc
Added email log for all notification emails sent out from the plugin. Emails are logged from version 0.9.3 ahead.
Added “show_titles” argument to the [wphostel-list] shortcode. It allows you to show the room titles in the rooms listing table.
Fixed the datepicker CSS bug
Added debug mode to see SQL errors in case you have any problems with the plugin
Disallow selecting dates in the past when booking
Added payment error log to see why Paypal payment was not marked successfully
Added option to use Paypal PDT instead of IPN
Added option to allow other user roles than admin to work with the plugin
Fixed bug, the attribute “show_titles” of the wphostel-list shortcode did not initially take effect when page is loaded
Version 0.9
Changed the booking form design to avoid styling issues
Added setting to auto-cleanup unconfirmed/unpaid bookings after given interval of time
Added setting for required minimum stay (X days)
Added {{room-name}} variable for the email contents
Added “max_days” attribute for the [wphostel-list] shortcode
Your custom date format will now be used accross the date selector fields
The datepicker can now be localized and styled using the configuration fields on the options page
Optionally send notification emails when marking booking as paid from admin
Version 0.8
Reworked all forms to work only with Ajax. This will let you use multiple
Removed the requirement and setting for booking form URL. This is no longer needed
Improved the booking form validations
“Per room” price is now available. When this is selected number of beds become irrelevant because your guests are booking the entire room.
Fixed bug: tables were not properly created on installation
Setting a custom currently is available
Added ajax loading of the beds in the booking form to prevent confusing numbers on the private rooms.
Fixed bug in [wphostel-book] shortcode
Version 0.7
Added “wphostel-book” shortcode which allows you to place a booking button on any page (usually on a page where you have described your room manually, with pictures etc)
Added a validaion on the [wphostel-list] so no more than 5 days interval can be selected (to avoid creating long ugly tables with rooms). Setting soon to be made configurable.
Added zebra tables in manage bookings and manage rooms pages
Changed the date drop-downs on the front end to use the date picker
Major improvements of the availability logics, differentiating between dorms and private rooms
Fixed bug with resetting the room type on editing
Fixed HTML content-type of the auto-mails
Fixed bug with pending status when manually marking booking as paid
Fixed JS validation error on the [wphostel-list] shortcode
Fixed problem with overlapping the “to” day when booking and showing availability
Fixed issues with unavailable dates: when date is unavailable, all beds should be considered unavailable