From 9696f83e573d45efa88f70f63b58dcddab2a14b7 Mon Sep 17 00:00:00 2001 From: Callum Whyte Date: Sat, 1 Jun 2024 14:17:33 +0100 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.md | 7 ++++++- LICENSE.md | 2 +- README.md | 5 +++-- .../Our.Umbraco.Extensions.Search.csproj | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e731772..c722f56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [3.2.0] - 2024-06-01 +### Added +* Support for Search Extensions on Umbraco 13 (LTS), and v14 + ## [3.1.0] - 2023-06-22 ### Added * 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 ### Added * Initial release of Search Extensions for Umbraco 8.1 -[Unreleased]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.1.0...HEAD +[Unreleased]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.2.0...HEAD +[3.2.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.1.0...release-3.2.0 [3.1.0]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.2...release-3.1.0 [3.0.2]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.1...release-3.0.2 [3.0.1]: https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.0...release-3.0.1 diff --git a/LICENSE.md b/LICENSE.md index 70ada73..48dc77a 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Callum Whyte +Copyright (c) 2024 Callum Whyte Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index e916251..8a8c890 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Getting started -This package is supported on Umbraco v9, v10, and v11 +This package is supported on Umbraco v9-v13 and v14 ### Installation @@ -253,9 +253,10 @@ The package logo uses the [Magnifying Glass](https://thenounproject.com/term/sea * [Busra Sengul](https://github.com/busrasengul) * [Chriztian Steinmeier](https://github.com/greystate) * [Dave Woestenborghs](https://github.com/dawoe) +* [Gareth Wright](https://github.com/garpunkal) ## License -Copyright © 2023 [Callum Whyte](https://callumwhyte.com/), and other contributors +Copyright © 2024 [Callum Whyte](https://callumwhyte.com/), and other contributors Licensed under the [MIT License](LICENSE.md). \ No newline at end of file diff --git a/src/Our.Umbraco.Extensions.Search/Our.Umbraco.Extensions.Search.csproj b/src/Our.Umbraco.Extensions.Search/Our.Umbraco.Extensions.Search.csproj index 00ea3c1..1355cf1 100644 --- a/src/Our.Umbraco.Extensions.Search/Our.Umbraco.Extensions.Search.csproj +++ b/src/Our.Umbraco.Extensions.Search/Our.Umbraco.Extensions.Search.csproj @@ -5,7 +5,7 @@ $(BUILD_BUILDNUMBER) Extensions for performing searches in Umbraco Callum Whyte - Copyright © 2023 Callum Whyte, and other contributors + Copyright © 2024 Callum Whyte, and other contributors docs\logo.png docs\LICENSE.md docs\README.md