Skip to content

Commit

Permalink
Merge branch 'docs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesPong committed Dec 10, 2017
2 parents cb78ed5 + f4a1ead commit 9d7f258
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -15,9 +15,9 @@
- [ ] I18N
- [ ] Highlight tab
- [ ] Links
- [ ] Settings
- [x] Settings
- [ ] File management
- [ ] Feature image
- [x] Feature image
- [ ] Flash session

## Frontend
Expand All @@ -33,3 +33,4 @@
- [ ] Package
- [ ] Unit test
- [ ] Pjax
- [ ] Upgrade to Laravel 5.5

0 comments on commit 9d7f258

Please sign in to comment.