Skip to content

Commit 5e7e9aa

Browse files
committed
0.20.1
1 parent f37b8df commit 5e7e9aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.20.1] - 2025-09-16
9+
10+
- Fix compatibility with Omeka S < 4.1.0
11+
812
## [0.20.0] - 2025-09-16
913

1014
- Allow to configure the HTTP client used to query Solr. This can be done by
@@ -246,6 +250,7 @@ The minimum Omeka S version required is 3.0.0
246250

247251
First release
248252

253+
[0.20.1]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.20.1
249254
[0.20.0]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.20.0
250255
[0.19.2]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.19.2
251256
[0.19.1]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.19.1

config/module.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[info]
22
name = "Solr"
3-
version = "0.20.0"
3+
version = "0.20.1"
44
omeka_version_constraint = "^3.1.0 || ^4.0.0"
55
description = "Add Solr search adapter"
66
author = "BibLibre"

0 commit comments

Comments
 (0)