Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
update to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prinsss committed Sep 28, 2016
1 parent e119ba0 commit e3af929
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Expand Up @@ -9,7 +9,7 @@
| Version of Blessing Skin Server
|
*/
'version' => '3.1',
'version' => '3.1.1',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "blessing-skin-server",
"version": "3.1",
"version": "3.1.1",
"description": "Just a simple open-source Minecraft skin server written in PHP.",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions setup/update_scripts/update-3.1-to-3.1.1.php
@@ -0,0 +1,16 @@
<?php
/**
* @Author: printempw
* @Date: 2016-09-28 22:43:44
* @Last Modified by: printempw
* @Last Modified time: 2016-09-28 22:55:29
*/

Option::set('version', '3.1.1');

return [
'如果你是从 v3.0.x 升级上来的,请进行下列操作:',
'把 /textures 文件夹移动至 /storage 文件夹中',
'删除 /config/routes.php,不然会出现奇怪的问题',
'重新复制一份 .env.example,并适当修改其中的配置(尤其注意 PWD_METHOD 要和以前一样,否则将无法登录)'
];

0 comments on commit e3af929

Please sign in to comment.