Compare commits
18 Commits
Author | SHA1 | Date | |
---|---|---|---|
3643283cd0 | |||
|
4a386488d6 | ||
18993e740c | |||
6c460d66b1 | |||
|
4cf77335ab | ||
0df0bbe7af | |||
2c88187d3f | |||
|
971d0fa9c9 | ||
93bcc246e9 | |||
2c6fb97f31 | |||
|
c58443dd72 | ||
b6c17f62d0 | |||
7712d146c7 | |||
8a83372e2f | |||
883725af10 | |||
|
7faee98294 | ||
96e0c4c97e | |||
921726ec75 |
3
.changes/v1.10.0.md
Normal file
3
.changes/v1.10.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v1.10.0 - 2024-07-03
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.18.2 to 2.22.1
|
@@ -1,3 +0,0 @@
|
||||
## v1.5.1 - 2024-02-12
|
||||
### Fixed
|
||||
* Overwriting of translations deleted,
|
@@ -1,3 +1,5 @@
|
||||
## v1.6.0 - 2024-02-12
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
|
||||
### Fixed
|
||||
* Overwriting of bundles translations removed
|
||||
|
5
.changes/v1.7.0.md
Normal file
5
.changes/v1.7.0.md
Normal file
@@ -0,0 +1,5 @@
|
||||
## v1.7.0 - 2024-02-13
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
|
||||
### Fixed
|
||||
* Upgrade vue to fix multiselect
|
3
.changes/v1.8.0.md
Normal file
3
.changes/v1.8.0.md
Normal file
@@ -0,0 +1,3 @@
|
||||
## v1.8.0 - 2024-02-21
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.2
|
4
.changes/v1.9.0.md
Normal file
4
.changes/v1.9.0.md
Normal file
@@ -0,0 +1,4 @@
|
||||
## v1.9.0 - 2024-04-17
|
||||
### Release
|
||||
* Update chill bundles version to 2.18.2
|
||||
* Update dependencies. Chill-bundles upgraded from 2.16.2 to 2.18.2
|
23
CHANGELOG.md
23
CHANGELOG.md
@@ -6,13 +6,30 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
||||
|
||||
|
||||
## v1.10.0 - 2024-07-03
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.18.2 to 2.22.1
|
||||
|
||||
## v1.9.0 - 2024-04-17
|
||||
### Release
|
||||
* Update chill bundles version to 2.18.2
|
||||
* Update dependencies. Chill-bundles upgraded from 2.16.2 to 2.18.2
|
||||
|
||||
## v1.8.0 - 2024-02-21
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.2
|
||||
|
||||
## v1.7.0 - 2024-02-13
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
|
||||
### Fixed
|
||||
* Upgrade vue to fix multiselect
|
||||
|
||||
## v1.6.0 - 2024-02-12
|
||||
### Release
|
||||
* Update dependencies. Chill-bundles upgraded from 2.16.1 to 2.16.1
|
||||
|
||||
## v1.5.1 - 2024-02-12
|
||||
### Fixed
|
||||
* Overwriting of translations deleted,
|
||||
* Overwriting of bundles translations removed
|
||||
|
||||
## v1.5.0 - 2024-02-08
|
||||
### Release
|
||||
|
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@ THIS_FILE := $(lastword $(MAKEFILE_LIST))
|
||||
PWD:=$(shell echo ${PWD})
|
||||
UID:=$(shell id -u)
|
||||
GID:=$(shell id -g)
|
||||
DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:16
|
||||
DOCKERNODE_CMD=docker run --rm --user ${UID}:${GID} -v ${PWD}:/app --workdir /app -e YARN_CACHE_FOLDER=/app/.yarncache node:20
|
||||
DOCKER_COMPOSE_PHP_EXEC_CMD=docker-compose run --rm --user $(UID):$(GID) -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env php
|
||||
DOCKER_PHP_EXEC_CMD_BASE=docker run --rm --user $(UID):$(GID) -v ${PWD}:/var/www/app -e CLEAR_CACHE=false -e COMPOSER_HOME=/var/www/app/.composer --entrypoint /usr/bin/env $(PHP_BASE_IMAGE_TAG)
|
||||
PHP_BASE_IMAGE=php:8.2-fpm-alpine
|
||||
|
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"require": {
|
||||
"ext-redis": "*",
|
||||
"chill-project/chill-bundles": "2.16.1",
|
||||
"chill-project/chill-bundles": "2.22.1",
|
||||
"symfony/flex": "^1.9",
|
||||
"symfony/http-client": "^4.4 || ^5",
|
||||
"nelmio/alice": "^3.8",
|
||||
|
1094
composer.lock
generated
1094
composer.lock
generated
File diff suppressed because it is too large
Load Diff
0
translations/.gitkeep
Normal file
0
translations/.gitkeep
Normal file
Reference in New Issue
Block a user