Skip to content

Commit

Permalink
Merge pull request #45 from nkl-kst/fix_player_strEthnicity_and_strSt…
Browse files Browse the repository at this point in the history
…atus

Fix player str ethnicity and str status
  • Loading branch information
nkl-kst committed Oct 24, 2022
2 parents 930841c + 2c24989 commit 50a2366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
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.6] - 2022-10-24

### Added
- Added missing properties `strEthnicity` and `strStatus` in `Player` entity

## [1.3.5] - 2022-09-26

### Added
Expand Down
2 changes: 2 additions & 0 deletions src/Entity/Player/Player.php
Expand Up @@ -29,6 +29,8 @@ class Player
public ?string $strKit;
public ?string $strAgent;
public ?string $strBirthLocation;
public ?string $strEthnicity;
public ?string $strStatus;
public ?string $strDescriptionEN;
public ?string $strDescriptionDE;
public ?string $strDescriptionFR;
Expand Down

0 comments on commit 50a2366

Please sign in to comment.