- Requires at least: 6.0
- Tested up to: 6.6
- Stable tag: 5.3.1
- Requires PHP: 8.1
- License: GPL3
- License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
EduAdmin plugin to allow visitors to book courses at your website. Requires EduAdmin-account.
Plugin that you connect to EduAdmin to enable booking on your website.
Requires the following PHP-modules
- php-curl
- php-mbstring
- 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
You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
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.
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.
The full changelog available on GitHub
5.3.1 (2024-11-05)
- Set health-check as blocking, so we get an actual result, increase timeout to 0.5 seconds (7e4bd4e)
5.3.0 (2024-11-05)
- Handle API being down/blocked, instead of making the site hang until the configured timeout happens. (a1a5104), closes #153