Testers wanted
-
For my next version, I’d like some testers. So if anybody is up for testing, let me know! The changelog of the next version (so far) is this:
* Feature: added event placeholders #_AUTHORNAME, #_AUTHOREMAIL and #_AUTHORPHONE
* Feature: added event placeholders #_EVENTCREATIONDATE, #_EVENTMODIFDATE, #_EVENTCREATIONTIME, #_EVENTMODIFTIME
* Feature: added description for categories, together with placeholders #_EVENTCATEGORYDESCRIPTIONS and #_LOCATIONCATEGORYDESCRIPTIONS
* Feature: added option “approval_status” to shortcode eme_mybookings. Values: 0=all, 1=approved, 2=pending. Default: 0
* Feature: added function eme_get_person_by_post(), so people can call this to check if somebody is registered without needing to now the internals:
$booker = eme_get_person_by_post();
if (!empty($booker)) {
$already_registered=1;
}
* Feature: now everybody can cancel a booking (even non-wp users) via a special link. Cancel urls in mails and user profile use these links now.
* Bugfix: when canceling a booking via the cancel url, the mail being sent contained the free spaces info from before the cancel, it was sent too early in the process
* Bugfix: event placeholders were not being replaced in booking mails (they were replaced in attendee mails)
* Bugfix: make sure you can require the first name to be completed if wanted
* Bugfix: a redundant check was made for firstname in multibooking events, so people filling in their last name still received an error that the last name was not filled out
* Bugfix: some category link fixesFranky
- The topic ‘Testers wanted’ is closed to new replies.