Skip to content

Commit

Permalink
Prepare v2.0.6
Browse files Browse the repository at this point in the history
Fetch available dates until the end of the month, to prevent half filled months in calendar
  • Loading branch information
Ugoku committed Feb 27, 2023
1 parent a8d3d8e commit 9261e02
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/Recras/online-booking-js.svg?branch=master)](https://travis-ci.org/Recras/online-booking-js)

# Recras JS Integration Library
Version: 2.0.5
Version: 2.0.6

JS library for easy online booking, contact form, and voucher integration

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.0.6 (2023-02-27)
* Fetch available dates until the end of the month, to prevent half filled months in calendar

## 2.0.5 (2023-01-30)
* Contact form time field only allowed time in 5-minute intervals, but browser time pickers don't show this in their UI. Removed this limitation.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@recras/online-booking-js",
"version": "2.0.5",
"version": "2.0.6",
"description": "JS library for easy integration of Recras online booking and voucher sales",
"main": "dist/onlinebooking.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/booking.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************
* Recras integration library *
* v 2.0.5 *
* v 2.0.6 *
*******************************/

class RecrasBooking {
Expand Down

0 comments on commit 9261e02

Please sign in to comment.