Skip to content

Commit 411b9de

Browse files
Release 1.3.0
1 parent c84ba2d commit 411b9de

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
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/mendako
17-
ref: 1.2.6
17+
ref: 1.3.0
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/mendako/mendako:frankenphp,docker.io/mendako/mendako:latest-frankenphp,docker.io/mendako/mendako:1.2.6-frankenphp
37+
tags: docker.io/mendako/mendako:frankenphp,docker.io/mendako/mendako:latest-frankenphp,docker.io/mendako/mendako:1.3.0-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/mendako
17-
ref: 1.2.6
17+
ref: 1.3.0
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.6
37+
tags: docker.io/benjaminjonard/mendako:latest,docker.io/benjaminjonard/mendako:1.3.0
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.3.0] / 2025-06-05
5+
### Feature
6+
- Allow video/x-m4v mime type (benjaminjonard)
7+
8+
### Miscellaneous
9+
- Update to PHP 8.4 (benjaminjonard)
10+
- Upgrade PHP (Symfony 7.3) and JS dependencies (benjaminjonard)
11+
412
## [1.2.6] / 2024-10-28
513
### Feature
614
- Add Portuguese (Brazilian) language (Lucasofchirstms)

assets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mendako",
3-
"version": "1.2.6",
3+
"version": "1.3.0",
44
"author": "Benjamin Jonard",
55
"description": "Front assets for Mendako",
66
"license": "MIT",

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Mendako is a self-hosted, private, light booru like image board, supports multiple boards. ",
44
"type": "project",
55
"license": "MIT",
6-
"version": "1.2.6",
6+
"version": "1.3.0",
77
"minimum-stability": "stable",
88
"prefer-stable": true,
99
"require": {

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

0 commit comments

Comments
 (0)