update to v3.1.1

This commit is contained in:
printempw 2016-09-28 22:58:01 +08:00
parent e119ba073c
commit e3af929579
3 changed files with 18 additions and 2 deletions

View File

@ -9,7 +9,7 @@ return [
| Version of Blessing Skin Server
|
*/
'version' => '3.1',
'version' => '3.1.1',
/*
|--------------------------------------------------------------------------

View File

@ -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",

View File

@ -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 要和以前一样,否则将无法登录)'
];