Skip to content

Latest commit

 

History

History
126 lines (64 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

126 lines (64 loc) · 3.24 KB

All notable changes to laravel-site-search will be documented in this file.

2.2.0 - 2024-03-04

What's Changed

  • Laravel 11.x Compatibility by @laravel-shift in #39

New Contributors

  • @laravel-shift made their first contribution in #39

Full Changelog: https://github.com/spatie/laravel-site-search/compare/2.1.2...2.2.0

1.5.1 - 2023-08-17

Full Changelog: https://github.com/spatie/laravel-site-search/compare/1.5.0...1.5.1

2.1.2 - 2023-08-17

What's Changed

  • Use the searchParameters also for paging. by @eggnaube in #37
  • Also apply the searchParameter - V1 by @eggnaube in #38

New Contributors

  • @eggnaube made their first contribution in #37

Full Changelog: https://github.com/spatie/laravel-site-search/compare/2.1.0...2.1.2

2.1.0 - 2023-08-02

  • use Laravel Prompts

2.0.0 - 2023-06-04

  • upgrade to crawler v8

1.5.0 - 2023-02-09

  • support Meilisearch 1.0

1.4.2 - 2023-01-25

  • support L10

1.4.1 - 2022-11-02

What's Changed

  • Make the CrawlSiteJob unique by @riasvdv in #30

New Contributors

  • @riasvdv made their first contribution in #30

Full Changelog: https://github.com/spatie/laravel-site-search/compare/1.4.0...1.4.1

1.4.0 - 2022-10-24

What's Changed

  • Allow to customise job by @freekmurze in #29

New Contributors

  • @freekmurze made their first contribution in #29

Full Changelog: https://github.com/spatie/laravel-site-search/compare/1.3.0...1.4.0

1.3.0 - 2022-09-29

  • add support for search parameters

1.2.1 - 2022-08-24

What's Changed

  • Bug fix indexs meilisearch by @mikzero in #28

New Contributors

  • @mikzero made their first contribution in #28

Full Changelog: https://github.com/spatie/laravel-site-search/compare/1.2.0...1.2.1

1.2.0 - 2022-01-19

  • support Laravel 9

1.1.1 - 2022-01-19

  • fix serviceprovider so it doesn't load views

1.1.0 - 2021-12-11

What's Changed

  • Introduce possibilty to modify the indexed URLs by @marcreichel in #22

New Contributors

  • @marcreichel made their first contribution in #22

Full Changelog: https://github.com/spatie/laravel-site-search/compare/1.0.2...1.1.0

1.0.2 - 2021-11-29

What's Changed

  • Fix highlightedSnippet looking in wrong place by @SimonJulian in #20

New Contributors

  • @SimonJulian made their first contribution in #20

Full Changelog: https://github.com/spatie/laravel-site-search/compare/1.0.1...1.0.2

1.0.1 - 2021-10-27

  • Fix event constructors by @sebdesign in (#12)

1.0.0 - 2021-10-19

  • initial release