Skip to content

Releases: findologic/plugin-plentymarkets-ceres-api

3.7.0

27 Jul 08:38
Compare
Choose a tag to compare

Features

  • [PLENTY-346] There now is an option that allows a minimal search term length to be configured (#274).

Changes

  • [PLENTY-318] Increase navigation performance, by using a different endpoint provided by Ceres. Please note that the minimal Ceres version required now is 5.0.26 (#251).

Bug fixes

  • [PLENTY-345] Fixed a bug that caused search terms to be cut-off when they contained an ampersand (#271).
  • [PLENTY-351] Fixed several bugs related to Ceres server-side-rendering (#273).

Internal

  • [PLENTY-321] Our build pipeline now uses GitHub Actions instead of Travis (#270).

3.6.1

31 May 10:47
Compare
Choose a tag to compare

Bug fixes

  • [PLENTY-340] Fixed a bug that may caused filter values showing up behind the filter count, when the filter value contained too many characters.
  • [PLENTY-341] Fixed a bug that caused the Smart Suggest not being shown on non-search pages, when Findologic has been disabled on category pages.

3.6.0

18 May 10:33
Compare
Choose a tag to compare

Features

  • [PLENTY-310] The selected filter count is can now shown next to the name of the filter (#259).
    • [PLENTY-337] Added a configuration option, to enable/disable this feature (#263).
  • [PLENTY-329] Added a translation.json, which allows storefront-translations to be customized (#260).
  • [PLENTY-330] Added translations for all languages supported by Findologic (#261).

Bug fixes

  • [PLENTY-309] Fixed a bug that caused already selected filters, to show a frequency of 0 (#257).

Internal

  • [PLENTY-327] Parameters shopType and shopVersion are now sent to the Findologic API (#264).

3.5.3

22 Apr 10:15
Compare
Choose a tag to compare

Bug fixes

  • [PLENTY-333] Fixed a bug that caused the Findologic plugin no longer to properly handle search/navigation requests, when the IO plugin had a higher priority than the Findologic plugin. (#258)

3.5.2

19 Apr 14:38
Compare
Choose a tag to compare

Bug fixes

  • [PLENTY-332] Fixed a bug that caused the Findologic plugin to be in an inactive state, when the IO and the Findologic plugin have been assigned the same priority. (#256).

3.5.1

19 Apr 10:02
Compare
Choose a tag to compare

Changes

  • [PLENTY-307] Filters that have at least one selected filter, will now receive a fl-active CSS class. (#248)

Bug fixes

  • [PLENTY-314/PLENTY-324] Fixed a bug that caused an error, when a shop had multiple languages and only some of them had a shopkey configured. (#243 / #253)

Internal

  • [PLENTY-300] Added a code linter to improve code quality and standardize common coding rules. (#246)
  • Bumped versions of JavasScript dependencies (#244 / #247 / #250)

3.5.0

15 Mar 10:02
5e9cb5b
Compare
Choose a tag to compare

Changes

  • [PLENTY-305] The usability of the range slider has been improved.
    • The currency/unit is now shown in the selected filter.
    • Entered commas (,) will be replaced by dots (.).
    • Non-numerical inputs can no longer be submitted.
  • [PLENTY-313] The performance on pages, where vendor image, or color image filters are displayed, has been improved.

Bug fixes

  • [PLENTY-315] Fixed a bug that may have caused a long loading time on no-result pages.
  • [PLENTY-316] Fixed a bug that caused a wrong product count on category pages.

3.4.0

15 Feb 09:50
Compare
Choose a tag to compare

Features

  • [PLENTY-245] Selected filters now also contain the name of the filter.
  • [PLENTY-273] The category filter will now be properly shown as a dropdown, when it is configured as a dropdown, in the filter configuration.
  • [PLENTY-308] Hovering over any color filter value, will now show the name of the color as a title.

Changes

  • [PLENTY-287] The search bar component is now globally overridden, instead of using a container link.

Bug fixes

  • [PLENTY-311] Fixed a bug that would allow execution of XSS, when using the Smart Did-You-Mean container link.
  • [PLENTY-299] Fixed a bug that would throw console errors when both topbar and filter widgets were used on the same page.

Miscellaneous

  • [PLENTY-304] Links to our documentation have been updated.

Internal

  • [PLENTY-295] A development guide has been added to the README, to make use of the plentyDevTool.

3.3.0

12 Jan 09:47
Compare
Choose a tag to compare

Features

  • [PLENTY-266] Using the ShopBuilder filter widgets individually is now supported.

Changes

  • [PLENTY-242] Direct Integration container configuration has been removed.

Bug fixes

  • [PLENTY-280] Fixed a bug that caused gaps in the product listing, when using Ceres version lower or equal to 5.0.2.

Internal

  • Npm packages bl and ini have been updated.

3.2.2

17 Dec 14:53
Compare
Choose a tag to compare

Bug fixes

  • [PLENTY-294] Fixed a bug that caused a redirect to a 404 page, in case the main variation id of a product has been inactive.

Internal

  • The README.md has been updated.