diff --git a/README-CN.md b/README-CN.md index 6b60c2b..0c02e0f 100644 --- a/README-CN.md +++ b/README-CN.md @@ -3,7 +3,7 @@
- + @@ -656,9 +656,6 @@ cp ./.git-hooks/* ./git/hooks # TODO -- 懒加载优化框架加载流程 -- 性能测试和优化 -- 变更Helper助手类的成员方法为框架函数,简化使用提高生产效率 - 提供更友善的开发api帮助 - 模块支持数据库nosql自定义配置 - 支持mysql主从配置 @@ -667,3 +664,11 @@ cp ./.git-hooks/* ./git/hooks - 想办法解决上线部署是配置文件问题 - 基于phar文件和git webhook自动化打包部署 - ... + +# DONE + +- v0.6.7(2017/05/14) + - 修复未设置默认时区 + - 懒加载优化框架加载流程 + - 变更Helper助手类的成员方法为框架函数,简化使用提高生产效率 + - 性能测试和优化 diff --git a/README.md b/README.md index 3c88d7c..67c3a85 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
-
+
@@ -649,9 +649,6 @@ project address: [https://github.com/TIGERB/easy-php](https://github.com/TIGERB/
# TODO
-- The performance test and optimize
-- Use the lazy load thought to optimize the framework
-- Change Helper's method to the framework's function
- Provide much friendly help for user
- Module's config support module-defined mysql and nosql configuration
- Support master-salve mysql configuration
@@ -660,3 +657,12 @@ project address: [https://github.com/TIGERB/easy-php](https://github.com/TIGERB/
- Resolve config problem when publish our project
- implement auto deploy by used phar and git webhook
- ...
+
+
+# DONE
+
+- v0.6.7(2017/05/14)
+ - fix not set default time zone
+ - The performance test and optimize
+ - Use the lazy load thought to optimize the framework
+ - Change Helper's method to the framework's function
diff --git a/composer.json b/composer.json
index 9c67093..d58acfc 100644
--- a/composer.json
+++ b/composer.json
@@ -1,8 +1,8 @@
{
"name": "TIGERB/easy-php",
"description": "A lightweight PHP framework for studying",
- "version":"0.3.6",
- "type": "framework",
+ "version":"0.6.7",
+ "type": "framework, easy-php, php framework",
"authors": [
{
"name": "tigerb",
diff --git a/public/index.php b/public/index.php
index e7ae76f..202daa2 100644
--- a/public/index.php
+++ b/public/index.php
@@ -7,7 +7,7 @@
* TIERGB *
*