Releases: gonebusy/gonebusy-php-client
Releases · gonebusy/gonebusy-php-client
v0.1.3
19 Jun 00:12
Compare
Sorry, something went wrong.
No results found
[0.1.3] - 2017-06-18
Added
#34 - Booking creation/update now accept optional :name and :description
#34 - Booking item response now contains :name, :description, :external_link, :collaborative_link
Changed
#34 - Booking :user_message has been replaced by separate :name and :description
v0.1.2
15 Jun 02:30
Compare
Sorry, something went wrong.
No results found
[0.1.2] - 2017-06-14
Added
#33 - Booking item response now includes :resource_id and :service_id corresponding to Resource providing the Booking and the Service being performed.
v0.1.1
26 May 03:33
Compare
Sorry, something went wrong.
No results found
[0.1.1] - 2017-05-25
Changed
#32 - POST /bookings/new :user_id is now a required parameter.
Added
#32 - GET /bookings now supports optional :booker_id parameter to filter retrieved bookings to those made on behalf of :booker_id.
v0.1.0
10 May 23:41
Compare
Sorry, something went wrong.
No results found
[0.1.0] - 2017-05-09
NOTE - This version introduces breaking changes and additions listed below.
Changed
#31 - CreateBookingBody :date attribute is now a DateTime rather than a String. - @alexagranov
#31 - TimeWindow attribute :negation has been renamed to :unavailable. - @alexagranov
Added
#31 - POST /bookings/new now takes parameters supporting the creation of a recurring Booking. - @alexagranov
#31 - PUT /bookings/:id now takes parameters supporting the modification of a recurring Booking or instance of such. - @alexagranov
#31 - DELETE /bookings/:id now takes parameters supporting the cancellation of a recurring Booking or instance of such. - @alexagranov
v0.0.11
22 Mar 01:29
Compare
Sorry, something went wrong.
No results found
[0.0.11] - 2017-03-21
Added
v0.0.10
18 Mar 23:43
Compare
Sorry, something went wrong.
No results found
[0.0.10] - 2017-03-18
Fixed
#22 - Fix type of :gender to String; Add :primary_cal to ResourceResponse - @alexagranov
v0.0.9
16 Mar 22:13
Compare
Sorry, something went wrong.
No results found
[0.0.9] - 2017-03-16
Fixed
#21 - Add back :max_duration on CreateServiceBody/UpdateServiceByIdBody - @alexagranov
v0.0.8
07 Mar 04:01
Compare
Sorry, something went wrong.
No results found
[0.0.8] - 2017-03-06
Added
update GET /schedules for query by resource_id, service_id
update Service response bodies with max_duration
v0.0.7
15 Feb 02:18
Compare
Sorry, something went wrong.
No results found
[0.0.7] - 2017-02-14
Added
update for latest APIMatic generated code
v0.0.6
14 Feb 05:55
Compare
Sorry, something went wrong.
No results found
[0.0.6] - 2017-02-13
Added