Skip to content

Commit 93adf36

Browse files
committed
Update Changelog
1 parent d7e38ea commit 93adf36

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Sort the same admin version columns in semver order (not lexicographic)
11-
when their headers are clicked, so `10.5.9` correctly orders above
12-
`9.5.1`, and `11.2.10` above `11.2.8`. Implemented via a small
13-
`SemverSort` helper that rewrites `ORDER BY entity.col` to
14-
`ORDER BY SEMVER_NUMERIC(entity.col)` in each affected
15-
`createIndexQueryBuilder()`.
16-
17-
- Add semver-aware filter on every admin version column (Installation
18-
`frameworkVersion` and `composerVersion`, PackageVersion `version` and
19-
`latest`, ModuleVersion `version`, Site `phpVersion`, GitTag `tag`,
20-
DockerImageTag `tag`) so the admin can filter with `=, !=, >, >=, <, <=`
21-
or by an inclusive/exclusive range (`between (inclusive)` / `between
22-
(exclusive)`) using semver order instead of lexicographic string
23-
comparison. Values with a leading `v`/`V` (e.g. `v5.5.40`) are accepted;
24-
non-semver values
25-
are excluded from results when the filter is active.
10+
- [#75](https://github.com/itk-dev/devops_itksites/pull/75)
11+
Add semver-aware filter on every admin version column, make version
12+
column semver sortable
2613

2714
## [1.10.1] - 2026-05-11
2815

0 commit comments

Comments
 (0)