Skip to content

Commit 7788602

Browse files
committed
3.7.1 Release
1 parent 321ccf8 commit 7788602

10 files changed

Lines changed: 19 additions & 15 deletions

CHANGELOG.md

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

3-
## Version 3.7.0 - Sinon - 8th May 2018
3+
## Version 3.7.1 - Sinon - 8th May 2018
44

55
### New Features
66

@@ -103,6 +103,10 @@ My thanks to the following for helping with the Phaser 3 Examples, Docs and Type
103103

104104
@wtravO @Fabadiculous @zilbuz @samme @iamchristopher @erd0s @PaNaVTEC @ksmai @snowbillr
105105

106+
## Version 3.7.0 - Sinon - 4th May 2018
107+
108+
A beta release of the 3.7.0 version. See 3.7.1 for details.
109+
106110
## Version 3.6.0 - Asuna - 19th April 2018
107111

108112
### New Features

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Grab the source and join the fun!
2626

2727
> 8th May 2018
2828
29-
I'm pleased to announce the immediate availability of Phaser 3.7.0. This release continues our mission of enhancing Phaser 3 as best and as quickly as we can. We've made significant improvements to the Loader Plugin, allowing for far more flexible file loading, new loader packs, new file formats, normal map support and more. We've also improved our build process, making Phaser 3 much easier to package outside of Webpack. You'll also find hundreds and hundreds of items now have full documentation too. As always, please check out the [Change Log](#changelog) for comprehensive details about what recent versions contain.
29+
I'm pleased to announce the immediate availability of Phaser 3.7.1. This release continues our mission of enhancing Phaser 3 as best and as quickly as we can. We've made significant improvements to the Loader Plugin, allowing for far more flexible file loading, new loader packs, new file formats, normal map support and more. We've also improved our build process, making Phaser 3 much easier to package outside of Webpack. You'll also find hundreds and hundreds of items now have full documentation too. As always, please check out the [Change Log](#changelog) for comprehensive details about what recent versions contain.
3030

3131
**About Phaser 3**
3232

@@ -98,13 +98,13 @@ npm install phaser
9898
[Phaser is on jsDelivr](https://www.jsdelivr.com/projects/phaser) which is a "super-fast CDN for developers". Include the following in your html:
9999

100100
```html
101-
<script src="//cdn.jsdelivr.net/npm/phaser@3.7.0/dist/phaser.js"></script>
101+
<script src="//cdn.jsdelivr.net/npm/phaser@3.7.1/dist/phaser.js"></script>
102102
```
103103

104104
or the minified version:
105105

106106
```html
107-
<script src="//cdn.jsdelivr.net/npm/phaser@3.7.0/dist/phaser.min.js"></script>
107+
<script src="//cdn.jsdelivr.net/npm/phaser@3.7.1/dist/phaser.min.js"></script>
108108
```
109109

110110
### API Documentation
@@ -264,7 +264,7 @@ You can then run `webpack` to create a development build in the `build` folder w
264264
![Change Log](https://phaser.io/images/github/div-change-log.png "Change Log")
265265
<a name="changelog"></a>
266266

267-
## Version 3.7.0 - Sinon - 8th May 2018
267+
## Version 3.7.1 - Sinon - 8th May 2018
268268

269269
### New Features
270270

@@ -398,8 +398,8 @@ All rights reserved.
398398

399399
"Above all, video games are meant to be just one thing: fun. Fun for everyone." - Satoru Iwata
400400

401-
[get-js]: https://github.com/photonstorm/phaser/releases/download/v3.7.0/phaser.js
402-
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v3.7.0/phaser.min.js
401+
[get-js]: https://github.com/photonstorm/phaser/releases/download/v3.7.1/phaser.js
402+
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v3.7.1/phaser.min.js
403403
[clone-http]: https://github.com/photonstorm/phaser.git
404404
[clone-ssh]: git@github.com:photonstorm/phaser.git
405405
[clone-ghwin]: github-windows://openRepo/https://github.com/photonstorm/phaser

dist/phaser-arcade-physics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4177,7 +4177,7 @@ var CONST = {
41774177
* @type {string}
41784178
* @since 3.0.0
41794179
*/
4180-
VERSION: '3.7.0',
4180+
VERSION: '3.7.1',
41814181

41824182
BlendModes: __webpack_require__(50),
41834183

dist/phaser-arcade-physics.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.

dist/phaser-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4177,7 +4177,7 @@ var CONST = {
41774177
* @type {string}
41784178
* @since 3.0.0
41794179
*/
4180-
VERSION: '3.7.0',
4180+
VERSION: '3.7.1',
41814181

41824182
BlendModes: __webpack_require__(50),
41834183

dist/phaser-core.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.

dist/phaser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4177,7 +4177,7 @@ var CONST = {
41774177
* @type {string}
41784178
* @since 3.0.0
41794179
*/
4180-
VERSION: '3.7.0',
4180+
VERSION: '3.7.1',
41814181

41824182
BlendModes: __webpack_require__(50),
41834183

dist/phaser.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "phaser",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"release": "Sinon",
55
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
66
"author": "Richard Davey <rich@photonstorm.com> (http://www.photonstorm.com)",

src/const.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var CONST = {
2020
* @type {string}
2121
* @since 3.0.0
2222
*/
23-
VERSION: '3.7.0',
23+
VERSION: '3.7.1',
2424

2525
BlendModes: require('./renderer/BlendModes'),
2626

0 commit comments

Comments
 (0)