-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
64 lines (50 loc) · 2.34 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
=== Astro Booking Engine ===
Contributors: alian
Tags: booking engine, hotel booking, hotel widget, hotel booking engine, booking widget
Requires at least: 6.0.1
Tested up to: 6.6.1
Stable tag: 1.3.0
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Use shortcode [astro-booking-engine] to display the booking form. Configure with 5Stelle, Iperbooking, Passepartout, Simple booking, or Vertical booking.
== Description ==
Display the <strong>booking engine form</strong> through the use of the shortcode <strong>[astro-booking-engine]</strong>.
Includes the most popular booking engine providers.
You need to have a contract with one of the booking engine providers listed below and configure the plugin settings.
<strong>List of configurable booking engine providers in alphabetical order</strong>:
<ul>
<li><a href="https://www.hotelcinquestelle.cloud/en/">5Stelle</a></li>
<li><a href="https://www.iperbooking.com/">Iperbooking</a></li>
<li><a href="https://www.passepartout.net/">Passepartout</a></li>
<li><a href="https://www.simplebooking.travel/">Simple booking</a></li>
<li><a href="https://www.verticalbooking.com/en/home/">Vertical booking</a></li>
</ul>
<strong>New booking engine providers are welcome!</strong>
If your booking engine provider is not on the list, you can request its inclusion by sending an email to <a href="mailto:[email protected]">[email protected]</a> with the provider documentation if you have.
This plugin is compatible with translation plugins such as WPML and Loco Translate.
== Installation ==
1. Upload the entire `astro-booking-engine` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the **Plugins** screen (**Plugins > Installed Plugins**).
== Screenshots ==
1. Frontend: booking engine form with calendar
2. Frontend: booking engine form with child age dropdown
3. Backend: settings - providers list
4. Backend: settings - provider config
5. Backend: layout customization
== Changelog ==
= 1.3.0 =
* Added full compatibility with WordPress version 6.6.1.
* Added security checks to the code
= 1.2.0 =
* Added Passepartout provider.
= 1.1.1 =
* Changed the plugin description.
= 1.1.0 =
* Added 5Stelle provider.
= 1.0.2 =
* Added italian language.
= 1.0.1 =
* Changed the support link in admin settings page.
= 1.0.0 =
* Initial version