Skip to content

Releases: qcubed/qcubed

Quick fix

08 Jul 05:51
Compare
Choose a tag to compare

Quick fix to formgen problem. Delete contents of forms directory and codegen again.

3.1 Release

07 Jul 03:29
Compare
Choose a tag to compare

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

07 Jul 01:34
Compare
Choose a tag to compare

Preparing for the v3.1 release

Maintenance plus Redis

22 Jan 01:12
Compare
Choose a tag to compare

Various minor fixes.

Addition of Redis as a cache provider.

Moving minimum stability to stable for composer.

Maintenance release

29 Oct 07:25
Compare
Choose a tag to compare
  • docs improvement
  • framework -> qcubed rename
  • packagist related issues

Version 3 Released!

26 Oct 04:03
Compare
Choose a tag to compare

The long awaited release of QCubed v3 is here.

Legacy branch

26 Oct 04:00
Compare
Choose a tag to compare

This is the state of the branch at the release of v3

v3 Beta 5

14 Jul 07:12
Compare
Choose a tag to compare
v3 Beta 5 Pre-release
Pre-release

Tagging this ahead of making a number of name changes, to make it easier to checkout a stable version.

v3 beta 4

24 May 17:46
Compare
Choose a tag to compare

Stable enough to start releasing as a beta.

Beta 3

31 Jul 00:11
Compare
Choose a tag to compare
Beta 3 Pre-release
Pre-release

Corresponds with new app-starter package and new composer plugin installer.