ਵੇਰਵਾ
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” is open source software. The following people have contributed to this plugin.
ਯੋਗਦਾਨੀ“EduAdmin Booking” has been translated into 2 locales. Thank you to the translators for their contributions.
“EduAdmin Booking” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।
ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
ਤਬਦੀਲੀ-ਚਿੱਠਾ
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
Documentation
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 usedo_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)