Skip to content

Releases: MultinetInteractive/eduadmin-booking

v4.2.3

09 Feb 10:13

Choose a tag to compare

Bug Fixes

  • #[\ReturnTypeWillChange] instead of typing, because PHP is.. well PHP (7684891)

v4.2.2

10 Jan 07:58

Choose a tag to compare

Bug Fixes

  • More return types, because of silly deprecation notices. (528d744)

v4.2.1

10 Jan 07:53

Choose a tag to compare

Bug Fixes

v4.2.0

21 Dec 07:38

Choose a tag to compare

4.2.0 (2023-12-21)

Features

  • Support for the required fields in Google Search Console for the ld+json (519a446), closes #511

v4.1.2

13 Dec 13:32

Choose a tag to compare

Bug Fixes

  • Filtering the events if we're looking at a specific one for prices as well (144762e)

v4.1.1

10 Nov 10:50

Choose a tag to compare

4.1.1 (2023-11-10)

Bug Fixes

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

v4.1.0

06 Nov 12:22

Choose a tag to compare

Features

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

Documentation

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

v4.0.0

10 Oct 06:29

Choose a tag to compare

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)

v3.11.1

09 Oct 06:38

Choose a tag to compare

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)

v3.11.0

02 Oct 10:54

Choose a tag to compare

3.11.0 (2023-10-02)

Features

  • List number of free spots on programme list (38529a8)