Skip to content

Commit a5198f0

Browse files
committed
v2.2.2
1 parent 9527a84 commit a5198f0

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

common/config/main.php

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,24 @@
1212
5. main.php
1313
*/
1414
'name' => 'Feehi CMS',
15-
'version' => '2.1.0.2',
15+
'version' => '2.1.1',
1616
'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
1717
'aliases' => [
1818
'@bower' => '@vendor/bower-asset',
1919
'@npm' => '@vendor/npm-asset',
2020
],
2121
'components' => array_merge([
22+
/**
23+
* dsn:
24+
* - mysql mysql:host=localhost;dbname=feehi
25+
* - sqlite sqlite:/feehi.db
26+
*/
2227
'db' => [//database config, will be covered by backend|frontend|api]/main-[local].php
2328
'class' => yii\db\Connection::className(),
24-
'dsn' => 'mysql:host=localhost;dbname=feehi',
25-
'username' => 'root',
29+
'dsn' => 'sqlite:/feehi.db',
30+
'username' => '',
2631
'password' => '',
27-
'charset' => 'utf8mb4',
32+
'charset' => '',
2833
],
2934
'cdn' => [//support Qiniu(七牛) TencentCloud(腾讯云) Aliyun(阿里云) Netease(网易云) more detail for visit http://doc.feehi.com/cdn.html
3035
'class' => feehi\cdn\DummyTarget::className(),//不使用cdn

docs/UPGRADING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
更新记录
22

3+
2.1.1 支持MySQL、SQLite、PostgreSQL,(理论上支持SQLServer、Oracle);优化在线安装;增加多语言语种(法语,俄罗斯语,西班牙语,德语,意大利语,日语,葡萄牙,韩语,荷兰,印度);优化默认读取用户所在区域语种
4+
35
2.1.0 正式版
46

57
2.1.0-beta2 修复bug

0 commit comments

Comments
 (0)