Skip to content

Commit 6672d25

Browse files
committed
update changelogs blog, version and revision number
1 parent 01e3617 commit 6672d25

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 4.5.2 20210719_1900
2+
- Livestream "perroenpista" enhancements
3+
- Update database
4+
- Fix multiple issues and copypasge bugs with Children/Junior/Senior rounds
5+
- Fix warnings in excel import and upgrade code
16
Version 4.5.2 20210719_1900
27
- Multilicense handling support
38
- New "livestream" webapp "perroenpista"

config/system.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ program_name = "AgilityContest"
33
author = "Juan Antonio Martinez"
44
email = "juansgaviota@gmail.com"
55
license = "GPL"
6-
version_name = "4.5.2"
7-
version_date = "20210719_1900"
6+
version_name = "4.5.3"
7+
version_date = "20210908_1300"
88
database_name = "agility"
99
database_host = "localhost"
1010
database_user = "YWdpbGl0eV9vcGVyYXRvcg=="

web/blog/index.php

+17
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@
3333
<!--- comienzo del changelog -->
3434
<?php } ?>
3535

36+
<?php if ( strcmp($from,"blog_2021-09-08_00:00:00")<0) { ?>
37+
<strong>2021-Sept-08</strong><br/>
38+
<p>
39+
Versión 4.5.3
40+
</p>
41+
<p>
42+
Actualización de la base de datos
43+
</p>
44+
<p>
45+
Nueva opción para livestream: utilidad para mostrar el perro en pista
46+
</p>
47+
<p>
48+
Resolución de diversos errores relacionados con categorias infantil/senior en RFEC<br/>
49+
Se recomienda la actualizaci&oacute;n a esta versi&oacute;n si se van a realizar pruebas de RFEC
50+
</p>
51+
<?php } ?>
52+
3653
<?php if ( strcmp($from,"blog_2021-07-19_00:00:00")<0) { ?>
3754
<strong>2021-Jul-19</strong><br/>
3855
<p>

0 commit comments

Comments
 (0)