Releases: MultinetInteractive/eduadmin-booking
Releases · MultinetInteractive/eduadmin-booking
v2.0.5
v2.0.4
- fix: Fixed so that strings from the EduAdmin-API also gets captured into
data - add: Show price on programme booking-page
- add: Support for programme bookings to be booked (with support for payment plugins)
- chg: Added CTA-class to book-button on detail view for programme starts
- chg: Updating EduAdmin PHP API Client
- chg: Adding escaping of output
- add: Making it easier to add profile-menu items
- add: Support for REST endpoint ProgrammeStart (Get questions)
- add: Support for price check on ProgrammeBooking
- chg: Codestyling to match other pages.
- fix: Checking for existence of the property data before we try to fetch data from it.
- fix: Better check if the person is logged in or not.
v2.0.3
v2.0.2
- fix: Adding check for nonces in interest-registration pages
- fix: Checking count in password reset in a different way
- add: When you activate/deactivate the plugin, all transients are now cleaned
- add: Programme start list in detail view
- add: Save
customerIdandpersonIdin hidden variables on booking page, so we won't lose logged in users if the session times out. - add: If we cannot find anything related to
[eduadminin the pages, show all pages.
v2.0.1
- chg: Better check against
customtemplate - add: Backend-function to fix old search/sort/display values to the new ones
- fix: Stop setting cookies for while logging in (except the ones from WP_Session), should stop nginx from breaking.
- chg: Validating all fields when you post a booking
- chg: Removed
setcookie( 'eduadmin_loginUser' ..., since it's not needed by the plugin. - chg: Fixed line breaks in interest registration in a textarea
- add: Validate what fields are being sorted on (if it's even possible) in course and event lists
v2.0.0
- add: Adding page for certificates
- chg: Bumping major version, since we're using a brand new API
- chg: Removing default styles, it will now be emptied when you reset it. (To make sure that you don't have double CSS)
- chg: Making "Forgot password" into a "neutral-btn"
- chg: Making event separators a little bit bigger and bolder
- chg:
showmoreupgrade, available in[eduadmin-detailinfo]as attribute - chg: Two column-template fixed to load templated event list.
- add: Adding nonces to actions/forms
- add: Customer, person and participant CustomFields on booking page
- add: Fixed event inquiries to use the new API
- add: Adding attribute
eventpriceto[eduadmin-detailinfo] - add: Adding cache-break to the new API (OData endpoints)
- add: Adding listview-shortcode for Programmes
[eduadmin-programme-list] - add: Creating a new Router-class to handle rewrites and custom post types.
- chg: Changing how we check price (less validation until we actually try to post)
- chg: Added onchange-events to participant-fields (name/email) to update price
- chg: Simplified usage to
wp_kses_postinstead ofwp_kseswith params. - add: Safeguard against missing courseid from either
query_varor attributes. - add: Added support for number, email and phone fields in integrations.
- chg: Fetch option for number of months in ajax-calls instead of hard coded 6 months
- add: Added options for Programme-pages
- chg: Added removal of
”and″from courseid-attribute.
And much much more.. v1.0.28...v2.0.0
v1.0.28
v1.0.23
- Translations are wiped, so that 3rd-party plugins can translate the plugin better (and language packs for default phrases)
- Adding first version of EduAdmin PHP API Client
- Redoing how template blocks are rendered (now using a single template, instead of 3 separate to update)
- Removed lots of the changelog to a separate file found at https://github.com/MultinetInteractive/EduAdmin-WordPress/blob/master/CHANGELOG.md
- Bugfix: Text not rendering correctly
v1.0.22
- Disabling the book-button when the form is valid and the booking is under way
- Fixes some styles to use
pxinstead ofrem - Adding
data-priceto the fields that were missing, that (for some reason) the price-calculation wanted
If you are using an older version than 1.0.21, please test this version on a development server before deploying live.
Since version 1.0.21, there are a lot of design changes in the CSS, that might require you to reset style settings,
and redo your own customization.