File tree 3 files changed +11
-3
lines changed
src/Our.Umbraco.Extensions.Search
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
6
6
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
+
7
14
## [ 1.4.1] - 2021-03-14
8
15
### Fixed
9
16
* ` 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
64
71
### Added
65
72
* Initial release of Search Extensions for Umbraco 8.1
66
73
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
68
76
[ 1.4.1 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.4.0...release-1.4.1
69
77
[ 1.4.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.3.0...release-1.4.0
70
78
[ 1.3.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-1.2.0...release-1.3.0
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021 Callum Whyte
3
+ Copyright (c) 2022 Callum Whyte
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 5
5
<Version Condition =" '$(BUILD_BUILDNUMBER)' != ''" >$(BUILD_BUILDNUMBER)</Version >
6
6
<Description >Extensions for performing searches in Umbraco</Description >
7
7
<Authors >Callum Whyte</Authors >
8
- <Copyright >Copyright © 2021 Callum Whyte, and other contributors</Copyright >
8
+ <Copyright >Copyright © 2022 Callum Whyte, and other contributors</Copyright >
9
9
<PackageIconUrl >https://raw.githubusercontent.com/callumbwhyte/umbraco-search-extensions/main/docs/img/logo.png</PackageIconUrl >
10
10
<PackageLicenseUrl >https://github.com/callumbwhyte/umbraco-search-extensions/blob/main/LICENSE.md</PackageLicenseUrl >
11
11
<PackageProjectUrl >https://github.com/callumbwhyte/umbraco-search-extensions</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments