Releases: qcubed/qcubed
Quick fix
3.1 Release
The major feature here is that models now do change tracking, so that they do not push the entire data set to the database every time there is a save, but instead just push what is changed. To make this work, the member variables in the generated model are now private instead of protected. You will need to get to the data through accessors. See the Readme for more info on this.
There are many other improvements, including a much improved OptimisticLocking interface for generated forms.
Last v3.0
Maintenance plus Redis
Various minor fixes.
Addition of Redis as a cache provider.
Moving minimum stability to stable for composer.
Maintenance release
- docs improvement
- framework -> qcubed rename
- packagist related issues
Version 3 Released!
The long awaited release of QCubed v3 is here.
Legacy branch
This is the state of the branch at the release of v3
v3 Beta 5
Tagging this ahead of making a number of name changes, to make it easier to checkout a stable version.
v3 beta 4
Stable enough to start releasing as a beta.
Beta 3
Corresponds with new app-starter package and new composer plugin installer.