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 Jun 4, 2019
1 parent 5c61a0d commit 6aeafbc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## CHANGELOG

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

[3.2.3](https://github.com/SIU-Toba/framework/releases/tag/v3.2.3) (2019-06-04)
- Bugfix en toba_varios::array_a_latin1 y toba_varios::array_a_utf8
- Bugfix en regeneracion al eliminar los perfiles funcionales editables
- Fix en toba_rest cuando se setea la versión de la api a partir de la del proyecto
Expand Down Expand Up @@ -70,6 +72,26 @@
- Se agrega siu/manejador-salida-bootstrap como paquete sugerido
- Se traslada parte de la generación del marcado HTML al paquete siu/manejador-salida-toba

[3.1.11](https://github.com/SIU-Toba/framework/releases/tag/v3.1.11) (2018-06-03):
- Fix en toba_varios::array_a_utf8 y toba_varios::array_a_latin1, ahora usan las funciones utf8_e_seguro y utf8_d_seguro (merge develop)
- Se ajustan los nombres de paquetes al formato composer 2.0 (lowercase)

[3.1.10](https://github.com/SIU-Toba/framework/releases/tag/v3.1.10) (2018-04-30):
- Actualizacion librerias:
* onelogin/php-saml: v2.15.0
* phpoffice/phpspreadsheet: v1.6.0
* rospdf/pdf-php: v0.12.51
* vlucas/phpdotenv: v2.6.1
* phpmailer/phpmailer: v6.0.7
* guzzlehttp/psr7: v1.5.2
- Reintegra el paquete siu/arai-json-migrator quitado por error

[3.1.9](https://github.com/SIU-Toba/framework/releases/tag/v3.1.9) (2018-04-09):
- Bugfix en el metodo toba_parametros::get_proyecto() pasaba mal el id de la instancia (merge desde 3.2.0)

[3.1.8](https://github.com/SIU-Toba/framework/releases/tag/v3.1.8) (2018-03-13):
- Agrega metodo para obtener el identificador de usuario en Arai-Usuarios para la cuenta actualmente logueada (merge desde develop)

[3.1.7](https://github.com/SIU-Toba/framework/releases/tag/v3.1.7) (2019-02-13)
- Se mejora la autoconfiguración de apis rest via arai-cli (merge @develop)
- Se pospone la carga del archivo de claves de arai (merge @develop)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.2.3
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.2.2",
"version": "3.2.3",
"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 6aeafbc

Please sign in to comment.