From 495b7132d258f3f0831ab8c5b7887227757d777f Mon Sep 17 00:00:00 2001 From: Marty Wallace Date: Mon, 23 Mar 2015 21:22:24 +1100 Subject: [PATCH] 1.3.0. --- README.md | 8 ++++++++ server/tempest/Tempest/Tempest.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c4b0d9..f31d9ca 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/server/tempest/Tempest/Tempest.php b/server/tempest/Tempest/Tempest.php index 8432c69..4fbf316 100644 --- a/server/tempest/Tempest/Tempest.php +++ b/server/tempest/Tempest/Tempest.php @@ -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'; } } \ No newline at end of file