Skip to content

Releases: ezsystems/EzSystemsRecommendationBundle

1.0.0-beta2

24 Sep 18:23
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

This is second beta release which includes following changes:

  • Added possibility to specify default author (content owner) for exported data. Ref. to pull request #37
  • Added mapper for object relation FieldType in exported data, it is possible to select FieldType of the Content Type that will be used as a value for requested object relation. Ref. to pull request #39
  • Request object is injected as an extra argument to the method instead of dedicated setter which was removed. Ref. to pull request #36
  • Disabled legacy search engine by default. Ref. to pull request #38

1.0.0-beta1

16 Sep 12:13
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release
  • Fixed EZP-24779: Error if image relation is empty

1.0.0-alpha9

04 Sep 09:53
Compare
Choose a tag to compare
1.0.0-alpha9 Pre-release
Pre-release

Implemented possibility to control content visibility as well as limit export to certain subtrees. Ref. to pull request #30
This version provides XHTML output for ezxmltext FieldType for export data. Ref. o pull request #31

1.0.0-alpha8

25 Aug 13:40
Compare
Choose a tag to compare
1.0.0-alpha8 Pre-release
Pre-release

Fixed problem with duplicated "image" entries in the JSON response from REST endpoint. Ref. to pull request #27

1.0.0-alpha7

24 Aug 13:57
Compare
Choose a tag to compare
1.0.0-alpha7 Pre-release
Pre-release

Added new configuration options for "author" and "image" in the JSON response keys. Ref. to pull request #26

1.0.0-alpha6

21 Aug 14:13
Compare
Choose a tag to compare
1.0.0-alpha6 Pre-release
Pre-release

Implemented REST endpoint required by recommender engine to communicate with eZ Platform. Ref. to pull request #25

1.0.0-alpha5

06 Aug 13:21
Compare
Choose a tag to compare
1.0.0-alpha5 Pre-release
Pre-release

Main change is related to the server endpoint used in the communication (Ref. to PR #22). Besides, this version provides further stabilization: #21, #23, #24

1.0.0-alpha4

30 Jul 14:18
Compare
Choose a tag to compare
1.0.0-alpha4 Pre-release
Pre-release

Provides siteaccess aware configuration. Ref. to pull request #18

1.0.0-alpha3

09 Jul 11:42
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release

Contains fixes to stabilize bundle: #11, #13 and #14

1.0.0-alpha2

11 Jun 13:33
Compare
Choose a tag to compare
1.0.0-alpha2 Pre-release
Pre-release

Second alpha release, fixes issue with breakage of tree menu in admin interface. this fix also implicitly makes sure this bundle works with upcoming 5.4 sub release where RESTv1 is going over new stack in similar manner as Tree menu is.