Skip to content

Commit

Permalink
Merge pull request #42 from nkl-kst/fix_strStatus
Browse files Browse the repository at this point in the history
Added missing property `strStatus` in `Livescore` entity (v1.3.5)
  • Loading branch information
nkl-kst committed Sep 26, 2022
2 parents f8c5192 + 109bd4c commit 930841c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.5] - 2022-09-26

### Added
- Missing property `strStatus` in `Livescore` entity

## [1.3.4] - 2022-09-14

### Added
Expand Down
1 change: 1 addition & 0 deletions src/Entity/Event/Livescore.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ class Livescore
public ?int $idPlayer;
public ?int $intEventScore;
public ?int $intEventScoreTotal;
public string $strStatus;
public string $strProgress;
public string $strEventTime;
public DateTime $dateEvent;
Expand Down

0 comments on commit 930841c

Please sign in to comment.