Skip to content

v2.1.0

Compare
Choose a tag to compare
@johannac johannac released this 01 Jul 16:56
· 179 commits to master since this release
3326fe4

Additions

  • Added captcha option to sign up, log in, and contact form pages
    • Option to use recaptcha or hcaptcha
  • Added new makefile command make autoload to dump and regenerate composer autoload files, for when new classes etc are added
  • Updated README documentation with minimum system requirements
  • Add database migrations to set up script

Fixes

  • Use promises when initializing check in page
  • Fix typo in lang file

Change log

  • Use promises to initialise camera for check-in #712
  • Allow use of both reCaptcha hCaptcha or no capture based on config #808
  • Fix syntax error #810
  • Add reCAPTCHA #585
  • Add hCaptcha #793