Descrizione

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

Installazione

  • 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

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“EduAdmin Booking” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“EduAdmin Booking” è stato tradotto in 2 lingue. Grazie ai traduttori per i loro contributi.

Traduci “EduAdmin Booking” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

The full changelog available on GitHub

5.1.3 (2024-10-10)

5.1.2 (2024-10-10)

Security

  • Fix potential LFI vulnerability (89a8479)

5.1.1 (2024-09-18)

Bug Fixes

  • Fetch AnswerId for checkbox questions the correct way (d123497)

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