From 8bd5cc681e6a4977ea1ec5b5b8564ba8c2629297 Mon Sep 17 00:00:00 2001 From: Brent Hardinge Date: Mon, 11 Nov 2019 13:07:20 -0500 Subject: [PATCH] adding a changelog for the hero fixes. --- CHANGELOG.md | 5 +++++ Gruntfile.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f0c45d4..47573e332 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ A record of the changes made to `ALPS V3`. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +##[3.0.6] +### Fixed: +- Fixes for the hero hovers. [#312](https://github.com/adventistchurch/alps-wordpress/issue/312) + + ##[3.0.5] ### Fixed: - Fixed post header sticking to 6 columns when the Sabbath column is hidden. [#418](https://github.com/adventistchurch/alps/pull/418) diff --git a/Gruntfile.js b/Gruntfile.js index fb5552d84..3ef63818d 100755 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,7 +12,7 @@ module.exports = function(grunt) { * of /cdn// that contains the javascript and css. */ var major_version = "3"; - var version = "3.0.5"; + var version = "3.0.6"; grunt.initConfig({ pkg: pkg,