Skip to content

Commit

Permalink
Changelog y Dependencias update
Browse files Browse the repository at this point in the history
  • Loading branch information
enfoqueNativo committed Dec 6, 2023
1 parent 9b5008a commit c1031d6
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 40 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
## CHANGELOG

[CURRENT](https://github.com/SIU-Toba/framework/compare/master...develop)

[3.4.0](https://github.com/SIU-Toba/framework/releases/tag/v3.4.0) (2023-12-06)
- Se incrementa el requerimiento de plataforma a PHP 8.1+
- Se actualizan los siguientes paquetes
* guzzle/guzzle: v7.8.0
* guzzle/guzzle: v7.8.1
* phpmailer/phpmailer: v6.8.1
* phpoffice/phpspreadsheet: v1.29.0
* rospdf/pdf-php: v0.12.67
Expand All @@ -22,6 +24,7 @@
* siu/arai-json-migrator: v2.0.0
* siu/interfaces-manejador-salida-toba: v1.4.0

- Se corrige error al intentar migrar la auditoria (relacionado con cambio para columnas `IDENTITY`)
- Se corrige error al intentar formatear valores nulos en exportaciones de `ei_cuadro`
- Se incluye mecanismo para configurar la versión de API a consumir en `cliente.ini`
- Se agrega soporte en DT para las columnas tipo `IDENTITY`
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"greenlion/php-sql-parser": "@dev",
"php-webdriver/webdriver": "~1.8",
"simpletest/simpletest": "*",
"siu/arai-cli": "dev-feature/updateLibs",
"siu/arai-cli": "*",
"siu/arai-crypto": "*",
"siu/arai-json-parser": "dev-develop",
"siu/arai-json-parser": "*",
"siu/manejador-salida-bootstrap": "~1.4"
},
"suggest": {
Expand Down
71 changes: 35 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:

web:
## user: "$USER_ID"
image: siudocker/php:8.1-web-v1.0.2
image: siudocker/php:8.1-web-v1.0.3
ports:
- "7008:8080"
environment:
Expand Down

0 comments on commit c1031d6

Please sign in to comment.