Skip to content

Commit

Permalink
Merge pull request #546 from photonstorm/release/v2.10.6
Browse files Browse the repository at this point in the history
Phaser CE Version 2.10.6
  • Loading branch information
photonstorm committed Jun 4, 2018
2 parents 8d1cf41 + 7ab26ef commit 5f6533b
Show file tree
Hide file tree
Showing 225 changed files with 70,641 additions and 51,498 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

See [README: Change Log: Unreleased](README.md#unreleased).

## Version 2.10.6 - 1st June 2018

* Fixed audio playback when restarting a paused sound (#538).
* TypeScript and documentation fixes (#537, #540, #544, #545).

### Thanks

@bseiller, @GrindheadGames, @josalmi, @photonstorm, @qdrj, @samme, @Siri0n, @zhanghuanchong

## Version 2.10.5 - 8th May 2018

### Bug Fixes
Expand Down
24 changes: 9 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Thousands of developers worldwide use Phaser. From indies and multi-national dig

Phaser v2 was built and maintained by [Photon Storm](http://www.photonstorm.com) and turned over to the community (as Phaser CE) in November 2016. [Phaser v3](http://phaser.io/phaser3) is in active development.

The [current Phaser CE release is 2.10.5](https://github.com/photonstorm/phaser-ce/releases/tag/v2.10.5).
The [current Phaser CE release is 2.10.6](https://github.com/photonstorm/phaser-ce/releases/tag/v2.10.6).

- **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#[phaserjs](https://twitter.com/hashtag/phaserjs))
- **Learn:** [API Docs](https://photonstorm.github.io/phaser-ce/), [Support Forum][forum] and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)
Expand Down Expand Up @@ -128,16 +128,16 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack]
[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce), a "super-fast CDN for developers". Include the following in your html:

```html
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.5/build/phaser.js"></script>
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.6/build/phaser.js"></script>
```

or the minified version:

```html
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.5"></script>
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.6"></script>
```

[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.10.5/build/custom/) are available too.
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.10.6/build/custom/) are available too.

<a name="getting-started"></a>

Expand Down Expand Up @@ -328,7 +328,7 @@ Written something cool in Phaser? Please tell us about it in the [forum][forum],

# Change Log

## Unreleased
## Version 2.10.6 - 1st June 2018

* Fixed audio playback when restarting a paused sound (#538).
* TypeScript and documentation fixes (#537, #540, #544, #545).
Expand All @@ -337,12 +337,6 @@ Written something cool in Phaser? Please tell us about it in the [forum][forum],

@bseiller, @GrindheadGames, @josalmi, @photonstorm, @qdrj, @samme, @Siri0n, @zhanghuanchong

## Version 2.10.5 - 8th May 2018

### Bug Fixes

* Phaser could fail to resume a suspended Web Audio context if the mouse cursor left the browser window before clicking on the game canvas (#437).

For changes in previous releases please see the extensive [Change Log](https://github.com/photonstorm/phaser-ce/blob/master/CHANGELOG.md).

# License
Expand All @@ -365,10 +359,10 @@ All rights reserved.

[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon)

[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.5/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.5/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.10.5.zip
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.10.5.tar.gz
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.6/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.6/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.10.6.zip
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.10.6.tar.gz
[clone-http]: https://github.com/photonstorm/phaser.git
[clone-ssh]: ssh://git@github.com:photonstorm/phaser.git
[clone-svn]: https://github.com/photonstorm/phaser
Expand Down

0 comments on commit 5f6533b

Please sign in to comment.