Skip to content

Commit

Permalink
Merge pull request #51 from xsolla/releasev3.0.0
Browse files Browse the repository at this point in the history
Changed support version of php from 5.* to 7.1.
  • Loading branch information
Bralva authored Aug 17, 2018
2 parents ff1b1c8 + 918737d commit 320b979
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Change Log
All notable changes to this project will be documented in this file.

## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.1...master)
### Changed

## [Unreleased](https://github.com/xsolla/xsolla-sdk-php/compare/v3.0.0...master)

## [v3.0.0](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.2...master)
### Added
* Changed support version of php from 5.* to 7.1.*

## [v2.6.2](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.1...v2.6.2)
### Updated
* Updated version of the paystation widget used to open the lightbox from 1.0.2 to 1.0.7.

## [v2.6.1](https://github.com/xsolla/xsolla-sdk-php/compare/v2.6.0...v2.6.1) - 2016-10-26
### Fixed
* Added missing parameters for GET requests
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Version
{
const VERSION = 'v2.6.2';
const VERSION = 'v3.0.0';

/**
* @throws XsollaException
Expand Down

0 comments on commit 320b979

Please sign in to comment.