Skip to content

Commit

Permalink
last-minute fix (2): update RSCE competition texts
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsito committed Jul 12, 2021
1 parent c2b9811 commit ba5dcf7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
Binary file modified AgilityContest.exe
Binary file not shown.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Version 4.5.1 20210712_1930
- Fix: messager.password behavior ( do not fire onchange when focus lost )
- Fix: updater should handle new naming convention from github
- Change: new text for RSCE competitions to clarify modules (¿?)
- New: show version and release on top right of screen
- New: ctrl-upgrade to force release upgrade regardless version
Version 4.5.0 20210707_1745
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Puntuable_RSCE_2018 extends Competitions {

protected $puntos;

function __construct($name="Puntuable temporada 2018") {
function __construct($name="Punt. temporada 2018 (CE 2019)") {
parent::__construct($name);
$this->federationID=0;
$this->federationDefault=1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require_once(__DIR__ . "/Puntuable_RSCE_2018.php");

class Puntuable_RSCE_2019 extends Puntuable_RSCE_2018 {
function __construct($name="Puntuable Temporada 2019") {
function __construct($name="Punt. Temporada 2019 (CE 2020)") {
parent::__construct($name);
$this->federationID=0;
$this->competitionID=13;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require_once(__DIR__ . "/Puntuable_RSCE_2020.php");

class Puntuable_RSCE_2020 extends Puntuable_RSCE_2018 {
function __construct($name="Puntuable Temporada 2020") {
function __construct($name="Punt. Temporada 2020 (CE 2021)") {
parent::__construct($name);
$this->federationID=0;
$this->competitionID=19;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require_once(__DIR__ . "/Puntuable_RSCE_2018.php");

class Puntuable_RSCE_2021 extends Puntuable_RSCE_2020 {
function __construct($name="Puntuable Temporada 2021") {
function __construct($name="Punt. Temporada 2021 (CE2022)") {
parent::__construct($name);
$this->federationID=0;
$this->competitionID=20;
Expand Down

0 comments on commit ba5dcf7

Please sign in to comment.