Skip to content

3.2.0

Compare
Choose a tag to compare
@TobiasFranek TobiasFranek released this 05 Feb 20:02
· 6 commits to master since this release

fixed user related issues:

Models:

  • Added new Models and Methods
    • Absences, RemarkCategories, RemarkCategory
  • Added the getAttributes() method which return the original received array
  • updated the models with a new webuntis documentation

Repositories:

  • the find method now caches the results

Caching:

  • added 2 new Caching Routines
    • filesystem cache, array cache

Types:

  • added the boolean type
  • fixed some ongoing bugs

General:

  • overall added and improved testing
  • updated and added docs
  • updated dependencies (jms-serializer is now on 2.0.0)