Skip to content

Commit

Permalink
Merge tag 'v2.4.6' into develop
Browse files Browse the repository at this point in the history
v2.4.6
  • Loading branch information
ambroisemaupate committed Jan 10, 2025
2 parents 3dfdef6 + a7ea42e commit b8bf2f7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
DATABASE_URL="mysql://roadiz:roadiz@db:3306/roadiz?serverVersion=mariadb-10.11.9&charset=utf8mb4"
DATABASE_URL="mysql://roadiz:roadiz@db:3306/roadiz?serverVersion=mariadb-11.4.4&charset=utf8mb4"
# When using symfony server:start
#DATABASE_URL="mysql://roadiz:roadiz@127.0.0.1:3306/roadiz?serverVersion=8.0.40&charset=utf8mb4"
# DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=14&charset=utf8"
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to project will be documented in this file.

## [2.4.6](https://github.com/roadiz/skeleton/compare/v2.4.5...v2.4.6) - 2025-01-10

### Bug Fixes

- Use MariaDB 11.4.4 - ([072771e](https://github.com/roadiz/skeleton/commit/072771ef2f75127a65ab786e4e2f61fa0231e44e)) - Ambroise Maupate

## [2.4.5](https://github.com/roadiz/skeleton/compare/v2.4.4...v2.4.5) - 2025-01-06

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG PHP_VERSION=8.3.14
ARG MYSQL_VERSION=8.0.40
ARG NGINX_VERSION=1.27.2
ARG MARIADB_VERSION=10.11.9
ARG MARIADB_VERSION=11.4.4
ARG SOLR_VERSION=9
ARG VARNISH_VERSION=7.1

Expand Down

0 comments on commit b8bf2f7

Please sign in to comment.