Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #22 from heidelpay/develop
Browse files Browse the repository at this point in the history
beta2 release
  • Loading branch information
Simon Gabriel authored Nov 1, 2018
2 parents fae8221 + fcfb229 commit 0e5dda2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [1.0.0-beta.2][1.0.0-beta.2]

### Fix
* Fix result urls.
* Fix PhpDoc.

## [1.0.0-beta.1][1.0.0-beta.1]

### Added
* Beta release for the new php sdk.

[1.0.0-beta.1]: https://github.com/heidelpay/heidelpayPHP/tree/1.0.0-beta.1
[1.0.0-beta.2]: https://github.com/heidelpay/heidelpayPHP/tree/1.0.0-beta.2
2 changes: 1 addition & 1 deletion src/Heidelpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Heidelpay implements HeidelpayParentInterface
{
const BASE_URL = 'https://api.heidelpay.com/';
const API_VERSION = 'v1';
const SDK_VERSION = 'HeidelpayPHP 1.0.0-beta.1';
const SDK_VERSION = 'HeidelpayPHP 1.0.0-beta.2';
const DEBUG_MODE = false;

/** @var string $key */
Expand Down

0 comments on commit 0e5dda2

Please sign in to comment.