Skip to content

Releases: MultinetInteractive/eduadmin-booking

v2.0.5

15 May 13:04
2b2f694

Choose a tag to compare

  • fix: Fixed a bug with saving attribute values
  • add: More errorhandling to booking handler

v2.0.4

09 May 11:46
4966e7d

Choose a tag to compare

  • 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

27 Apr 12:37
d5157a7

Choose a tag to compare

  • add: Ability to view schedule of a programme
  • chg: Bugfix where confirmation emails weren't sent for multiple participant bookings
  • chg: Bugfix for 2 column detail template
  • add: Better error handling when booking a course (At least some handling..)

v2.0.2

25 Apr 11:53
81ecea8

Choose a tag to compare

  • 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 customerId and personId in 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 [eduadmin in the pages, show all pages.

v2.0.1

10 Apr 13:27
f4dcbf0

Choose a tag to compare

  • 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

04 Apr 08:36
c9b9f6f

Choose a tag to compare

  • 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: showmore upgrade, 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 eventprice to [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_post instead of wp_kses with params.
  • add: Safeguard against missing courseid from either query_var or 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

06 Mar 12:28
5c95914

Choose a tag to compare

Merge pull request #142 from MultinetInteractive/feature-moreprices

1.0.28

v1.0.23

31 Jan 07:41
2483c19

Choose a tag to compare

  • 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

26 Jan 13:49
afd529c

Choose a tag to compare

  • Disabling the book-button when the form is valid and the booking is under way
  • Fixes some styles to use px instead of rem
  • Adding data-price to 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.

v1.0.21

25 Jan 10:27
a715c0e

Choose a tag to compare

  • Lots of design fixes and changes, to make the plugin more mobile friendly
  • Login widget bug fixed