Skip to content

Commit

Permalink
1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty Wallace committed Mar 16, 2015
1 parent bc125c3 commit a59993e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ Tempest makes use of various tools to streamline the development process:

## Releases.

* [1.2.0](https://github.com/MartyWallace/Tempest/releases/tag/1.2.0)
* Renamed Responder to Controller.
* Added ability to pass arbitrary data to controllers via route definitions.
* Added behaviour where Tempest will look for templates with a file-name matching the request URI if no route definitions matched.

* [1.1.0](https://github.com/MartyWallace/Tempest/releases/tag/1.1.0)
* Greatly improved error handling; you can now handle specific HTTP errors buy placing a Twig template with the same name into `/html/_status/`.
* Cleaned up templates.
Expand Down
2 changes: 1 addition & 1 deletion server/tempest/Tempest/Tempest.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,6 @@ public function getServices(){ return $this->services; }
*
* @return string
*/
public function getVersion(){ return '1.1.0'; }
public function getVersion(){ return '1.2.0'; }

}

0 comments on commit a59993e

Please sign in to comment.