-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from phalcon-nucleon/1.3
1.3
- Loading branch information
Showing
82 changed files
with
1,565 additions
and
2,968 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
/.sass-cache | ||
/vendor | ||
composer.phar | ||
composer.lock | ||
.php_cs.cache | ||
.DS_Store | ||
Thumbs.db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Release Note | ||
# Release Note | ||
|
||
## v1.1.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#Release Note | ||
# Release Note | ||
|
||
## v1.2.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Release Note | ||
|
||
## 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. | ||
- Config::Session : Allow to describe multiple store for session |
Oops, something went wrong.