Skip to content

Commit

Permalink
Changelog Update && Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
enfoqueNativo committed Feb 20, 2020
1 parent 63be723 commit 01133a5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

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

[3.3.2](https://github.com/SIU-Toba/framework/releases/tag/v3.3.2) (2020-02-20)
- Se actualiza la version del paquete siu/security-multitool para evitar conflicto de providers (#75)
- Se mejora la generacion de autoload via el paquete nikic/php-parser
- Fix a warning al generar el autoload de los proyectos
- Se agrega posibilidad de instalar el framework aun sin proyectos internos

[3.3.1](https://github.com/SIU-Toba/framework/releases/tag/v3.3.1) (2020-02-06)
- Actualiza version de CKEditor (implica cambio en URL del asset)
- Mejora chequeo en condicional del metodo get_nombre_clase_extendida
Expand Down Expand Up @@ -36,6 +42,13 @@
- Se simplifica tratamiento de ef_fieldset en el formulario
- Se pasa el paquete siu/rdi a suggested

[3.2.12](https://github.com/SIU-Toba/framework/releases/tag/v3.2.12) (2020-02-19)
- Actualiza el paquete siu/security-multitool (merge desde develop)

[3.2.11](https://github.com/SIU-Toba/framework/releases/tag/v3.2.11) (2020-02-06)
- Bugfix a la lectura de variables de entorno para configurar el manejo de sesiones (merge desde develop)
- Se compatibiliza el mecanismo de actualizacion de secuencias y recuperacion de definicion de tablas con Postgresql 12

[3.2.10](https://github.com/SIU-Toba/framework/releases/tag/v3.2.10) (2019-11-25)
- Fix a la desactivacion de eventos (con manejador-bootstrap)
- Se actualizan los paquetes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.2
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siu-toba-framework",
"version": "3.3.1",
"version": "3.3.2",
"description": "Framework para desarrollo rápido de aplicaciones web",
"license": "SEE LICENSE IN licencia.txt",
"repository": "https://github.com/SIU-Toba/framework.git",
Expand Down

0 comments on commit 01133a5

Please sign in to comment.