File tree 4 files changed +11
-5
lines changed
src/Our.Umbraco.Extensions.Search
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ 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
+ ## [ 3.2.0] - 2024-06-01
8
+ ### Added
9
+ * Support for Search Extensions on Umbraco 13 (LTS), and v14
10
+
7
11
## [ 3.1.0] - 2023-06-22
8
12
### Added
9
13
* Easier paging of ` ISearchResults ` with new ` Page ` extensions
@@ -98,7 +102,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
98
102
### Added
99
103
* Initial release of Search Extensions for Umbraco 8.1
100
104
101
- [ Unreleased ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.1.0...HEAD
105
+ [ Unreleased ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.2.0...HEAD
106
+ [ 3.2.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.1.0...release-3.2.0
102
107
[ 3.1.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.2...release-3.1.0
103
108
[ 3.0.2 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.1...release-3.0.2
104
109
[ 3.0.1 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.0...release-3.0.1
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2023 Callum Whyte
3
+ Copyright (c) 2024 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 6
6
7
7
## Getting started
8
8
9
- This package is supported on Umbraco v9, v10, and v11
9
+ This package is supported on Umbraco v9-v13 and v14
10
10
11
11
### Installation
12
12
@@ -253,9 +253,10 @@ The package logo uses the [Magnifying Glass](https://thenounproject.com/term/sea
253
253
* [ Busra Sengul] ( https://github.com/busrasengul )
254
254
* [ Chriztian Steinmeier] ( https://github.com/greystate )
255
255
* [ Dave Woestenborghs] ( https://github.com/dawoe )
256
+ * [ Gareth Wright] ( https://github.com/garpunkal )
256
257
257
258
## License
258
259
259
- Copyright © ; 2023 [ Callum Whyte] ( https://callumwhyte.com/ ) , and other contributors
260
+ Copyright © ; 2024 [ Callum Whyte] ( https://callumwhyte.com/ ) , and other contributors
260
261
261
262
Licensed under the [ MIT License] ( LICENSE.md ) .
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 © 2023 Callum Whyte, and other contributors</Copyright >
8
+ <Copyright >Copyright © 2024 Callum Whyte, and other contributors</Copyright >
9
9
<PackageIcon >docs\logo.png</PackageIcon >
10
10
<PackageLicenseFile >docs\LICENSE.md</PackageLicenseFile >
11
11
<PackageReadmeFile >docs\README.md</PackageReadmeFile >
You can’t perform that action at this time.
0 commit comments