Skip to content

Commit

Permalink
Release 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Apr 8, 2024
1 parent 5e2874d commit 5528864
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release-frankenphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: benjaminjonard/koillection
ref: 1.5.7
ref: 1.5.8
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
Expand All @@ -34,5 +34,5 @@ jobs:
with:
file: Dockerfile.frankenphp
push: true
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.5.7-frankenphp
tags: docker.io/koillection/koillection:frankenphp,docker.io/koillection/koillection:latest-frankenphp,docker.io/koillection/koillection:1.5.8-frankenphp
platforms: linux/amd64,linux/arm64
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: benjaminjonard/koillection
ref: 1.5.7
ref: 1.5.8
token: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
Expand All @@ -34,5 +34,5 @@ jobs:
with:
file: Dockerfile
push: true
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.5.7
tags: docker.io/koillection/koillection:latest,docker.io/koillection/koillection:1.5.8
platforms: linux/amd64,linux/arm64
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.5.8] / 2024-04-08
### Features
- Add visibility on item and collection data fields (benjaminjonard)

### Fixes
- Fix error when choice lists has duplicated entries (benjaminjonard)
- Fix data not being properly displayed when choice from a choice list is updated/deleted (benjaminjonard)

### Miscellaneous
- Upgrade PHP and JS dependencies (benjaminjonard)
- Update translations, thanks to all contributors on [Crowdin](https://crowdin.com/project/koillection)

## [1.5.7] / 2024-03-15
### Fixes
- Properly use quantity when display collection's total price (benjaminjonard)
Expand Down
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "koillection",
"preferGlobal": true,
"version": "1.5.7",
"version": "1.5.8",
"author": "Benjamin Jonard",
"description": "Front assets for Koillection",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Koillection is a self-hosted service allowing users to manage any kind of collection.",
"type": "project",
"license": "MIT",
"version": "1.5.7",
"version": "1.5.8",
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
Expand Down
2 changes: 1 addition & 1 deletion config/packages/api_platform.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
api_platform:
title: 'Koillection API'
version: 1.5.7
version: 1.5.8
show_webby: false

formats:
Expand Down
2 changes: 1 addition & 1 deletion config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
release: '1.5.7'
release: '1.5.8'
default_locale: 'en'
container.dumper.inline_factories: true

Expand Down

0 comments on commit 5528864

Please sign in to comment.