Skip to content

Commit 9696f83

Browse files
committed
Release 3.2.0
1 parent b14b1c2 commit 9696f83

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## [3.2.0] - 2024-06-01
8+
### Added
9+
* Support for Search Extensions on Umbraco 13 (LTS), and v14
10+
711
## [3.1.0] - 2023-06-22
812
### Added
913
* 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
98102
### Added
99103
* Initial release of Search Extensions for Umbraco 8.1
100104

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
102107
[3.1.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.2...release-3.1.0
103108
[3.0.2]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.1...release-3.0.2
104109
[3.0.1]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.0...release-3.0.1

LICENSE.md

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

3-
Copyright (c) 2023 Callum Whyte
3+
Copyright (c) 2024 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

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Getting started
88

9-
This package is supported on Umbraco v9, v10, and v11
9+
This package is supported on Umbraco v9-v13 and v14
1010

1111
### Installation
1212

@@ -253,9 +253,10 @@ The package logo uses the [Magnifying Glass](https://thenounproject.com/term/sea
253253
* [Busra Sengul](https://github.com/busrasengul)
254254
* [Chriztian Steinmeier](https://github.com/greystate)
255255
* [Dave Woestenborghs](https://github.com/dawoe)
256+
* [Gareth Wright](https://github.com/garpunkal)
256257

257258
## License
258259

259-
Copyright © 2023 [Callum Whyte](https://callumwhyte.com/), and other contributors
260+
Copyright © 2024 [Callum Whyte](https://callumwhyte.com/), and other contributors
260261

261262
Licensed under the [MIT License](LICENSE.md).

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 © 2023 Callum Whyte, and other contributors</Copyright>
8+
<Copyright>Copyright © 2024 Callum Whyte, and other contributors</Copyright>
99
<PackageIcon>docs\logo.png</PackageIcon>
1010
<PackageLicenseFile>docs\LICENSE.md</PackageLicenseFile>
1111
<PackageReadmeFile>docs\README.md</PackageReadmeFile>

0 commit comments

Comments
 (0)