EduAdmin Booking

Description

Plugin that you connect to EduAdmin to enable bookings of both courses and programmes through your website.

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

Reviews

There are no reviews for this plugin.

Contributors & Developers

“EduAdmin Booking” is open source software. The following people have contributed to this plugin.

Contributors

“EduAdmin Booking” has been translated into 2 locales. Thank you to the translators for their contributions.

Translate “EduAdmin Booking” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

The full changelog available on GitHub

4.1.1 (2023-11-10)

Bug Fixes

  • Don’t output the print_r of the entire programme.. (e32d407)

4.1.0 (2023-11-06)

Features

  • Added shortcode [eduadmin-programmeinfo] with limited attributes (b51a1b1), closes #506

Documentation

  • Shortcodes: Added info about the new shortcode (4fe4b80), closes #506

4.0.0 (2023-10-10)

⚠ BREAKING CHANGES

  • Programme/Shortcodes: Custom code with do_shortcode now needs to do
    echo do_shortcode( ‘[eduadmin-programme-list]’ ); after the change.
    Which is the intended way to use do_shortcode the previous versions
    were not working in the correct way.

Bug Fixes

  • Programme/Shortcodes: Fixed an issue with Programme pages (461c3bf)

3.11.1 (2023-10-09)

Bug Fixes

  • Programme: Added check for StatusId, so that we only show programme starts with statusid 1 (Booked) (cc9a797)