Skip to content

Releases: iherwig/wcmf

4.1.17

11 Oct 08:12
Compare
Choose a tag to compare
  • Added method to invalidate specific entries in the image cache
  • Added caching to NodeListStrategy
  • Added several smarty plugins
  • Added lowercase filename configuration option for media pool
  • Added UnionQuery to be used with simple and object queries over several types
  • Fixed issues in persistence mapping, when column names are not equal to entity attributes
  • More improvements and fixes

Complete list of changes.

4.1.16

21 Aug 14:44
Compare
Choose a tag to compare
  • Added method for custom route matching in DefaultRequest
  • Added method to retrieve pagination for views in PagingInfo
  • Fixed count query for selects containing join columns
  • Improved search index for multiple languages
  • PHP 7.2 is now fully supported
  • More improvements and fixes

Complete list of changes.

4.1.15

06 Jul 13:03
Compare
Choose a tag to compare
  • Added AdminController with clear caches action
  • Added dry run commit method to Transaction interface, that collects statements for later execution
  • DefaultLocalization is aware of updated ids of inserted objects now and does not store empty translations
  • Improved Selenium tests
  • More improvements and fixes

Complete list of changes.

4.1.14

04 Jun 01:16
Compare
Choose a tag to compare
  • Fix tests.

Complete list of changes.

4.1.13

04 Jun 00:08
Compare
Choose a tag to compare
  • Use facebook/webdriver for selenium tests.

Complete list of changes.

4.1.12

19 May 14:17
b340b04
Compare
Choose a tag to compare
  • Fixed RQL query parser for IN operator on number columns.
  • Fixed language attribute in lucene search index.
  • Fixed localization of list values.
  • Added new smarty plugins (prepend, append, array filter, date localization, hex2rgba).
  • Various smaller improvements and fixes.

Complete list of changes.

4.1.11

07 Feb 11:25
Compare
Choose a tag to compare
  • Fixed loading translations of object graphs.

Complete list of changes.

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.