Releases: iherwig/wcmf
Releases · iherwig/wcmf
4.1.10
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
Model/Persistence
- Added support for transient entity attributes
- Added TransactionEvent
Controllers
- Added automatic transaction control for controllers
- Initiated by Controller::requireTransaction()
- Subsequent controller actions join the same transaction
Misc
- Bugfixes, updated dependencies, smaller improvements
4.1.1
Controllers
- Added CSVImportController
- Added support for storing user preferences in UserController
- Improved ListController performance by returning only requested entity attributes
- Added caching for JSON response format
Misc
- Bugfixes, updated dependencies, refactoring and other improvements