File tree 6 files changed +5
-4
lines changed
agility/server/modules/competiciones
6 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
Version 4.5.1 20210712_1930
2
2
- Fix: messager.password behavior ( do not fire onchange when focus lost )
3
3
- Fix: updater should handle new naming convention from github
4
+ - Change: new text for RSCE competitions to clarify modules (¿?)
4
5
- New: show version and release on top right of screen
5
6
- New: ctrl-upgrade to force release upgrade regardless version
6
7
Version 4.5.0 20210707_1745
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ class Puntuable_RSCE_2018 extends Competitions {
21
21
22
22
protected $ puntos ;
23
23
24
- function __construct ($ name ="Puntuable temporada 2018 " ) {
24
+ function __construct ($ name ="Punt. temporada 2018 (CE 2019) " ) {
25
25
parent ::__construct ($ name );
26
26
$ this ->federationID =0 ;
27
27
$ this ->federationDefault =1 ;
Original file line number Diff line number Diff line change 9
9
require_once (__DIR__ . "/Puntuable_RSCE_2018.php " );
10
10
11
11
class Puntuable_RSCE_2019 extends Puntuable_RSCE_2018 {
12
- function __construct ($ name ="Puntuable Temporada 2019 " ) {
12
+ function __construct ($ name ="Punt. Temporada 2019 (CE 2020) " ) {
13
13
parent ::__construct ($ name );
14
14
$ this ->federationID =0 ;
15
15
$ this ->competitionID =13 ;
Original file line number Diff line number Diff line change 9
9
require_once (__DIR__ . "/Puntuable_RSCE_2020.php " );
10
10
11
11
class Puntuable_RSCE_2020 extends Puntuable_RSCE_2018 {
12
- function __construct ($ name ="Puntuable Temporada 2020 " ) {
12
+ function __construct ($ name ="Punt. Temporada 2020 (CE 2021) " ) {
13
13
parent ::__construct ($ name );
14
14
$ this ->federationID =0 ;
15
15
$ this ->competitionID =19 ;
Original file line number Diff line number Diff line change 9
9
require_once (__DIR__ . "/Puntuable_RSCE_2018.php " );
10
10
11
11
class Puntuable_RSCE_2021 extends Puntuable_RSCE_2020 {
12
- function __construct ($ name ="Puntuable Temporada 2021 " ) {
12
+ function __construct ($ name ="Punt. Temporada 2021 (CE2022) " ) {
13
13
parent ::__construct ($ name );
14
14
$ this ->federationID =0 ;
15
15
$ this ->competitionID =20 ;
You can’t perform that action at this time.
0 commit comments