We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10165d3 commit 0e3c2c5Copy full SHA for 0e3c2c5
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.19.2] - 2025-01-22
9
+
10
+- Add facet sorting to display in natural asc or desc index order
11
12
## [0.19.1] - 2025-01-22
13
14
- Fix transformations setting in default mappings
config/module.ini
@@ -1,6 +1,6 @@
1
[info]
2
name = "Solr"
3
-version = "0.19.1"
+version = "0.19.2"
4
omeka_version_constraint = "^3.1.0 || ^4.0.0"
description = "Add Solr search adapter"
author = "BibLibre"
0 commit comments