Skip to content

Latest commit

 

History

History
41 lines (21 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

41 lines (21 loc) · 1.04 KB

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

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 spatie#22

New Contributors

  • @marcreichel made their first contribution in spatie#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 spatie#20

New Contributors

  • @SimonJulian made their first contribution in spatie#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