diff --git a/CHANGELOG.md b/CHANGELOG.md index c9c1237e0d..e303bad0d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [v1.3.2](https://github.com/GEWIS/gewisweb/tree/v1.3.2) (2018-03-02) + +* Added page to browse the Public Archive to the website +* Various UI improvements +* Various bugfixes + +--- + ## [v1.3.1](https://github.com/GEWIS/gewisweb/tree/v1.2.3) (2017-12-23) * Added ability to browse member photos as an album diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index c4212d5de4..b86fb06d31 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -13,7 +13,7 @@ headLink(['rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->basePath() . '/img/favicon.ico']) ->prependStylesheet('https://fonts.googleapis.com/css?family=Raleway:600,500,400|Lato:400,700,400italic') - ->prependStylesheet($this->basePath() . '/css/gewis-theme.css?v=1.3.1') ?> + ->prependStylesheet($this->basePath() . '/css/gewis-theme.css?v=1.3.2') ?> headScript()