-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
71 lines (51 loc) · 1.85 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
=== Booking for wooCommerce ===
Contributors: springdevs, naminbd, istiaqnirab
Donate link:
Tags: booking, woocommerce-booking
Requires at least: 1.0.0
Tested up to: 5.9
Stable tag: 1.0.2
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Show available dates, time in a simple dropdown, take booking for products and services.
== Description ==
Show available dates, time in a simple dropdown, take booking for products and services.
## Features
- Enable booking on woocommerce products
- Support booking confirmation feature
- Clean and minimal order detail view for more convenience
- Admin booking management area
- Easy to use !
== Installation ==
= Installation from within WordPress =
1. Visit 'Plugins > 'Add New'.
2. Search for 'Woocommerce Booking'.
3. Install and activate the 'Woocommerce Booking' plugin.
= Manual installation =
1. Upload the entire `Woocommerce Booking` folder to the `/wp-content/plugins/` directory.
2. Visit 'Plugins'.
3. Activate the `Woocommerce Booking` plugin.
== Screenshots ==
1. Create bookable product
2. bookable product preview
3. Cart
4. Checkout
5. MyAccount booking lists
6. All booking lists
7. Booking management
8. Booking confirmed email
9. Customize booking confirmed email
== Changelog ==
= 1.0.2 =
* [New] Improve usability.
* [Fix] Booking status issue when it restore from trash !!
* [Fix] Call to a member function get_cart() on null
* [Fix] Warning: Undefined array key "trash"
* [Fix] Warning: Undefined array key "draft"
= 1.0.1 =
* [New] Send a confirmed email when booking is confirmed.
* [Fix] Booking Customer details address is broken !!
* [Fix] Plugin activated without woocommerce active !!
= 1.0.0 =
* Initial release