File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 14
14
uses : actions/checkout@v4
15
15
with :
16
16
repository : benjaminjonard/mendako
17
- ref : 1.2.0
17
+ ref : 1.2.1
18
18
token : ${{ secrets.GITHUB_TOKEN }}
19
19
20
20
- name : Set up QEMU
34
34
with :
35
35
file : Dockerfile
36
36
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
38
38
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
12
## [ 1.2.0] / 2024-01-02
5
13
### Features
6
14
- Add support for SVG files (benjaminjonard)
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ import './styles/app.css';
5
5
import './bootstrap' ;
6
6
7
7
import './js/loader'
8
- import './js/modal'
8
+ import './js/modal'
Original file line number Diff line number Diff line change 1
1
parameters :
2
- release : ' 1.2.0 '
2
+ release : ' 1.2.1 '
3
3
default_locale : ' en'
4
4
.container.dumper.inline_factories : true
5
5
You can’t perform that action at this time.
0 commit comments