Skip to content

Commit 5f6533b

Browse files
authored
Merge pull request #546 from photonstorm/release/v2.10.6
Phaser CE Version 2.10.6
2 parents 8d1cf41 + 7ab26ef commit 5f6533b

File tree

225 files changed

+70641
-51498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+70641
-51498
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

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

7+
## Version 2.10.6 - 1st June 2018
8+
9+
* Fixed audio playback when restarting a paused sound (#538).
10+
* TypeScript and documentation fixes (#537, #540, #544, #545).
11+
12+
### Thanks
13+
14+
@bseiller, @GrindheadGames, @josalmi, @photonstorm, @qdrj, @samme, @Siri0n, @zhanghuanchong
15+
716
## Version 2.10.5 - 8th May 2018
817

918
### Bug Fixes

README.md

+9-15
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Thousands of developers worldwide use Phaser. From indies and multi-national dig
88

99
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.
1010

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

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

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

134134
or the minified version:
135135

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

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

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

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

329329
# Change Log
330330

331-
## Unreleased
331+
## Version 2.10.6 - 1st June 2018
332332

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

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

340-
## Version 2.10.5 - 8th May 2018
341-
342-
### Bug Fixes
343-
344-
* 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).
345-
346340
For changes in previous releases please see the extensive [Change Log](https://github.com/photonstorm/phaser-ce/blob/master/CHANGELOG.md).
347341

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

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

368-
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.5/phaser.js
369-
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.5/phaser.min.js
370-
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.10.5.zip
371-
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.10.5.tar.gz
362+
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.6/phaser.js
363+
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.6/phaser.min.js
364+
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.10.6.zip
365+
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.10.6.tar.gz
372366
[clone-http]: https://github.com/photonstorm/phaser.git
373367
[clone-ssh]: ssh://git@github.com:photonstorm/phaser.git
374368
[clone-svn]: https://github.com/photonstorm/phaser

0 commit comments

Comments
 (0)