Skip to content

Commit 070751d

Browse files
committed
Release 1.5.0
1 parent ecfdc84 commit 070751d

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [1.5.0] - 2022-02-28
8+
### Changed
9+
* Indexing UDI values as GUIDs instead of strings for easier searching
10+
11+
### Fixed
12+
* Corrected `IsVisble` query method name to `IsVisible`
13+
714
## [1.4.1] - 2021-03-14
815
### Fixed
916
* `GetResults` method is now available on `IEnumerable<ISearchResult>` to allow for more efficient paging
@@ -64,7 +71,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
6471
### Added
6572
* Initial release of Search Extensions for Umbraco 8.1
6673

67-
[Unreleased]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.1...HEAD
74+
[Unreleased]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.5.0...HEAD
75+
[1.5.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.1...release-1.5.0
6876
[1.4.1]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.0...release-1.4.1
6977
[1.4.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.3.0...release-1.4.0
7078
[1.3.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.2.0...release-1.3.0

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Callum Whyte
3+
Copyright (c) 2022 Callum Whyte
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/Our.Umbraco.Extensions.Search/Our.Umbraco.Extensions.Search.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version>
66
<Description>Extensions for performing searches in Umbraco</Description>
77
<Authors>Callum Whyte</Authors>
8-
<Copyright>Copyright © 2021 Callum Whyte, and other contributors</Copyright>
8+
<Copyright>Copyright © 2022 Callum Whyte, and other contributors</Copyright>
99
<PackageIconUrl>https://raw.githubusercontent.com/callumbwhyte/umbraco-search-extensions/main/docs/img/logo.png</PackageIconUrl>
1010
<PackageLicenseUrl>https://github.com/callumbwhyte/umbraco-search-extensions/blob/main/LICENSE.md</PackageLicenseUrl>
1111
<PackageProjectUrl>https://github.com/callumbwhyte/umbraco-search-extensions</PackageProjectUrl>

0 commit comments

Comments
 (0)