Compare commits

..

7 Commits

Author SHA1 Message Date
julielenaerts 325a2f4071 Update Chill to v2.11.0 with Chill bundles v4.0.2
continuous-integration/drone/tag Build is passing
2025-07-10 12:28:05 +02:00
julielenaerts bec75c57ab update chill bundles to v3.11.0
continuous-integration/drone/tag Build is passing
2025-05-13 09:51:02 +02:00
julielenaerts ebfc419985 Remove config for short messages 2025-05-13 09:46:56 +02:00
julielenaerts cae1dd4abb Place translations in var of bundles
continuous-integration/drone/tag Build is passing
2025-03-19 09:34:58 +01:00
julielenaerts 3359cd1c1a Update composer files
continuous-integration/drone/tag Build is failing
2025-03-18 14:44:50 +01:00
julielenaerts 27934cba56 Put ux-translator line back in package.json at root
continuous-integration/drone/tag Build is failing
2025-03-18 14:33:11 +01:00
julielenaerts 71340c03a1 Fix translation config
continuous-integration/drone/tag Build is failing
2025-03-18 14:09:54 +01:00
8 changed files with 2409 additions and 3056 deletions
+3
View File
@@ -0,0 +1,3 @@
## 2.10.0 - 2025-05-13
### Release
* Update chill bundles to 3.11.0
+3
View File
@@ -0,0 +1,3 @@
## 2.11.0 - 2025-07-10
### Release
* Update chill bundles to v4.0.2
+3
View File
@@ -0,0 +1,3 @@
## 2.9.0 - 2025-03-18
### Release
* Update chill bundles to v3.10.3
+12
View File
@@ -6,6 +6,18 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 2.11.0 - 2025-07-10
### Release
* Update chill bundles to v4.0.2
## 2.10.0 - 2025-05-13
### Release
* Update chill bundles to 3.11.0
## 2.9.0 - 2025-03-18
### Release
* Update chill bundles to v3.10.3
## 2.8.0 - 2025-03-04
### Release
* Update chill bundles to v3.9.2
+1 -1
View File
@@ -9,7 +9,7 @@
"ext-iconv": "*",
"champs-libres/wopi-bundle": "dev-master@dev",
"champs-libres/wopi-lib": "dev-master@dev",
"chill-project/chill-bundles": "3.9.2",
"chill-project/chill-bundles": "v4.0.2",
"chill-project/chill-deploy": "^1.0",
"graylog2/gelf-php": "^2.0",
"symfony/console": "5.4.*",
Generated
+364 -296
View File
File diff suppressed because it is too large Load Diff
-2
View File
@@ -12,8 +12,6 @@ chill_main:
twilio_sid: '%env(resolve:TWILIO_SID)%'
twilio_secret: '%env(resolve:TWILIO_SECRET)%'
default_carrier_code: '%env(resolve:DEFAULT_CARRIER_CODE)%'
short_messages:
dsn: '%env(string:SHORT_MESSAGE_DSN)%'
acl:
form_show_scopes: true
form_show_centers: true
+2023 -2757
View File
File diff suppressed because it is too large Load Diff