File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
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.1] - 2024-06-07
8
+ ### Fixed
9
+ * ` Page ` extensions return correct total results count
10
+
7
11
## [ 3.2.0] - 2024-06-01
8
12
### Added
9
13
* Support for Search Extensions on Umbraco 13 (LTS), and v14
@@ -102,7 +106,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
102
106
### Added
103
107
* Initial release of Search Extensions for Umbraco 8.1
104
108
105
- [ Unreleased ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.2.0...HEAD
109
+ [ Unreleased ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.2.1...HEAD
110
+ [ 3.2.1 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.2.0...release-3.2.1
106
111
[ 3.2.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.1.0...release-3.2.0
107
112
[ 3.1.0 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.2...release-3.1.0
108
113
[ 3.0.2 ] : https://github.com/callumbwhyte/umbraco-search-extensions/compare/release-3.0.1...release-3.0.2
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ The package logo uses the [Magnifying Glass](https://thenounproject.com/term/sea
254
254
* [ Chriztian Steinmeier] ( https://github.com/greystate )
255
255
* [ Dave Woestenborghs] ( https://github.com/dawoe )
256
256
* [ Gareth Wright] ( https://github.com/garpunkal )
257
+ * [ Jonas Pyfferoen] ( https://github.com/kows )
257
258
258
259
## License
259
260
You can’t perform that action at this time.
0 commit comments