From f4a1eadce09150cc58a0b33942c911842affaaed Mon Sep 17 00:00:00 2001 From: Miles Pong Date: Sun, 10 Dec 2017 22:07:13 +0800 Subject: [PATCH] Update docs for next realease --- CHANGELOG.md | 18 ++++++++++++++++++ TODO.md | 11 ++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0956ec3..e0ab523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## 0.3.0 - 2017-12-10 +### Added +- Visitor history and base counter. See branch `counter` and `visitor` +- Cache support. See branch `cacheable` +- Auto slug in ajax and Chinese support +- Base implement of disqus. See branch `comment` +- Hot posts widget +- Base feature image support +- Model `Setting` and base SEO support + +### Changed +- Various CSS styles changes +- BaseRepository +- Side navigation bar style + +### Fixed +- Fix Postable retrieve data bug (`890c082`) + ## 0.2.0 - 2017-06-15 ### Added - Backend diff --git a/TODO.md b/TODO.md index 695c748..1c2a6c1 100644 --- a/TODO.md +++ b/TODO.md @@ -4,9 +4,9 @@ - [x] Category - [x] Tag -- [ ] Comment -- [ ] Visitor & view count(use Middleware) -- [ ] Cache +- [x] Comment +- [x] Visitor & view count(use Middleware) +- [x] Cache - [ ] Email - [ ] Notification - [ ] Socialite @@ -15,9 +15,9 @@ - [ ] I18N - [ ] Highlight tab - [ ] Links -- [ ] Settings +- [x] Settings - [ ] File management -- [ ] Feature image +- [x] Feature image - [ ] Flash session ## Frontend @@ -33,3 +33,4 @@ - [ ] Package - [ ] Unit test - [ ] Pjax +- [ ] Upgrade to Laravel 5.5