Skip to content

Releases: ezsystems/ezplatform-solr-search-engine

v1.1.0

31 Aug 09:58
Compare
Choose a tag to compare

BC

Drops support for PHP 5.4 and requires ezpublish-kernel 6.5 and higher, 1.1 will most likely bump kernel requirements all the way up to last 6.x release which also becomes EE LTS, if there are further changes to warrant this.

1.0 continues to be support and is the version you need to use with earlier versions, like eZ Publish Platform 5.4.

Changes from v1.0.4

  • EZP-25088: Reuse new common Search Signal Slots introduced in kernel 6.5
  • EZP-26128: As a Developer I want deprecation issues resolved, to prepare for Symfony 3.x
    • These have been back-ported to 1.0 and will be made part of a future v1.0.5.
  • EZP-26186: Added Solr configuration for new Slots added for deleting User/Groups (#62)

v1.1.0-rc1

25 Aug 08:58
Compare
Choose a tag to compare
v1.1.0-rc1 Pre-release
Pre-release
  • Fixes more Symfony 2.8/3.0 deprecation warnings, besides that same as beta1

v1.1.0-beta1

22 Aug 20:53
Compare
Choose a tag to compare
v1.1.0-beta1 Pre-release
Pre-release
Merge branch '1.0'

v1.0.4

28 Jul 08:48
Compare
Choose a tag to compare
  • EZP-26123: Extract facets of all types (#56)

v1.0.3

29 Jun 09:36
Compare
Choose a tag to compare
  • EZP-25788: Solr not indexing on content publish (#43 & #44 )
    • Missing documentation for setting up autocommit settings
  • EZP-25309: Fix datetime value mapping (#45)
  • EZP-25792: Deleted location don't affect subitems (#46)
  • EZP-25756: Can't index data in solrBundle if some data is inconsistent (#47)
    • Indexer will now log warnings to command line in several cases it was previously threw exceptions

1.0.3-rc2

21 Jun 13:23
Compare
Choose a tag to compare
1.0.3-rc2 Pre-release
Pre-release

Expose new SPI\Search\Handler methods as needed by upcoming feature in kernel (indexing script that works across all handlers).

v1.0.3-rc1

09 Jun 12:54
Compare
Choose a tag to compare
v1.0.3-rc1 Pre-release
Pre-release
  • EZP-25788: Solr not indexing on content publish (#43 & #44 )
    • Missing documentation for setting up autocommit settings
  • EZP-25309: Fix datetime value mapping (#45)
  • EZP-25792: Deleted location don't affect subitems (#46)
  • EZP-25756: Can't index data in solrBundle if some data is inconsistent (#47)

v1.0.2

23 Dec 12:02
Compare
Choose a tag to compare

Changes since RC2:

Changes since v1.0.1:

  • Initial instructions for testing & contribution in Readme
  • Fix EZP-25246: GmapLocation latitude & longitude (floats) indexing can fail due to locale
  • Fix EZP-25187: float/double indexing can fail due to locale
  • Fix EZP-25158: Missing FieldRelation Criterion visitor

1.0.2-rc2

12 Dec 15:32
Compare
Choose a tag to compare
1.0.2-rc2 Pre-release
Pre-release

Changes in RC2:

  • Initial instructions for testing & contribution in Readme
  • Fix EZP-25246: GmapLocation latitude & longitude (floats) indexing can fail due to locale

Changes in RC1:

  • Fix EZP-25187: float/double indexing can fail due to locale
  • Fix EZP-25158: Missing FieldRelation Criterion visitor

1.0.2-rc1

10 Dec 15:37
Compare
Choose a tag to compare
1.0.2-rc1 Pre-release
Pre-release
  • Fix EZP-25187: float/double indexing can fail due to locale
  • Fix EZP-25158: Missing FieldRelation Criterion visitor