Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbwhyte committed Jun 1, 2024
1 parent b14b1c2 commit 9696f83
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version>
<Description>Extensions for performing searches in Umbraco</Description>
<Authors>Callum Whyte</Authors>
<Copyright>Copyright © 2023 Callum Whyte, and other contributors</Copyright>
<Copyright>Copyright © 2024 Callum Whyte, and other contributors</Copyright>
<PackageIcon>docs\logo.png</PackageIcon>
<PackageLicenseFile>docs\LICENSE.md</PackageLicenseFile>
<PackageReadmeFile>docs\README.md</PackageReadmeFile>
Expand Down

0 comments on commit 9696f83

Please sign in to comment.