Skip to content

Commit c7f5f43

Browse files
authored
Merge pull request #678 from photonstorm/release/v2.16.1
Release Phaser CE v2.16.1
2 parents a5b1f66 + aaacb18 commit c7f5f43

224 files changed

Lines changed: 10051 additions & 8481 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## Version 2.16.1 - 21 Oct 2020
44

55
### New Features
66

@@ -14,7 +14,7 @@
1414

1515
### Thanks
1616

17-
@jorginius, @samme
17+
@jorginius, @photonstorm, @samme
1818

1919
## Version 2.16.0 - 1 Jun 2020
2020

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Phaser CE is a fast, free, and fun open source HTML5 game framework. It uses a c
66

77
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) and [Phaser v4](https://github.com/phaserjs/phaser4) are in active development.
88

9-
The [current Phaser CE release is 2.16.0](https://github.com/photonstorm/phaser-ce/releases/tag/v2.16.0).
9+
The [current Phaser CE release is 2.16.1](https://github.com/photonstorm/phaser-ce/releases/tag/v2.16.1).
1010

1111
- **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#[phaserjs](https://twitter.com/hashtag/phaserjs))
1212
- **Learn:** [API Docs](https://photonstorm.github.io/phaser-ce/), [Support Forum][forum] and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)
@@ -82,19 +82,19 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack]
8282
[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce). Include the following in your html:
8383

8484
```html
85-
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.0/build/phaser.js"></script>
85+
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.1/build/phaser.js"></script>
8686
```
8787

8888
or the minified version:
8989

9090
```html
91-
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.0"></script>
91+
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.1"></script>
9292
```
9393

94-
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.16.0/build/custom/) are available too, e.g.,
94+
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.16.1/build/custom/) are available too, e.g.,
9595

9696
```html
97-
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.0/build/custom/phaser-arcade-physics.js"></script>
97+
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.16.1/build/custom/phaser-arcade-physics.js"></script>
9898
```
9999

100100
<a name="getting-started"></a>
@@ -308,10 +308,10 @@ All rights reserved.
308308
309309
[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon)
310310
311-
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.16.0/phaser.js
312-
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.16.0/phaser.min.js
313-
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.16.0.zip
314-
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.16.0.tar.gz
311+
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.16.1/phaser.js
312+
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.16.1/phaser.min.js
313+
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.16.1.zip
314+
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.16.1.tar.gz
315315
[clone-http]: https://github.com/photonstorm/phaser.git
316316
[clone-ssh]: ssh://git@github.com:photonstorm/phaser.git
317317
[clone-svn]: https://github.com/photonstorm/phaser

build/custom/creature.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/p2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)