Skip to content

Commit

Permalink
Merge pull request #25
Browse files Browse the repository at this point in the history
v1.5.2
  • Loading branch information
jalukse authored Feb 8, 2021
2 parents daa56b0 + 12c3982 commit 3d3ec7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,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/).

## [1.5.2] - 2021-02-08

### Fixed
- Demo SSL key pinning [#24](https://github.com/SK-EID/smart-id-php-client/issues/24)

## [1.5.1] - 2019-11-25

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions tests/Sk/SmartId/Tests/Api/DummyData.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ class DummyData
const DEMO_HOST_URL = "https://sid.demo.sk.ee/smart-id-rp/v1/";
const TEST_URL = self::DEMO_HOST_URL;

const DEMO_RELYING_PARTY_UUID = "00000000-0000-0000-0000-000000000000";
const DEMO_RELYING_PARTY_NAME = "DEMO";
const DEMO_RELYING_PARTY_UUID = "55555555-0000-0000-0000-000000000000";
const DEMO_RELYING_PARTY_NAME = "DEMO PHP client";

const VALID_NATIONAL_IDENTITY = "10101010005";
const VALID_DOCUMENT_NUMBER = "PNOEE-10101010005-Z1B2-Q";
Expand Down

0 comments on commit 3d3ec7c

Please sign in to comment.