Skip to content

Commit 575a15c

Browse files
Release 1.2.1
1 parent 2ce4e68 commit 575a15c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.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/mendako
17-
ref: 1.2.0
17+
ref: 1.2.1
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/benjaminjonard/mendako:latest,docker.io/benjaminjonard/mendako:1.2.0
37+
tags: docker.io/benjaminjonard/mendako:latest,docker.io/benjaminjonard/mendako:1.2.1
3838
platforms: linux/amd64,linux/arm64

CHANGELOG.md

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

4+
## [1.2.1] / 2024-01-11
5+
### Fix
6+
- Fix modal not appearing (benjaminjonard)
7+
8+
### Miscellaneous
9+
- Fix deprecations (benjaminjonard)
10+
- Upgrade PHP and JS dependencies, fix CVE-2023-26159 (benjaminjonard)
11+
412
## [1.2.0] / 2024-01-02
513
### Features
614
- Add support for SVG files (benjaminjonard)

assets/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ import './styles/app.css';
55
import './bootstrap';
66

77
import './js/loader'
8-
import './js/modal'
8+
import './js/modal'

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.2.0'
2+
release: '1.2.1'
33
default_locale: 'en'
44
.container.dumper.inline_factories: true
55

0 commit comments

Comments
 (0)