Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Commit

Permalink
Add release date
Browse files Browse the repository at this point in the history
  • Loading branch information
emulienfou committed Sep 25, 2016
1 parent 0071c3f commit c364f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.0 (2016-09-XX)
## 1.3.0 (2016-09-25)
`Added`
* Add namespaces.
* Add new PHPDoc block **Copyright** for each files.
Expand All @@ -18,7 +18,7 @@
* Helper `Dwoo_Plugin_array_compile` move to `Dwoo\Plugins\Helpers\PluginArrayCompile`.

`Removed`
* Delete `Dwoo` class, now you need to use: `new \Dwoo\Core()`.
* Delete `Dwoo` class, now you need to use: `new Dwoo\Core()`.
* Delete method `Dwoo\Core::output()`, use now `echo Dwoo\Core::get()` method.
* Last parameter `$_output` of `Dwoo\Core::get()` method has been removed, use `echo Dwoo\Core::get()` instead.

Expand Down

0 comments on commit c364f8a

Please sign in to comment.