* New - support to WordPress 5
* New - search form results include booking products with time if there is at least one slot available in the selected dates
* New - possibility to hide services in Search Forms only
* New - set Geocode API key different by Google Maps API key to allow different restriction settings for the API keys
* Update - YITH Booking theme 1.1.0: support to WordPress 5 and Gutenberg, option to enable/disable product gallery in header through WP Customizer, improved style and so on...
* Update - language files
* Fix - YITH WooCommerce Request a Quote integration: display quantity for services in quotes
* Fix - issue when showing Booking Map in Quick View
* Fix - save _booking_id meta data in order items to prevent creation of multiple booking from the same order item
* Fix - display quantity for services in order item meta
* Fix - default value for timeselect
* Fix - service quantity issue for booking with 'request confirmation' option enabled
* Fix - add to cart validation for all day bookings
* Fix - error message in cart validation for max bookings per unit reached
* Fix - messages for non-available reasons
* Fix - check for bookings and booking product in cart when validating add-to-cart for max bookings per unit
* Fix - YITH Deposits integration: hide deposit form in widget when it's closed in mobile
* Fix - cache availability issue when saving global availability
* Fix - check for minimum people when checking for availability
* Fix - regenerate booking product data when booking status changes, if needed
* Fix - availability issue on translated booking products in combination with WPML
* Tweak - set order_item_id meta in bookings after creating orders for 'request confirmation' bookings
* Tweak - prevent warning with PHP 7
* Tweak - improved calendar when showing End Dates for booking with min duration set
* Tweak - fixed js issue with ECMAScript < 6
* Tweak - fixed minor issue when getting location by address with empty address
* Tweak - removed Search Form Results popup from the DOM when it's closed
* Tweak - added CSS class to duration fields based on duration type of the booking product
* Tweak - improved style
* Dev - PHPUnit Test - check for minimum people when checking for availability if 'count_persons_as_bookings' enabled
* Dev - PHPUnit Test - cost ranges
* Dev - added yith_wcbk_booking_product_create_availability_time_array_custom_time_slots filter
* Dev - added yith_wcbk_delete_data_for_booking_products function
* Dev - added yith_wcbk_sync_booking_product_prices function
* Dev - added yith_wck_booking_helper_count_booked_bookings_in_period_get_post_args filter
* Dev - added yith_wck_booking_helper_count_booked_bookings_in_period filter
* Dev - added yith_wcbk_cache_delete_{$object_type}_data action
* Dev - added yith_wcbk_cache_delete_object_data action
* Dev - added yith_wcbk_booking_product_after_regenerating_data action
* Dev - added yith_wcbk_cache_get_object_data_object_id filter
* Dev - added yith_wcbk_cache_get_object_data_{$object_type}_id filter
* Dev - fixed filter name 'yith_wcbk_booking_metabox_info_after_first_column'