Skip to content

Commit 6ce9d1f

Browse files
Release 1.6.18
1 parent 81abf44 commit 6ce9d1f

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-8
lines changed

.github/workflows/docker-release-frankenphp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
repository: benjaminjonard/koillection
17-
ref: 1.6.17
17+
ref: 1.6.18
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Set up QEMU
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
file: Dockerfile.frankenphp
3636
push: true
37-
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.6.17-frankenphp
37+
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.6.18-frankenphp
3838
platforms: linux/amd64,linux/arm64

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
repository: benjaminjonard/koillection
17-
ref: 1.6.17
17+
ref: 1.6.18
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
- name: Set up QEMU
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
file: Dockerfile
3636
push: true
37-
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.6.17
37+
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.6.18
3838
platforms: linux/amd64,linux/arm64

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.6.18] / 2025-08-03
5+
### Fixes
6+
- Fix tree graph when using special characters (benjaminjonard)
7+
### Miscellaneous
8+
- Upgrade PHP and JS dependencies (benjaminjonard)
9+
- Update translations, thanks to all contributors on [Crowdin](https://crowdin.com/project/koillection)
10+
411
## [1.6.17] / 2025-07-30
512
### Fixes
613
- Fix broken item search page (benjaminjonard)

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "koillection",
33
"preferGlobal": true,
4-
"version": "1.6.17",
4+
"version": "1.6.18",
55
"author": "Benjamin Jonard",
66
"description": "Front assets for Koillection",
77
"license": "MIT",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Koillection is a self-hosted service allowing users to manage any kind of collection.",
44
"type": "project",
55
"license": "MIT",
6-
"version": "1.6.17",
6+
"version": "1.6.18",
77
"minimum-stability": "stable",
88
"prefer-stable": true,
99
"require": {

config/packages/api_platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
api_platform:
22
title: 'Koillection API'
3-
version: 1.6.17
3+
version: 1.6.18
44
show_webby: false
55

66
formats:

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
2-
release: '1.6.17'
2+
release: '1.6.18'
33
default_locale: 'en'
44
container.dumper.inline_factories: true
55

0 commit comments

Comments
 (0)