Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark4ne committed Mar 8, 2019
1 parent f136a08 commit 892fbcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG-1.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@

## v1.3.0

### Important
- php support 5.6 - 7.2
Phalcon v3.x will not support php7.3 and higher.
Nucleon v1.x, will support only php5.6 to php7.2.
Nucleon v2.x will support php7.2 and higher, with Phalcon v4.x.

### Added
- Task RouteCache (route:cache) : Cache http route file
- Task Optimization (optimize) : Add route:cache
- Compile files (compile, const, config, loader), are now able to be commited & shared
- Volt: Add csrf extension (csrf_field & csrf_token function)
- Volt: Add route function
- Config: Add :
- app.static_uri: Define app static uri
- app.key, app.cipher: Used for cookie encryption

### Changed
- Rename Middleware\Guest to Middleware\RedirectIfAuthenticated.
Expand Down

0 comments on commit 892fbcd

Please sign in to comment.