Skip to content

Commit 5d203b1

Browse files
committed
0.19.1
1 parent 8fe4217 commit 5d203b1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +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-
## Unreleased
8+
## [0.19.1] - 2025-01-22
99

1010
- Fix transformations setting in default mappings
11+
- Deny access to solr_* resources through the API to non-admin users (#42)
1112

1213
## [0.19.0] - 2024-11-28
1314

@@ -236,6 +237,7 @@ The minimum Omeka S version required is 3.0.0
236237

237238
First release
238239

240+
[0.19.1]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.19.1
239241
[0.19.0]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.19.0
240242
[0.18.0]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.18.0
241243
[0.17.1]: https://github.com/biblibre/omeka-s-module-Solr/releases/tag/v0.17.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.19.0"
3+
version = "0.19.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)