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 Apr 25, 2022
1 parent e5c3aa3 commit 43a6ef3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

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

[3.3.24](https://github.com/SIU-Toba/framework/releases/tag/v3.3.24) (2022-04-25)
- Fix eliminacion repetida de columnas en `toba_ei_cuadro`
- Fix regresion en objeto JS que maneja la comunicacion con el server
- Fix salida no inicializada en `toba_ef_editable_fecha_hora` (credits @fcastiglione)
- Actualizacion de seguridad de paquetes JS:
* CKEditor4: v4.18.1
- Se eliminan notices en las clases `toba_vista_xx`

[3.3.23](https://github.com/SIU-Toba/framework/releases/tag/v3.3.23) (2022-02-14)
- Fix instanciacion incorrecta del logger al superarse el tiempo de sesión
- Fix notice al lidiar con tareas serializadas
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.23
3.3.24
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.23",
"version": "3.3.24",
"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
2 changes: 1 addition & 1 deletion proyectos/toba_editor/proyecto.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mail_soporte =
url_ayuda = doc/wiki/trac/toba/wiki/

;Versi? del proyecto, debe ser formato x.y.z
version = 3.3.23
version = 3.3.24

;Nombre de fantas? de la versi?
version_fantasia =
Expand Down
4 changes: 2 additions & 2 deletions proyectos/toba_referencia/arai.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
{
"name": "app:siu-toba/toba-referencia",
"alias": "Toba Referencia",
"version": "3.3.1"
"version": "3.3.24"
},
{
"name": "api:siu-toba/toba-referencia",
"version": "3.3.1",
"version": "3.3.24",
"options": {
"auto-configurar": true
}
Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_referencia/proyecto.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ url_ayuda_agregar_extension = 0
mostrar_resize_fuente = 1

;Versi? del proyecto, debe ser formato x.y.z
version = 3.3.23
version = 3.3.24
api_major = 1
api_minor = 0

Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_usuarios/arai.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"name": "app:siu-toba/toba-usuarios",
"alias": "Toba Usuarios",
"description": "Gestor de Usuarios y Permisos de SIU-Toba",
"version": "3.3.21"
"version": "3.3.24"
}
],
"consume": [
Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_usuarios/proyecto.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ descripcion = Descripci? del proyecto
mail_soporte =

;Versi? del proyecto, debe ser formato x.y.z
version = 3.3.23
version = 3.3.24
app_launcher = 1

;Nombre de fantas? de la versi?
Expand Down

0 comments on commit 43a6ef3

Please sign in to comment.