Skip to content

Commit

Permalink
doc: pubilsh version 0.6.7 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
TIGERB committed May 14, 2017
1 parent b30fda7 commit e418f8e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
13 changes: 9 additions & 4 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/build-passing-brightgreen.svg" alt="Build Status"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/php-5.4%2B-blue.svg" alt="PHP Version"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/version-0.6.6-green.svg" alt="Version"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/version-0.6.7-green.svg" alt="Version"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/framework-148KB-orange.svg" alt="Framework Size"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/framework--phar-76KB-red.svg" alt="Framework Phar Size"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/cocoapods/l/AFNetworking.svg" alt="License"></a>
Expand Down Expand Up @@ -656,9 +656,6 @@ cp ./.git-hooks/* ./git/hooks

# TODO

- 懒加载优化框架加载流程
- 性能测试和优化
- 变更Helper助手类的成员方法为框架函数,简化使用提高生产效率
- 提供更友善的开发api帮助
- 模块支持数据库nosql自定义配置
- 支持mysql主从配置
Expand All @@ -667,3 +664,11 @@ cp ./.git-hooks/* ./git/hooks
- 想办法解决上线部署是配置文件问题
- 基于phar文件和git webhook自动化打包部署
- ...

# DONE

- v0.6.7(2017/05/14)
- 修复未设置默认时区
- 懒加载优化框架加载流程
- 变更Helper助手类的成员方法为框架函数,简化使用提高生产效率
- 性能测试和优化
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/build-passing-brightgreen.svg" alt="Build Status"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/php-5.4%2B-blue.svg" alt="PHP Version"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/version-0.6.6-green.svg" alt="Version"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/version-0.6.7-green.svg" alt="Version"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/framework-148KB-orange.svg" alt="Framework Size"></a>
<a href="https://github.com/TIGERB/easy-php/releases"><img src="https://img.shields.io/badge/framework--phar-76KB-red.svg" alt="Framework Phar Size"></a>
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/cocoapods/l/AFNetworking.svg" alt="License"></a>
Expand Down Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* TIERGB *
* <https://github.com/TIGERB> *
* *
* Version: 0.3.6 *
* Version: 0.6.7 *
********************************************/

// 载入框架运行文件
Expand Down

0 comments on commit e418f8e

Please sign in to comment.