Skip to content

Commit

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

## Releases.

* [1.3.0](https://github.com/MartyWallace/Tempest/releases/tag/1.2.0)
* Split site configuration into multiple files.
* Can define an alternate site root.
* Added Modernizr & Browser detection kit.
* `www.` ServerAlias is still matched when cascading configuration.
* Minor bug fixes around competing SASS & TypeScript compilation.
* Added various Twig functions and filters.

* [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.
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 @@ -361,6 +361,6 @@ public function getServices() { return $this->services; }
*
* @return string
*/
public function getVersion() { return '1.2.0'; }
public function getVersion() { return '1.3.0'; }

}

0 comments on commit 495b713

Please sign in to comment.