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 Dec 23, 2021
1 parent 0ca068e commit 20e6778
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## CHANGELOG

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

[3.3.22](https://github.com/SIU-Toba/framework/releases/tag/v3.3.22) (2021-12-23)
- Fix por escapado multiple en mensajes de error
- Se actualizan los siguientes paquetes
* phpmailer/phpmailer: v6.5.3
* phpoffice/phpspreadsheet: v1.20.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.21
3.3.22
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.21",
"version": "3.3.22",
"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.21
version = 3.3.22

;Nombre de fantas? de la versi?
version_fantasia =
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.21
version = 3.3.22
api_major = 1
api_minor = 0

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.21
version = 3.3.22
app_launcher = 1

;Nombre de fantas? de la versi?
Expand Down

0 comments on commit 20e6778

Please sign in to comment.