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 Mar 12, 2024
1 parent e7f72a7 commit fc5b297
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

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

[3.4.3](https://github.com/SIU-Toba/framework/releases/tag/v3.4.3) (2024-03-12)
- Corrige warnings en `toba_ei_calendario`
- Downgrade de paquete JS:
* CKEditor4: v4.22

[3.4.2](https://github.com/SIU-Toba/framework/releases/tag/v3.4.2) (2024-02-22)
- Se corrige bug en `ef_upload` que afectaba uso en `toba_ei_formularios_ml`
- Actualizacion de seguridad de paquetes JS:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "siu-toba/framework",
"description": "Framework de desarrollo web",
"version": "v3.4.2",
"version": "v3.4.3",
"authors": [
{
"name": "SIU",
Expand Down
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": "v3.4.2",
"version": "v3.4.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
2 changes: 1 addition & 1 deletion proyectos/toba_editor/metadatos/tablas/apex_proyecto.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ INSERT INTO apex_proyecto (proyecto, descripcion, descripcion_corta, estilo, con
'7', --log_archivo_nivel
'instancia', --fuente_datos
NULL, --pagina_tipo
'3.4.2', --version
'3.4.3', --version
'2017-09-27', --version_fecha
'SIU-Toba. Ambiente de desarrollo WEB.
Desarrollado por el programa SIU (2003-2017)', --version_detalle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static function info_basica()
'log_archivo' => 1,
'log_archivo_nivel' => 7,
'fuente_datos' => 'instancia',
'version' => '3.4.2',
'version' => '3.4.3',
'version_fecha' => '2017-09-27',
'version_detalle' => 'SIU-Toba. Ambiente de desarrollo WEB.
Desarrollado por el programa SIU (2003-2017)',
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.4.2
version = 3.4.3

;Nombre de fantas? de la versi?
version_fantasia =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ INSERT INTO apex_proyecto (proyecto, descripcion, descripcion_corta, estilo, con
'7', --log_archivo_nivel
'toba_referencia', --fuente_datos
'referencia', --pagina_tipo
'3.4.2', --version
'3.4.3', --version
NULL, --version_fecha
NULL, --version_detalle
NULL, --version_link
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.4.2
version = 3.4.3
api_major = 1
api_minor = 0

Expand Down
2 changes: 1 addition & 1 deletion proyectos/toba_usuarios/metadatos/tablas/apex_proyecto.sql
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ INSERT INTO apex_proyecto (proyecto, descripcion, descripcion_corta, estilo, con
'7', --log_archivo_nivel
'toba_usuarios', --fuente_datos
'toba_usuarios_normal', --pagina_tipo
'3.4.2', --version
'3.4.3', --version
NULL, --version_fecha
NULL, --version_detalle
NULL, --version_link
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static function info_basica()
'log_archivo' => 1,
'log_archivo_nivel' => 7,
'fuente_datos' => 'toba_usuarios',
'version' => '3.4.2',
'version' => '3.4.3',
'version_fecha' => NULL,
'version_detalle' => NULL,
'version_link' => NULL,
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.4.2
version = 3.4.3
app_launcher = 1

;Nombre de fantas? de la versi?
Expand Down

0 comments on commit fc5b297

Please sign in to comment.