Downloads
Download tar.gz
28.02 KB
MD5: ebfc6d2ed06c466fa19a703e3e8a0817
SHA-1: 36773573b4cb660fbc3e05661b58f880373a4621
SHA-256: 11b70a71c938f68a7068570a0ede1ae56c47fc7f4011cb0af97540667cee258e
Download zip
36.63 KB
MD5: 0e04133f13945c8019a3e54df40a9a91
SHA-1: 46ba29bc0dd21fc1e955992e18d245ac6a1659db
SHA-256: 439b27dca418de0155bac31477a5f876960c4807f2eeaae342640e9396adc58f
Release notes
This release contains a couple of bug fixes (for a complete list, see the changelog), some of them critical. In addition a basic integration with the Trigger-module and the Rules-module have been added as separate sub-modules.
Be sure to call update.php after installing this version.
New features:
- Basic Integration with the Trigger module (core): Bookings API now provides a set of events
- Basic Integration with the Rules module: Booking API now provides a set of events and two datatypes (Resource, Booking)
Bug Fixes:
- Renamed column 'group' to 'grouping' in bookings_resources to avoid conflicts with the keyword "group" in MySQL
- Fixed a critical bug in bookingsapi_record_status_change that led to incorrect status
- bookingsapi_record_status_change is now called whenever bookingsapi_booking_save is called
- bookingsapi_booking_save will now use insert and update in the correct meaning
- Added variable_del to bookingsapi_uninstall