描述

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

安裝

  • 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

評價

There are no reviews for this plugin.

貢獻者及開發者

“EduAdmin Booking” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

EduAdmin Booking 外掛目前已有 2 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 EduAdmin Booking 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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