Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 2.39 KB

File metadata and controls

77 lines (51 loc) · 2.39 KB

Release Notes for Search Assistant

1.3.3

Fixed

  • Fixes issue where keywords were not being deleted correctly (#13)
  • Fixes issue preventing keywords from being disabled on non-primary sites (#12)

1.3.2

Fixed

  • Adds back missing event listeners
  • Fixes integrity constraint violation when searches are performed for disabled keywords (#11)

1.3.1

Fixed

  • Resolve GROUP BY error with Popular Searches (#9)

1.3.0

Fixed

  • Resolve prepareFieldDefinitions() deprecation warnings (#10)
  • Split Db::upsert() logic to resolve database exception when using PostgreSQL (#9)
  • Restructure recent/popular search queries to resolve database exception when using PostgreSQL (#9)
  • Ignore numResults when finding existing queries to update searchCount and lastSearched

Updated

  • Default enabled setting to true
  • Add debugMode setting to assist with troubleshooting
  • Cleanup logging, remove unused classes

1.2.1 - 2025-06-22

Fixed

  • Fixes namespace (#6)
  • Removes duplicate file
  • Sets default plugin name in template (#7)

1.2.0 - 2025-05-31

Added

  • Adds GraphQL support

1.1.4 - 2024-02-23

Fixed

  • Fixes template reference
  • Deletes all HistoryElement entries from elements table on uninstall

1.1.3 - 2024-02-22

Fixed

  • Fixes an issue where only the last word of the search term was being tracked (#2)

1.1.2 - 2024-02-15

Fixed

  • Track only the search term and not the full query (#1)
  • Don't redirect to plugin settings after install on console requests

Changed

  • Cleanup aliasing

1.1.1 - 2024-02-10

Fixed

  • Fixed HistoryElementQuery PHP error for Craft v5

1.1.0 - 2024-02-10

Changed

  • Updated requirements for Craft CMS 5 compatibility

1.0.0 - 2024-01-26

Initial release