Skip to content

Releases: iherwig/wcmf

4.1.10

29 Jan 02:01
Compare
Choose a tag to compare
  • Check maximum multiplicity when adding to relations.
  • Smaller fixes.

Complete list of changes.

4.1.9

10 Dec 19:09
Compare
Choose a tag to compare
  • Added cache lifetime to Cache, Response and View interfaces.

Complete list of changes.

4.1.8

13 Nov 21:44
Compare
Choose a tag to compare
  • Fixed: Total count was not updated when loading paged results from multiple types.

Complete list of changes.

4.1.7

08 Nov 01:05
Compare
Choose a tag to compare
  • Refactored PersistenceMapper hierarchy.
  • Added cache configuration to InifileConfiguration.
  • Fixed bug #13.

Complete list of changes.

4.1.6

24 Oct 16:41
Compare
Choose a tag to compare
  • Fixed response when saving translations.
  • Fixed CSV imports that span several requests.

Complete list of changes.

4.1.5

28 Jun 22:25
Compare
Choose a tag to compare
  • Added support for custom PHP configuration in PhpConfig configuration section.

Complete list of changes.

4.1.4

28 Jun 11:01
Compare
Choose a tag to compare
  • Added IndexStrategy for custom lucene indexing.

Complete list of changes.

4.1.3

01 Jun 16:07
Compare
Choose a tag to compare
  • Added support for dynamic roles and built-in creator role.

Complete list of changes.

4.1.2

26 May 23:28
Compare
Choose a tag to compare

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

02 May 16:06
Compare
Choose a tag to compare

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