Skip to content

Commit

Permalink
Merge branch 'hotfix/v3.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
enfoqueNativo committed Feb 6, 2020
2 parents b6bc1d3 + 2053996 commit e6a1628
Show file tree
Hide file tree
Showing 8 changed files with 233 additions and 224 deletions.
6 changes: 6 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.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
- Bugfix a la lectura de variables de entorno para configurar el manejo de sesiones (credits svier)
- Bugfix en toba_ei_cuadro_salida_html, se recupera inicializacion de variable $css y agrega parametro actual faltante en invocacion (credits esassone)

[3.3.0](https://github.com/SIU-Toba/framework/releases/tag/v3.3.0) (2019-12-27)
- Se fija como version minima de PHP 7.3.0
- Se actualiza el item de login en toba_usuarios y toba_referencia, tambien se eliminan objetos huerfanos
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.0
3.3.1
99 changes: 50 additions & 49 deletions composer.lock

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "siu-toba-framework",
"version": "3.3.0",
"version": "3.3.1",
"description": "Framework para desarrollo rápido de aplicaciones web",
"license": "SEE LICENSE IN licencia.txt",
"repository": "https://github.com/SIU-Toba/framework.git",
"author": "enfoqueNativo <[email protected]>",
"private": false,
"dependencies": {
"ckeditor": "4.11",
"ckeditor4": "4.13",
"jquery": "3.4",
"jquery-migrate": "3.0",
"siu-js-app-launcher": "1.0.4"
Expand Down
Loading

0 comments on commit e6a1628

Please sign in to comment.