Skip to content

Latest commit

 

History

History
86 lines (44 loc) · 3.36 KB

readme.md

File metadata and controls

86 lines (44 loc) · 3.36 KB

EduAdmin Booking

EduAdmin plugin to allow visitors to book courses at your website. Requires EduAdmin-account.

Description

Plugin that you connect to EduAdmin to enable booking on your website.

Commits since latest plugin version

Requires the following PHP-modules

  • php-curl
  • php-mbstring

Installation

  • Upload the zip-file (or install from WordPress) and activate the plugin
  • Provide the API key from EduAdmin.
  • Create pages for the different views and give them their shortcodes

Upgrade Notice

3.0

Styles have been remade for the end user login page, and the booking list page. Please check that any custom styles are still working, or you might need to fix them.

2.0

We have replaced everything with a new API-client, so some things may be broken. If you experience any bugs (not new feature-requests), please contact the MultiNet Support. If you notice that your API key doesn't work any more, you have to contact us.

Changelog

The full changelog available on GitHub

5.1.0 (2024-08-19)

Features

  • Adding new endpoints and classes (0df472e)

Bug Fixes

  • Fixes incorrect encoding after PHP 8.1 changing how things work. (ff8055d), closes #526

5.0.1 (2024-04-09)

Bug Fixes

  • Some null handling that is deprecated in newer versions of PHP (d89c27d)

5.0.0 (2024-04-08)

⚠ BREAKING CHANGES

  • Updated required WP and PHP, changes are already made in code (353e4dd7c1bfa5aa31ee67e0572220acca3a6387)

Bug Fixes

  • Updated required WP and PHP, changes are already made in code (353e4dd7c1bfa5aa31ee67e0572220acca3a6387) (29b0adc)

4.3.0 (2024-04-08)

Features

  • Support for EduAdmin Form Reserve/Waiting Lists when the event is fully booked. (3680b47), closes #455

Bug Fixes

  • Only check description if it actually contains anything (33234df)