generated from mt-support/tec-labs-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
57 lines (36 loc) · 1.87 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
=== Event Tickets Extension: Members Only Tickets ===
Contributors: theeventscalendar
Donate link: https://evnt.is/29
Tags: events, calendar
Requires at least: 6.3
Tested up to: 6.7.1
Requires PHP: 7.4
Stable tag: 1.0.4
License: GPL version 3 or any later version
License URI: https://www.gnu.org/licenses/gpl-3.0.html
== Description ==
This extension allows designating an Event Tickets ticket as "Members Only", and then only displaying within the tickets form to logged in users with a given membership level.
== Installation ==
Install and activate like any other plugin!
* You can upload the plugin zip file via the *Plugins ‣ Add New* screen
* You can unzip the plugin and then upload to your plugin directory (typically _wp-content/plugins_) via FTP
* Once it has been installed or uploaded, simply visit the main plugin list and activate it
== Frequently Asked Questions ==
= Where can I find more extensions? =
Please visit our [extension library](https://theeventscalendar.com/extensions/) to learn about our complete range of extensions for The Events Calendar and its associated plugins.
= What if I experience problems? =
We're always interested in your feedback and our [Help Desk](https://theeventscalendar.com/support) is the best place to flag an issue. However, note that we can only provide limited support for TEC Lab extensions.
== Changelog ==
= [1.0.4] 2024-12-07 =
* Fix - Make sure the correct tickets are hidden for restricted users.
= [1.0.3] 2023-06-24 =
* Fix - Update to use the new Service_Provider contract in common.
= [1.0.2] 2023-04-30 =
* Fix - MemberPress now shows members tickets when expected.
* Fix - Added check for existence of WooCommerce before adding actions.
* Enhancement - Added style wrapper around admin settings.
= [1.0.1] 2022-05-19 =
* Remove trailing commas
* Replace double quotes with single quotes
= [1.0.0] 2022-03-12 =
* Initial release