Skip to content

Releases: MultinetInteractive/eduadmin-booking

v1.0.8

18 Dec 09:15
a2f6bf7

Choose a tag to compare

  • Code fixes to remove notices (if warnings are shown)
  • Login field is now correctly typed if email is selected.
  • Making it possible to hide fields on the default detail templates by using the attribute hide
    • Fields that can be hidden: description,goal,target,prerequisites,after,quote

v1.0.7

01 Dec 08:28
a6783c2

Choose a tag to compare

  • Fixed text domain on three phrases I missed earlier.
  • Fixing validation error for civic reg numbers.

v1.0.6

16 Nov 14:18
4f98a4d

Choose a tag to compare

  • Adding setting to force customers to be registered before being able to book

v1.0.5

16 Nov 12:51
6223a8e

Choose a tag to compare

  • Defining WP_SESSION_COOKIE so that we won't get warnings/notices.
  • Adding script to autodeploy to WordPress when we make new releases (Commits to production-branch)

v1.0.4

14 Nov 16:02
a863289

Choose a tag to compare

  • Adding action eduadmin-bookingform-loaded, so that plugins can fire when the booking form is loaded.

v1.0.2

14 Nov 14:04
a2a75a1

Choose a tag to compare

  • Removing internal language files
  • Removing README.md and CHANGELOG.md, these live inside readme.txt (this file)
  • Bugfix for questions and attributes with only one option (SOAP API gave us an object instead of an array)

v1.0.3

14 Nov 14:08
6c36d9d

Choose a tag to compare

  • Removing .official.plugin and auto_update, since we are running as a normal plugin now.

v1.0.1

13 Nov 14:20
6c36d9d

Choose a tag to compare

  • Modified when languages should load (plugins_loaded instead of init)
  • Changing text domain everywhere to eduadmin-booking (new WordPress-slug)
  • Adding autocomplete="new-password" to password-field when you register a new account while booking

v1.0.0 - WordPress release

08 Nov 16:58
7d92e83

Choose a tag to compare

WordPress-plugin compatibility/requirements

  • Removing unnecessary paths (for functions that are never used)
  • Fixing the correct way to include files (by path, not function..)
  • Sanitizing everything I can think of/find.
  • Modifying how pages are outputted.
  • Implementing WP_Session to get rid of $_SESSION-usage
    • Finally found how to get rid of $_SESSION in the custom ajax-handlers.

Added

  • Shortcode attributes on [eduadmin-listview]
    • showsearch: Overrides settings to show the search
    • showcity: Sets if you want to show/hide city from the list
    • showbookbtn: Sets if you want to show/hide the book button
    • showreadmorebtn: Sets if you want to show/hide the read more button
  • Shortcode to show all public pricenames on Course [eduadmin-coursepublicpricename]
  • Setting to hide invoice email
  • Attribute to hide invoice email [eduadmin-detailview hideinvoiceemailfield="1"]

v0.10.24

29 Sep 12:54
86c40a3

Choose a tag to compare

Added

  • Fixed validation-bug in javascript if you only had the contact person as a participant.

0.10.23

Added

  • Added pluralized text to the shortcode that shows course days [eduadmin-detailinfo coursedays]
    Now outputs 1 day or 2 days
  • Reformatted the HTML for contact/participant names, so we can use 50% width. Works in most cases.

0.10.22

Added

  • Add sorting to pricenames in Eventlists
  • Fixed faulty tooltips for orderby and order