-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
97 lines (68 loc) · 3.13 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
=== BeBetterHotels Booking Form ===
Contributors: bebetterhotels, tipicaweb, joseayram
Tags: bebetterhotels, booking, booking form, appointment, reservations, calendar, service, hotels
Requires at least: 5.2.0
Tested up to: 6.2
Requires PHP: 7.4
Stable tag: 1.0.13
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Integrate The BeBetterHotels Search Engine with Wordpress to allow booking easily from your website.
== Description ==
The BBH Booking Form plugin create a simple, customizable and clean booking form to connect your BeBetterHotels customer id with our search engine.
The plugin sends the catched fields trought your webform to the website https://clickandbook.net without share any aditional information.
Read the BeBetterHotels terms here: https://www.bebetterhotels.com/terms/
Read the BeBetterHotels privacy policy here: https://www.bebetterhotels.com/politicas-de-privacidad/
= Requirements =
> * PHP 7.4 or higher
> * WordPress 5.2.0 or higher
> * A BeBetterHotels customer id
== Installation ==
1. Upload the plugin to the '/wp-content/plugins/' directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
== Usage ==
1. Configure the UI aspects of the plugin in submenu: Tools > BeBetterHotels
2. Availables Shortcodes: [bebetterhotels]
= Parameters =
> * customer: BeBetterHotels Customer ID
> * adults_field: Determine if the field is required or optional - allow values: 'required' or blank
> * childrens_field: Determine if the field is required or optional - allow values: 'required' or blank
> * show_childrens: Show or Hide Childrens Dropdown field - allow values: 'yes' or 'no'
= Example =
> [bebetterhotels customer="dummyhotel" adults_field="required" childrens_field="required" show_childrens="yes"]
== Frequently Asked Questions ==
= Is BeBetterHotels Booking Form Plugin free? =
Yes, of course. This plugin is 100% free. No ads, no premium version exists.
= Where are the plugin settings? =
Go to `Settings > BeBetterHotels`
= BBH Booking Form is awesome! Can I contribute? =
Yes you can! Join in on our [GitHub repository](https://github.com/bebetterhotels/bbh-booking-form) 🙂
== Changelog ==
= 1.0.13 - (April 10, 2023) =
* Imp: Added Changelog file
= 1.0.12 - (April 5, 2023) =
* Fix: Applied Wordpress Standards Code
= 1.0.11 - (April 4, 2023) =
* Fix: Removed deprecated versions of jquery-ui themes
= 1.0.10 - (March 29, 2023) =
* Fix: Added most recents jquery-ui theme versions
= 1.0.9 - (December 23, 2019) =
* Imp: Remove autocomplete form
= 1.0.8 - (November 14, 2019) =
* New: Add language to url
= 1.0.6 - (October 22, 2019) =
* New: Fix jQuery Line Height
= 1.0.5 - (October 20, 2019) =
* Imp: Change font-size measures
= 1.0.4 - (October 20, 2019) =
* Fix: spanish translation
= 1.0.3 - (October 20, 2019) =
* Fix: responsive for smartphones & tablets
= 1.0.2 - (October 20, 2019) =
* Imp: Add sass for stylesheets
* Fix: responsive design with flex
= 1.0.1 - (October 17, 2019) =
* Fix: datepicker font size
* Fix: date inputs width
= 1.0.0 - (August 22, 2019) =
* First Release