Guest User

Untitled

a guest
Jun 23rd, 2018
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.59 KB | None | 0 0
  1. *** WooCommerce Bookings Changelog ***
  2.  
  3. 2018-05-23 - version 1.11.2
  4. * Update - Privacy policy notification.
  5. * Update - Export/erasure hooks added.
  6. * Update - WC 3.4 compatibility.
  7.  
  8. 2018-04-24 - version 1.11.1
  9. * Fix - Booking Reminder Emails: Same-day Bookings Contain The Text 'tomorrow'.
  10. * Fix - Calendar doesn't load the correct availability for different resources.
  11. * Fix - Calendar not finishing loading in wp-admin screens
  12. * Fix - JavaScript error for DatePicker in International Browsers.
  13. * Fix - The ajax endpoint should not return unavailable days for products of hour/minute duration types.
  14. * Tweak - Refactor `get_available_blocks` parameters.
  15.  
  16. 2018-04-11 - version 1.11.0
  17. * Add - Bookings info in dashboard widget for new bookings (monthly) and bookings that require confirmation.
  18. * Add - Calendar Lazy load functionality.
  19. * Fix - Allow Person Types Max to be blank/null.
  20. * Fix - Billing details overwritten when assigning new manual booking to existing order purchased by guest.
  21. * Fix - Booking Person Discount coupon isn't computed in the Total.
  22. * Fix - Buffer period not blocking slots as expected.
  23. * Fix - Datepicker in admin calendar day view does not honor WordPress week start day.
  24. * Fix - Days before existing marked unavailable incorrectly.
  25. * Fix - Fix PHP notices by passing through the email parameter.
  26. * Fix - Out of Stock setting prevents adding the product to the cart.
  27. * Fix - Product price includes person cost with minimum set to 0.
  28. * Fix - Resource costs show up incorrectly for week blocks.
  29. * Fix - Validation messages not showing up with required addon fields and require confirmation.
  30. * Fix - Visual compatibility with product addons.
  31. * Tweak - Add filter to override how resource quantity takes precedence over product quantity.
  32. * Tweak - Compatibility with WooCommerce PIP.
  33. * Tweak - Could not add Booking ID to notification email, now you can.
  34. * Tweak - Introduced filter `woocommerce_bookings_calculated_booking_cost_success_output` to modify cost output.
  35. * Tweak - Show when month is fully booked.
  36.  
  37. 2018-01-31 - version 1.10.12
  38. * Fix - Added fourth arg in Confirmation emails for actions.
  39. * New - Bookings data included in WooCommerce core import and export functionality.
  40. * Add - Added compatibility for Sequential Order Numbers Pro
  41. * Fix - Slots available after max available time.
  42. * Fix - Double check product exists before attempting to get_title().
  43.  
  44. 2017-12-14 - version 1.10.11
  45. * Fix - Order metadata not being synced with Google Calendar sync.
  46. * Fix - Deposit integration parent order not marked as completed when it contains a booking.
  47. * Fix - Failed order's related bookings is never cancelled.
  48. * Update - Bump tested version to 3.3
  49.  
  50. 2017-12-05 - version 1.10.10
  51. * Fix - Bookings overwriting notes made directly on Google Calendar on subsquent syncs.
  52. * Fix - wc_bookings_calendar_default_to_current_date filter not working when using availability rules
  53. * Fix - Customer defined blocks by hour durations buffering by incorrect amounts.
  54. * Fix - Remove activation notice when plugin is deactivated.
  55. * Fix - Global and product rule not overriding resource rules when calling get_blocks_in_range directly
  56. * Fix - Incorrect remaining count on blocks when resources overlap and are set to automatically assigned.
  57.  
  58. 2017-11-01 - version 1.10.9
  59. * Add - Allow price overriding for all Bookings by adding equals operator in the costs range.
  60. * Add - Include number of persons in Booking Calendar Monthly view and Daily view.
  61. * Fix - Resource dropdown should only display the costs related to the resource.
  62. * Fix - Prevent deleting products or resources that have bookings associated with them.
  63. * Fix - "Booked By" column is empty if there's no email address specified for the customer.
  64. * Fix - Restrict Days not working when site is translated.
  65. * Fix - Incorrect remaining count on blocks when resources overlap.
  66. * Fix - Calendar not defaulting to first available date with shared resource.
  67. * Tweak - Add CSS class to the first and the last date in the bookable-range.
  68. * Tweak - Clearer text when customer selects a range of dates.
  69. * Tweak - Add Onboarding notice.
  70. * Tweak - Calendar page title.
  71. * Tweak - Improve error feedback on calendar timepicker.
  72. * Tweak - Input time fields when editing existing booking should be of type "time".
  73. * Tweak - Change "Create Booking" to "Add Booking".
  74. * Tweak - Rename `base_cost` methods to `block_cost` on bookable products to reflect the proper fields.
  75. * Tweak - Update sanity check notices to be warnings.
  76.  
  77. 2017-09-21 - version 1.10.8
  78. * Fix - Customer cancelled bookings were not triggering cancellation emails.
  79. * Fix - Incorrect text domain for translation.
  80. * Fix - Incorrect links for docs and support.
  81. * Fix - Bookings Calendar not functioning properly for RTL languages.
  82. * Fix - Random availability problem.
  83. * Fix - Calendar calculation wasn't taking into consideration days before actual booking for duration of type days.
  84. * Fix - Data manipulation allows bookings outside of defined blocks.
  85. * Fix - Orders with multiple cancelled bookings still show as "Completed".
  86. * Fix - PHP notice when adding bookable product that requires confirmation to the cart.
  87. * Tweak - Pagination of "My Bookings".
  88. * Tweak - Switch order of operations for `status_transitioned_handler`.
  89. * Tweak - Time in admin calendar day view now uses WordPress time format.
  90. * Tweak - Updated templates to have proper/updated headers.
  91.  
  92. 2017-08-17 - version 1.10.7
  93. * Add - New functionality to restrict the day a booking can start on.
  94. * Fix - Admin calendar day view incorrect when times below 10am.
  95. * Fix - Bookings calendar on the backend doesn't respect time format in WordPress settings.
  96. * Fix - Bookings with orders created in admin had totals without taxes included.
  97. * Fix - Fatal error when using woocommerce_email_recipient_booking_confirmed
  98. * Fix - Fatal if create_wc_booking used to create booking based on parent.
  99. * Fix - Hour based slots overlapping midnight marks next day as partially booked even though it doesn't affect any of the slots.
  100. * Fix - My Account > Bookings default order to booking date instead of date created.
  101. * Fix - Refunded orders will update the Bookings status to Refunded.
  102. * Fix - Today's availability rules were being ignored.
  103. * Tweak - Added filter for wc_bookings_get_time_slots_html.
  104. * Tweak - Added filters to allow switching to date created for My Account > Bookings.
  105. * Tweak - Added wc_bookings_summary_list_date filter for wc_bookings_get_summary_list.
  106. * Tweak - Automatically open calendar when clicking on any of the Month/Day/Year input boxes.
  107. * Tweak - Moved Booking Display to templates for orders on both front-end and admin.
  108. * Tweak - Moved Booking Summary list to templates for orders on both front-end and admin.
  109. * Tweak - Send confirmation email for manually created bookings without an order.
  110.  
  111. 2017-07-22 - version 1.10.6
  112. * Fix - Error 500 when using external object cache, such as Memcached.
  113. * Fix - Days with availability > 1 calendar shows fully booked after 1 booking.
  114. * Fix - Emails are triggered when saving a booking and changes aren't made.
  115.  
  116. 2017-07-19 - version 1.10.5
  117. * Fix - Update WC 3.x compatibilities when duplicating product.
  118. * Fix - Taxes not added when creating a booking from admin.
  119. * Fix - Admin calendar time slots has the wrong sizes and start times.
  120. * Fix - Resources display wrong sum of cost in frontend dropdown.
  121. * Fix - Resources able to be added to product twice.
  122. * Fix - Reminder and complete cron events not set if Booking is created without an order from the backend.
  123. * Fix - Fatal error when bookings used with a cached objects.
  124. * Fix - Email ID was the same for customer and admin booking cancelled email.
  125. * Fix - All day booking option was being ignored on calendar after availability refactor.
  126. * Fix - Missing utf8_encode function when no XML PHP module installed in google calendar integration.
  127. * Fix - Availability rules using Date Range calculation on the frontend.
  128. * Fix - "Connect with Google" does not save/update entries.
  129. * Fix - Availability rules with dates in the past should be ignored for performance reasons.
  130. * Tweak - Add woocommerce_bookings_email_actions filter to allow additional Bookings emails.
  131. * Fix - Audit usages of get_price / price filters for Memberships/Dynamic Discounts compatibility.
  132. * Fix - Default price being used when price rules make price 0.
  133. * Tweak - Do not display 'View my bookings' link if guest checkout used.
  134. * Fix - Incorrect date being checked when getting time slots vs availability rules.
  135. * Fix - Endless loop when auto completion of booking when it has no order.
  136. * Tweak - Re-introduce adjacent buffering option for Days.
  137.  
  138. 2017-06-29 - version 1.10.4
  139. * Fix - Memberships discounts not working.
  140. * Fix - Duplicating product creates multiple copies of meta fields.
  141. * Fix - Fatal errors when applying bookable person coupons when other product types in cart.
  142. * Fix - Deleting one booking deletes the whole order.
  143. * Fix - Leftover bookings cron hooks after booking was deleted.
  144. * Add - Is valid booking check to 'wc-booking-complete' action.
  145. * Fix - Only sync Google Calendar if the integration is configured.
  146. * Fix - When a resource is attached, booking multiple days shows partials days when they are not.
  147. * Fix - Base cost did not include resource cost unless there were persons.
  148. * Fix - `/bookings/` slug always redirects to Blog page.
  149. * Fix - Undefined offset when viewing order with persons added to the booking.
  150. * Fix - All day booking option was being ignored when parsing bookings for calendar availability.
  151. * Fix - Delete database entries on uninstall only in case `WC_REMOVE_ALL_DATA` is true.
  152. * Fix - Manual POST request can bypass calendar validation.
  153. * Tweak - Update order status if booking status changes to paid or unpaid.
  154. * Tweak - Update maximum resource count indicator on calendar block.
  155. * Fix - Undefined variable notice for booking_persons when editing booking.
  156. * Fix - Issue where availability rules were not applied against duration calculation.
  157. * Tweak - Refactor `find_fully_booked_blocks` to be consistent with the time slots display.
  158. * Fix - Not needed 'to' label added for Date Range (Global Availability) when also Date Range with time is added.
  159. * Fix - Virtual orders were being marked as processing after being marked as completed.
  160. * Tweak - Hide adjacent buffering option for Days, as it is not used for Days.
  161. * Fix - During checkout with person type that has cost that equals 0 cart will default to person type with non 0 cost.
  162.  
  163. 2017-05-30 - version 1.10.3
  164. * Fix - Display price is not changed on the front-end when updated in the back-end.
  165. * Fix - Unlink person types from product instead of deleting them, to allow existing bookings to refer to them properly.
  166. * Add - Option to remove unused person types under WooCommerce > Status > Tools.
  167. * Fix - When resource/persons limit is hit the entire day is blocked, not just the hour.
  168. * Fix - Skip persons with zero count for booking summary in emails and orders.
  169. * Fix - Resources ranges not exluding times from bookable products.
  170. * Fix - Admin day calendar view showing wrong time for bookings spanning multiple days.
  171. * Fix - Price shows as Free even though person types have value.
  172. * Fix - Display Cost does not display From in all cases.
  173. * Add - Option to take WP TimeZone into consideration for `wc-booking-reminder` and `wc-booking-complete` scheduled events.
  174. * Fix - Coupon updates for WC 3.0 compatibility.
  175. * Fix - Bookings spanning 2+ days shows up as being booked the day before on admin Day View calendar.
  176. * Tweak - Update booking summary in order and emails to only display single day/time if booking starts/ends on same day.
  177.  
  178. 2017-05-11 - version 1.10.2
  179. * Fix - Booked shared resource blocks off availability for other products.
  180. * Fix - Issue where persons number disappears during booking process.
  181. * Fix - UI issue with the CSS classes for partial/fully booked in the case of automatic resource assignment.
  182. * Fix - Trashing a booking will no longer trash its order if order has other items.
  183. * Fix - Compatibility issue with Product Add-Ons integrations.
  184. * Fix - Update compatibility with Deposits when the status of the order is 'Partially Paid'.
  185. * Fix - Blank description on Google Calendar.
  186. * Fix - Booking with persons and resources availability incorrect.
  187. * Fix - Issue with availability spanning midnight.
  188. * Fix - Issue with Booking with multiple resources showing booked days as available.
  189.  
  190. 2017-04-20 - version 1.10.1
  191. * Fix - Error when deleting product on admin.
  192. * Fix - Persons not showing up in the Edit Booking page.
  193. * Fix - Negative values of available quantity.
  194. * Fix - Reset email data for each trigger to not send previously calculated data.
  195. * Fix - Make buffers apply in front by shifting times accordingly.
  196. * Fix - Logic for available times where some times were blocked while they shouldn't have been.
  197.  
  198. 2017-04-03 - version 1.10.0
  199. * New - 3.0 + full CRUD support.
  200. * New - Dropped < 2.3 support.
  201. * Tweak - Guest name displaying incorrectly in admin.
  202. * Fix - Priority no longer overrides global availability rules. Priority should have override order and rule level (Global, Product, Resource ).
  203. * Fix - Blocking a time slot on a certain day of the week blocks it for the whole week.
  204. * Fix - Display of clients' names (for "guests") in All Bookings dashboard. Client name only showed as guest with no other information.
  205. * Fix - Rules set on resources do not return the correct hour slots on a specific day.
  206. * Fix - Error when you create a booking in admin without order.
  207. * Fix - Persons count as booking no longer worked.
  208. * Fix - Error notices upon saving with WPML
  209. * Fix - Fully/Partially booked days not showing up as expected.
  210. * Fix - Time on specific dates were applied to all dates.
  211. * Fix - Buffer periods are ignored in certain cases.
  212. * Fix - Google calendar also showing no booking items on the order.
  213. * Fix - PHP 7.1 warnings when implicitly doing calculations
  214. * Fix - Partially booked days not showing up on the calendar when resources are customer selected.
  215. * Fix - Check rules against first slot only setting is being ignored.
  216. * Fix - Order address blank when creating a booking with order in admin.
  217. * Fix - Buffer periods rendered following slots as not bookable.
  218. * Fix - Partial refund of an order with multiple bookeable orders should cancel booking that matches refunded order item.
  219. * Fix - Days that have no available blocks should show as fully booked on the calendar.
  220. * Fix - Update the save_post action to properly hook only on supported post types used in meta box.
  221. * Tweak - Display product ID in create booking admin screen.
  222.  
  223. 2016-12-15 - version 1.9.15
  224. * Fix - Minute blocks shows not available when paired with time range with date rule type.
  225. * Fix - Blogname not shown when cancelling bookings via bulk order.
  226. * Fix - Persons not counted as bookings for the day duration type booking product.
  227. * Fix - Availability rules ignored for hour duration type in certain configurations.
  228. * Fix - Form fields don't save due to non-indexed form arrays.
  229. * Fix - Fully booked days showing up as partially booked days and can be over booked.
  230. * Fix - Product add on not calculating on when the duration unit was set to day.
  231.  
  232. 2016-11-30 - version 1.9.14
  233. * New - Better support for Deposits partialy paid status.
  234. * Fix - Css for selected dates not showing selection on partially booked days.
  235. * Fix - Admin calendar view, previous button can't go from Jan to December previous year.
  236. * Fix - Different rule types couldn't be used on the same product as priorities were not respected across types.
  237. * Fix - Unavailable slots showed when rule time range goes beyond midnight (e.g. 9:30 PM - 06:30 AM )
  238. * Fix - Function has_person_qty_multiplier condition was compared with the wrong value types.
  239. * Fix - Message shown to user on load when product ad onn exists on bookings product
  240. * Fix - Fully booked days class added to days not available for bookings.
  241. * Fix - Date with time showed days as not bookable when only a few hours was set is not available.
  242. * Fix - Multiple bookings per order cancellation emails polluted email data.
  243. * Tweak - Replace js .size() function calls with .length property checks.
  244. * Tweak - Remove the plus sign next to resource to avoid confusion and show the full price per duration unit.
  245.  
  246. 2016-11-08 - version 1.9.13
  247. * New - Buffer period adjacent enable setting.
  248. * New - Filter `woocommerce_booking_form_get_posted_data` to filter the data within an ajax request.
  249. * New - Filter `woocommerce_bookings_fully_booked_days`.
  250. * New - Filter `woocommerce_booking_is_booked_on_day`.
  251. * Tweak - Add booking status strings to status array and ensure that they can be translated.
  252. * Fix - Cache is not emptying properly.
  253. * Fix - In cart bookings not showing unavailable in calendar.
  254. * Fix - Minimum blocks bookable into the future.
  255. * Fix - Buffer period not correctly applied.
  256. * Fix - Booking spanning into multi-day shows 0 slots available.
  257. * Fix - When manually creating booking for a guest the admin id is assigned.
  258. * Fix - When manually creating booking for a guest, guest was not showing correctly in dropdown.
  259. * Fix - get_resource cache can return wrong data due to transient name is not always unique.
  260. * Fix - Confirmation email sent with wrong dates when creating and changing a booking date/time in admin.
  261.  
  262.  
  263. 2016-09-06 - version 1.9.12
  264. * Fix - Date with time range availability were all showing not available.
  265.  
  266. 2016-09-02 - version 1.9.11
  267. * Fix - Email recipients not showing "customer" in email settings.
  268. * Fix - Adding existing resource to bookable product, resource quantity is always set to 1
  269. * Fix - Phantom partial booked days flag showing when no bookings is made on that specific day.
  270. * Fix - When using click to display calendar and custom range, manually entering date does not update the price.
  271. * Tweak - Performance on page load to use progressive ajax loading of calendar in background.
  272. * Tweak - Renamed main plugin filename.
  273. * Tweak - Add its own My Bookings page under My Account
  274. * Tweak - Updated translations
  275.  
  276. 2016-07-16 - version 1.9.10
  277. * Fix - Booking order status not being prefixed in db.
  278. * Fix - Remove heavy booking object cache from being saved to db causing performance issue.
  279. * Fix - Booked blocks were not displaying on the calendar.
  280. * Fix - When resources is not enabled, default it to customer assignment to prevent unbookable blocks.
  281. * Fix - When display cost is used, don't calculate cost for resources.
  282. * Fix - Partially booked days were not showing on the calendar for duration minute and hours.
  283. * Fix - Booking rules priority number was not being honored.
  284. * Fix - Calendar showing unavailable blocks when ordering the rules.
  285. * Add - Filter to account for different country calendar formats 'woocommerce_bookings_mdy_format'.
  286.  
  287. 2016-06-21 - version 1.9.9
  288. * Fix - Revert commit d5eb4b6 which caused calendar to display unbookable blocks.
  289.  
  290. 2016-06-17 - version 1.9.8
  291. * Fix - WC 2.6 request confirmation showing even when no bookable product in cart.
  292. * Fix - When range of days ( not today ) are selected, today's date becomes available.
  293. * Fix - Compatibility issue with Product Addons where custom multiplier would calculate wrongly.
  294. * Fix - Unable to pay for confirmed booking if coupon reduces price.
  295. * Tweak - Small performance change.
  296. * Add - Filter wc_bookings_product_get_available_blocks
  297.  
  298. 2016-04-22 - version 1.9.7
  299. * Fix - Warning on single product page caused by booking objects transient stored
  300. as empty string. The reason for this is when false is stored via set_transient,
  301. it will return empty string when retrieved via get_transient.
  302.  
  303. 2016-04-19 - version 1.9.6
  304. * Fix - Make sure booking costs that span beyond end of the year are supported.
  305. * Fix - Sync booking when booking is edited from edit booking screen.
  306. * Fix - Check the booking resource against the selected date to prevent wrong
  307. display of free available slots when restricted resource is used.
  308. * Fix - Add a false value if order_ids return empty during search. This fixes
  309. issue of SQL syntax error when searching in Bookings.
  310. * Tweak - Add logging mechanism, especially when booking is added to or removed from
  311. cart. This would help people troubleshooting issue where status is changed
  312. to 'was-in-cart' for unknown reason.
  313. * Fix - Limit status changes to only affect qualifying bookings. This should
  314. prevents status updated to 'was-in-cart' issue.
  315. * Fix - Don't convert time in UTC to local time in WP when scheduling an event.
  316. WP cron uses UTC time, not local time in WP. Start / end date also stored in UTC,
  317. so the diff is already performed in UTC. This fixes issue in which reminder
  318. emails were not sent one day prior the start date.
  319. * Fix - Notices when creating booking with existing order manually.
  320. * Fix - Set default resource availability quantity to 1 which fixes issue of a product
  321. with resources is not bookable.
  322. * Fix - Buffer period is not respected when checking between blocks.
  323. * Fix - Construct Date-object from UTC to ignore browser's TZ and incorrect
  324. calculated duration on particular timezones.
  325. * Fix - Check automatic resource assignments on each date to make sure a fully
  326. booked date is not available instead of partially booked.
  327. * Fix - Use admin_url instead of WC()->ajax_url() for ajax_url in class-wc-booking-form.php
  328. WC()->ajax_url() uses relative scheme that might cause if fronted site is SSL'ed.
  329. * Fix - Use translated string "Booking ID" when checking the item.
  330. * Fix - Reset tags on email body before each trigger which fixes tag placeholders.
  331. were not substituted properly.
  332. * Fix - Removed deprecated args causing notices displayed in confirmation email.
  333. * Tweak - Cache booking objects in booking's controller. There are some performance
  334. improvements queued for next milestone too.
  335.  
  336.  
  337. 2016-02-05 - version 1.9.5
  338. * Localisation - Updated language files.
  339. * Tweak - Expand "Remaining Spaces" to work with automatically assigned resources.
  340. * Tweak - New Bookings specific add-on section under WooCommerce > Add-ons.
  341. * Tweak - Show a notice when viewing a booking if it's add-on plugin no longer is installed.
  342. * Fix - Prevent the multiply cost checkboxes from displaying on non booking products when using the product add-ons extension.
  343. * Fix - Prevent booking data from fatal erroring if an add-on like the accommodation bookings plugin is removed.
  344. * Fix - Prevent start times that end after date times from showing up when using buffer times and 'not available' for default availability.
  345. * Fix - Booking in "My Account" not created with Confirmation Requried Booking + New User account
  346. * Fix - Missing ending double quotes in order note of booking status transition
  347. * Fix - Use full unit 'hour' when using date/time str in strtotime
  348.  
  349.  
  350. 2016-01-27 - version 1.9.4
  351. * Tweak - Sync bookings without orders (manually created bookings) to Google Calendar.
  352. * Tweak - Humanized order status in order column of bookings list.
  353. * Fix - If the new resource input is canceled, the resource input area will no longer be blocked.
  354. * Fix - Format the datetime form based on site language (matches behavior for day form).
  355. * Fix - Fix for possible availability problems using time range blocks.
  356. * Fix - Remove extra + from being added to cost string when using resource block/base costs.
  357. * Fix - Prevent extra border from showing on time slots when using TwentySixteen as your theme.
  358. * Fix - Save the correct (booking, not order) ID when saving booking details on the admin screen.
  359.  
  360. 2016-01-13 - version 1.9.3
  361. * Fix - Make sure time rules only overwrite the day when default_availability is set to off, otherwise handle as we did before.
  362.  
  363. 2016-01-07 - version 1.9.2
  364. * Tweak - When manually creating bookings that either have no order or are attached to an existing order, the status will now default to "confirmed" instead of "pending confirmation".
  365. * Fix - Prevent multiple AJAX requests from happening when using the range picker.
  366. * Fix - Fix ranges on non-product rules.
  367. * Fix - There was an issue when trying to display both date and time rules on a calendar where time rules might not display correctly. This no longer happens.
  368.  
  369. 2016-01-06 - version 1.9.1
  370. * Fix - Typo in month names.
  371. * Fix - Compatibility fix for WooCommerce Accommodation Bookings 1.0.
  372.  
  373. 2016-01-05 - version 1.9.0
  374. * Feature - Support for the Accommodations extension -- making it easier for you to create and manage bookings for accommodations.
  375. * Feature - Time ranges for custom dates -- you can now set availability and cost rules for hours on specific dates.
  376. * Tweak - Some developer improvements, including making it easier to create custom booking statuses, and improvements to the date/time picker code.
  377. * Fix - Subscriptions Compatibility
  378.  
  379. 2015-12-22 - version 1.8.7
  380. * Fix - Use GMT offset when creating cron jobs for booking events.
  381.  
  382. 2015-12-16 - version 1.8.6
  383. * Fix - Ignore local time zone when calculating dates from the date picker.
  384.  
  385. 2015-12-14 - version 1.8.5
  386. * Fix - WooCommerce 2.5+ Compatibility.
  387. * Fix - UI improvements for Person & Resource tabs.
  388. * Fix - Label display bug on check-out/order page.
  389. * Fix - Multipler calculation for hours.
  390.  
  391. 2015-11-25 - version 1.8.4
  392. * Fix - An additional fix for accurate buffer calculations.
  393. * Tweak - New filter to change custom bookings labels.
  394.  
  395. 2015-11-24 - version 1.8.3
  396. * Fix - Rules ending at midnight will now properly be parsed.
  397. * Fix - Google Calendar events now properly include the correct end date.
  398. * Fix - Make sure person discount applies correctly.
  399. * Fix - Previously if the last day of the month happened to fall on the same day of the week as your "start of week setting", events would not show. This is now fixed.
  400. * Fix - Minute buffer calculation fix, making sure all proper blocks display.
  401. * Fix - Blocks smaller than 30 minute chunks will no longer get cut off on the admin calendar.
  402. * Fix - Prevent the partial booked indicator from sometimes showing on a previous day to a day with bookings.
  403.  
  404. 2015-11-11 - version 1.8.2
  405. * Fix - If there are 0 time slots left, make sure not to show the block at all.
  406. * Fix - Resolved an issue with avaibility times and buffer times.
  407. * Fix - Prevented a validation error when updating buffer times in the admin to 0 (blank would still work).
  408.  
  409. 2015-11-10 - version 1.8.1
  410. * Fix - Fix a bug with hours spanning days that can potentially show (still unbookable) slots on other days
  411.  
  412. 2015-11-9 - version 1.8.0
  413. * Feature - Time based bookings can now extend into the next day.
  414. * Feature - Rules can now have priorities set to create custom availability schedules.
  415. * Feature - New coupon type to offer discounts per person on bookings with multiple people.
  416. * Feature - A buffer period for time and day blocks can now be set.
  417. * Tweak - Our "partially booked" indicator now works for day blocks with multiple spots.
  418. * Tweak - Tooltips have been added on the booking calendar to explain what each color means.
  419. * Tweak - New get_wc_booking_statuses() to return an array of booking statuses.
  420. * Tweak - Use wc_date_format/wc_time_format instead of hard-coded format strings for default date & time formats.
  421. * Fix - create_wc_booking now supports person types and correctly passes person info.
  422. * Fix - Show days as available if time based rules say so.
  423. * Fix - Fatal error that occurs when setting a booking's booked product to N/A.
  424. * Fix - Associate booking details with an order, even if the booking and order are created separately.
  425. * Fix - Only send booking cancelation emails for bookings and not orders.
  426. * Fix - Next/Previous tooltip text can now be translated.
  427.  
  428. 2015.8.19 - version 1.7.13
  429. * Feature - Show # of persons on the "All Bookings" screen
  430. * Fix - Clear transients after an order is canceled by a user
  431. * Fix - Show an error message if an invalid date is entered
  432. * Fix - Fatal error that sometimes occurs when canceling a "requires confirmation" booking
  433. * Fix - Search now correctly pulls out bookings when you search for customer info
  434. * Fix - Correctly calculate the quantity of spots needed in create_wc_booking if the multiplier is set to yes & multiple persons are booking
  435. * Fix - The last block now correctly shows the number of remaining spaces
  436. * Fix - Correctly set the minimum date when using the date range picker
  437.  
  438. 2015-08-10 - version 1.7.12
  439. * Fix - Fatal error when booking blocks with automatically assigned resources
  440. * Fix - Accounts created during the checkout process are now correctly associated with their bookings
  441. * Fix - Display the correct block availability on the front end after trashing, untrashing, canceling, or deleting a booking
  442. * Fix - Default to first available date on calendar rather than showing the current date
  443. * Fix - "Person" editing on bookings without custom person types works again
  444.  
  445. 2015-07-15 - version 1.7.11
  446. * Tweak - Show all person types for a product when editing a booking.
  447. * Tweak - Use woocommerce_bookings_fully_booked_statuses filter in calendar.
  448. * Tweak - Change fields order based on the language of the website.
  449. * Tweak - Show notice when you click the booking button too early.
  450. * Fix - Hide in cart bookings on calendar.
  451.  
  452. 2015-07-06 - version 1.7.10
  453. * Fix - Fix min date check preventing hour blocks from being displayed.
  454.  
  455. 2015-07-03 - version 1.7.9
  456. * Fix - Missing booking_resource variable.
  457.  
  458. 2015-07-02 - version 1.7.8
  459. * Feature - Show blocks left on time picker when partially booked.
  460. * Tweak - Block picker CSS styling.
  461. * Fix - Check min and max settings when dealing with available bookable minutes and hours.
  462. * Fix - Added date sort order when filtering by booking.
  463.  
  464. 2015-06-18 - version 1.7.7
  465. * Feature - Allow multiple bookings which require confirmation in the same order.
  466. * Tweak - Don't publish bookings for COD orders.
  467. * Tweak - is_purchasable filter.
  468. * Tweak - Hide grand total for addons.
  469. * Fix - fatal error with bookings without order ID.
  470. * Fix - Day blocks blocking previous day #448
  471. * Fix - adjust_booking_cost for product addons correction.
  472.  
  473. 2015-05-27 - version 1.7.6
  474. * Feature - Added Admin Booking Cancelled email.
  475. * Tweak - Show cancelled bookings in All list.
  476. * Tweak - Added filter woocommerce_bookings_remove_inactive_cart_time.
  477. * Tweak - Added pricing filters and actions.
  478. * Tweak - Update order meta along with booking data.
  479. * Tweak - Cancel booking on full refund.
  480. * Tweak - Check today for availability.
  481. * Fix - Product addons multipliers.
  482. * Fix - Cancel time string should match time zone.
  483. * Fix - Email content when sending multiple bookings at once.
  484. * Fix - File upload in product addons 2.7.4.
  485.  
  486. 2015-04-21 - version 1.7.5
  487. * Tweak - Added 53rd week to availbility UI.
  488. * Tweak - New action: woocommerce_bookings_pricing_fields
  489. * Tweak - New action: woocommerce_before_booking_form
  490. * Fix - Potential XSS with add_query_arg.
  491. * Fix - Clear cache when cancelling bookings.
  492. * Fix - Set customer user of booking when adding customer to order.
  493.  
  494. 2015-03-31 - version 1.7.4
  495. * Remove ajax loader gif.
  496. * Fix multiplier when used on person block costs.
  497. * Fix - Turn off stock management on save.
  498. * Fix - get_bookings_in_date_range_query and all day bookings.
  499.  
  500. 2015-03-06 - version 1.7.3
  501. * Feature - Mark partially booked days.
  502. * Fix - End date interval calc in get_available_blocks().
  503. * Fix - prevent_cancel method.
  504.  
  505. 2015-02-24 - version 1.7.2
  506. * Feature - Add order notes when booking statuses change.
  507. * Fix - Notices.
  508. * Fix - Handle cart removal/restore.
  509. * Fix - Hide pay button when pending confirmation.
  510. * Duplicate persons and resources when duplicating a bookable product.
  511. * Tweak - Added some filters.
  512. * Tweak - When only 1 auto-assigned resource is present, get availability for that resource.
  513. * Tweak - Improved admin emails for bookings requiring and not requiring confirmation.
  514.  
  515. 2015-02-11 - version 1.7.1
  516. * Fix - get_bookings_in_date_range_query filtering.
  517. * Fix - Calendar date query.
  518.  
  519. 2015-02-02 - version 1.7.0
  520. * Fix - Tweak cart expirey to ignore 'unpaid' bookings between checkout and payment.
  521. * Fix - Block availability checking to hide 0 avail blocks.
  522. * Fix - Set order ID before triggering status update on new booking.
  523. * Fix - New booking email triggers.
  524. * Fix - Special chars being sent to google cal.
  525. * Refactor - Use custom queries to get bookings - improves performance.
  526. * Refactor - Use transient caching to query bookings to save on resources.
  527.  
  528. 2015-01-30 - version 1.6.4
  529. * Fix - Missing get_base_tax_rates method.
  530. * Fix - Month picker with no min date.
  531.  
  532. 2015-01-28 - version 1.6.3
  533. * Fix - Small 2.3 fixes.
  534. * Fix - Styling tweaks to in-cart booking status.
  535. * Fix - Day calculation between months.
  536.  
  537. 2015-01-27 - version 1.6.2
  538. * Fix for UTF-8 errors when syncing with Google Cal
  539.  
  540. 2015-01-26 - version 1.6.1
  541. * WC 2.3 compatibility (chosen -> select2).
  542.  
  543. 2015-01-22 - version 1.6.0
  544. * Feature - Added block costs for person types.
  545. * Feature - From/to range selectors for 'day' based bookings with customer defined lengths.
  546. * Feature - Check availability of bookings in user carts, and remove inactive carts after 15 mins.
  547. * Fix - Loop start/end blocks slightly differently to ensure blocks shown when only 1 block is available.
  548. * Fix - date range block pricing.
  549. * Fix - Correctly multiply the total cost per booking by the number of persons. #328
  550. * Fix - Improved block calculation when dealing with customer defined intervals. #332
  551. * Fix - Extra triggers for new booking notification. #336
  552. * Fix - When creating a booking in admin, remove taxes if prices include tax. #324
  553. * Fix - Apply costs to blocks of minutes correctly.
  554. * Tweak - Revised custom range block costs to apply block cost to the days intersecting the rule only. #333
  555. * Refactor - Removed the need for a separate has_available_block_within_range() method.
  556.  
  557. 2014-12-09 - version 1.5.1
  558. * Fix - PHP Version conflict with persons output.
  559.  
  560. 2014-12-08 - version 1.5.0
  561. * Feature - Added Days of the Week to pricing rules.
  562. * Feature - Customers can cancel bookings based on product settings.
  563. * Feature - Display booking meta data from Products Add-ons on Google Calendar.
  564. * Dev - Added CSS classes on My Bookings table and booking form.
  565. * Dev - Introduced filter woocommerce_bookings_resource_additional_cost_string.
  566. * Fix - Revised cost logic to apply correctly to multiple hours and days. **due to logic changes please test existing products**
  567. * Fix - Fixed calendar day view when there are many bookings.
  568. * Fix - Booking reminders are sent only if both the booking and the order are paid.
  569. * Fix - Fixed typo in the costs tab in the product admin page.
  570. * Fix - Made admin calendar respect the 'week starts on' setting.
  571. * Fix - Do not cast _wc_display_cost as float.
  572. * Fix - Fixed a bug that synchronized bookings twice when editing a booking.
  573. * Tweak - get_available_blocks_html method for faster queries frontend. Props to Aydin Bahojb-Khoshnoudi.
  574. * Tweak - Changed 'pending' post type status to 'pending-confirmation' to avoid conflicts with core.
  575. * Tweak - Don't send new booking email for unpaid orders. Send when ready for confirmation/paid.
  576.  
  577. 2014-11-20 - version 1.4.13
  578. * Fix - Made get_base_cost() take min person rule into consideration.
  579. * Fix - Fire action when cancelling a booking from the edit booking screen to prevent orders being cancelled that contain multiple bookings.
  580. * Fix - Fixed booking dates displayed on the 'My Account' page.
  581. * Fix - Only show email intro when billing info set.
  582. * Fix - Ensure confirmation email gets sent after manually editing booking.
  583. * Fix - Fixed availability check on multi-day bookings/bookings spanning midnight.
  584. * Fix - Added filter booking_form_fields to allow fields custom order
  585. * Tweak - Added 'display cost' option per-product to override the cost shown on the frontend.
  586.  
  587. 2014-11-17 - version 1.4.12
  588. * Fix - Fixed meta_box_save notice.
  589.  
  590. 2014-11-17 - version 1.4.11
  591. * Fix - Fixed the behavior of bookings that requires confirmation when the order total is 0.
  592. * Fix - Fixed number of 'Remaining places'.
  593. * Fix - Fixed min date when min allowed booking date is set to hours.
  594. * Tweak - Added extra customer/order info to view booking page.
  595. * Tweak - Block off day when all resources are taken and resources are automatically assigned.
  596. * Tweak - Added sanity check notices to view/edit booking screen.
  597.  
  598. 2014-10-30 - version 1.4.10
  599. * Dev - Filter to define how many days before users get reminded about their booking.
  600. * Fix - Only allow changes to date formats in get_start_date() when format is not defined.
  601. * Fix - Calendar PHP 5.2 compat.
  602. * Fix - When dealing with 1 automatic assigned resources, set 0 (all) in fully booked days var.
  603. * Fix - Fix first block setting.
  604.  
  605. 2014-10-16 - version 1.4.9
  606. * Fix - More fixes for december.
  607.  
  608. 2014-10-14 - version 1.4.8
  609. * Fix - ParseInt octal integers.
  610. * Fix - Correctly show bookings on the calendar in december.
  611.  
  612. 2014-10-01 - version 1.4.7
  613. * Fix - Ensure time: rules get mapped to a day.
  614. * Fix - Only cancel orders if the order has 1 booking inside.
  615. * Tweak - Hide person type from cart is qty is 0.
  616.  
  617. 2014-08-26 - version 1.4.6
  618. * Feature - Customer Sync Across Booking and Order.
  619. * Fix - Allow booking forms to function independently when multiple are shown on the same page.
  620. * Fix - wc_booking_sanitize_time function to make time saving more reliable across browsers.
  621. * Fix - Modify "Improved range rule handling. Only enable days when hours are defined if no other day based rules are present" to ignore global rules.
  622. * Fix - Last day when booking hours and have set a day based max date.
  623. * Tweak - Use Minimum duration when getting base cost/from cost.
  624.  
  625. 2014-08-15 - version 1.4.5
  626. * Fix - Fix error in create_wc_booking.
  627.  
  628. 2014-08-12 - version 1.4.4
  629. * Feature - Send an email to the user for cancelled bookings.
  630. * Feature - Improved range rule handling. Only enable days when hours are defined if no other day based rules are present.
  631. * Fix - Improved admin messages after editing bookings.
  632. * Fix - Set from price based on 'min' value for person types.
  633. * Fix - Make bookings emails function when no order ID is set.
  634. * Fix - Notices when creating a booking without an order.
  635. * Tweak - Use get_base_cost() to set the _price meta for a bookable product.
  636. * WC 2.2 Compatibility.
  637.  
  638. 2014-07-28 - version 1.4.3
  639. * Fix - Auto assigned resources didn't pull the rules from all resources.
  640. * Fix - Resources with times, but no times on product, didn't show blocks.
  641. * Fix - Hide costs when form changes.
  642. * Fix - When hour/minute blocks, ensure block costs are increased for each block (not just 1)
  643. * Fix - Tweaked divide/multiply logic for block costs.
  644. * Fix - Corrrectly link custom to manually created booking.
  645. * Fix - Resources/persons stay when switched to simple product.
  646. * Fix - Error when booking product is not set when syncing to google.
  647. * Tweak - Add resource button text.
  648. * Tweak - Per additonal block text.
  649. * Tweak - Link to booking in admin in notification.
  650.  
  651. 2014-07-01 - version 1.4.2
  652. * Fix - Stop all day bookings form taking up next day.
  653. * Fix - Allow same day/month booking.
  654. * Fix - End date availability check for customer defined blocks.
  655. * Tweak - Show disabled book now button rather than keep it hidden.
  656.  
  657. 2014-06-26 - version 1.4.1
  658. * Feature - Option to 'create booking' and add it to an existing order.
  659. * Fix - Resource issue which would make entire day fully booked.
  660. * Fix - Removed duplicate Max bookings per block field.
  661. * Fix - Range of weeks/months costs.
  662. * Fix - Changes to day/month/week/custom cost rules. Rather than break out at first match and multiply by duration, handle each matching rule independently and run through all rules. This allows, for example, a different cost for a different day without affecting other booked days.
  663. * Fix - Set _price so things like price filters work.
  664. * Fix - If there are no costs/additonal costs, label as free.
  665. * Fix - Weeks display on booking form when greater than 7 days.
  666.  
  667. 2014-06-18 - version 1.4.0
  668. * Feature - Global resources. Resources can be shared between products and have their own availability settings.
  669. * Feature - WP_LANG_DIR support for localisations.
  670. * Fix - complete_order should return 'completed' status, not 'complete'.
  671. * Fix - start and end date display in certain emails.
  672. * Fix - Correctly set 'has_additional_costs' when saving products.
  673.  
  674. 2014-06-17 - version 1.3.4
  675. * Fix - When getting blocks, ensure no blocks are returned over the end time. Corrects issues with automatically assigned resources.
  676. * Fix - Don't hide tax settings.
  677. * Fix - Link bookings in day view to booking.
  678. * Fix - When outputting available time blocks, base interval should be used.
  679. * Fix - Show first available date on calendar rather than showing the current date.
  680.  
  681. 2014-06-10 - version 1.3.3
  682. * Feature - Option to keep calendar visible.
  683. * Fix - Ensure global availability rules run in the correct order when getting available blocks.
  684. * Fix - Make calendar update when changing the date input boxes manually on the datepicker.
  685. * Fix - Validate min and max date when dealing with time slots.
  686.  
  687. 2014-06-06 - version 1.3.2
  688. * Feature - Allow blocks to start at un-uniform times.
  689. * Fix - When setting times on a day, make that day available on date picker.
  690. * Fix - Show a different blocks available message for hour and minute blocks.
  691. * Fix - Hide unavailable times automatically when using customer defined blocks.
  692. * Tweak - Adjusted calendar styling and made it display other months.
  693.  
  694. 2014-05-29 - version 1.3.1
  695. * Fix - Error when resources are automatically assigned.
  696. * Fix - Add classes to year/month/day fields so they can be re-arranged.
  697. * Fix - When checking for fully booked days (date time), check if there are blocks left on the current day.
  698. * Tweak - When showing 7 days (or any number divisible by 7), show 'weeks' for the label.
  699.  
  700. 2014-05-27 - version 1.3.0
  701. * Feature - Google Calendar integration.
  702. * Feature - Ability to define block as well as base cost rules.
  703. * Feature - Link to booking from order page, and back again from booking page.
  704. * Feature - Get blocks (on a date) via ajax so only available blocks get displayed.
  705. * Feature - Avaialability can be defined by day.
  706. * Dev - Wrap booking get_price_html in standard woocommerce_get_price_html filter.
  707. * Fix - Store booking times in YmdHis format which is more WP friendly and avoid MySQL timezone abnormalities.
  708. * Fix - Date picker availability when durations are days/minutes.
  709. * Fix - Fix last week of the month in calendar view.
  710. * Fix - Booking heights in calendar view.
  711. * Fix - Fix min date bookable logic.
  712. * Fix - Prevent booking of dates/times in the past. Sorry timetravellers.
  713.  
  714. 2014-05-19 - version 1.2.3
  715. * Fix - Backend saving of product ID.
  716. * Fix - Base cost to include min person type cost.
  717. * Fix - Custom get_price method for wider plugin compatibility
  718.  
  719. 2014-05-14 - version 1.2.2
  720. * Feature - Option to attach .ics file from "send notification" form.
  721. * Tweak - Added WordPress time format option in datetime picker.
  722. * Tweak - Changed some labels in admin.
  723. * Fix - Automatically assigned resources.
  724. * Fix - Ensure save_product_data only triggers for bookings.
  725. * Fix - Minute checks when duration is customer defined.
  726.  
  727. 2014-05-13 - version 1.2.1
  728. * Fix - addon block multiplyer.
  729. * Fix - time rules near midnight.
  730. * Fix - Empty regular/sale prices on save.
  731. * Fix - Notices when creating a booking without an order.
  732. * Fix - MySQL datetime search was ignoring 24 hour time formats.
  733.  
  734. 2014-05-09 - version 1.2.0
  735. * Feature - Attach .ics calendar files to confirmed and reminder emails for customers.
  736. * Tweak - manage_bookings capability for admin pages.
  737. * Fix - persons display in emails.
  738. * Fix - When getting blocks for times, don't check the day.
  739. * Fix - More robust time checking in check_availability_rules_against_time().
  740. * Fix - For customer defined blocks, ensure the total duration is shown after making a booking.
  741. * Fix - Ensure cost rules check all days being booked.
  742. * Fix - Price display after adding booking to cart.
  743.  
  744. 2014-05-08 - version 1.1.0
  745. * Feature - For the booking form and bookable produce, respect shop tax display settings.
  746. * Feature - Added option to check only the first block against availability rules.
  747. * Fix - date-picker.js so each day being checked for availability uses default setting.
  748. * Fix - Handle hours when getting max Date.
  749. * Fix - get_bookings_in_date_range() by using 24 hour time format.
  750. * Localisation - Included POT file.
  751. * Localisation - sv_SE translation (Thanks Patricio).
  752. * Dev - Hooks for integration with other plugins.
  753. * Dev - Added a woocommerce_booking_get_availability_rules filter for modifiying rules per product programatically.
  754.  
  755. 2014-05-06 - version 1.0.0
  756. * First Release.
Add Comment
Please, Sign In to add comment