Skip to content

Commit

Permalink
adding a changelog for the hero fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
designerbrent committed Nov 11, 2019
1 parent 6e5dad2 commit 8bd5cc6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function(grunt) {
* of /cdn/<major_version/<version>/ that contains the javascript and css.
*/
var major_version = "3";
var version = "3.0.5";
var version = "3.0.6";

grunt.initConfig({
pkg: pkg,
Expand Down

0 comments on commit 8bd5cc6

Please sign in to comment.