Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 2.98 KB

CHANGELOG.md

File metadata and controls

87 lines (56 loc) · 2.98 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.6.0] - 2018-02-23

Fixes

Added

  • Adds Google Tag Manager for further site analytics Added by Kobes.

[0.5.3] - 2018-02-15

Fixes

  • Fixes syntax_highlighting not loading correctly

[0.5.2] - 2018-02-15

Fixes

[0.5.1] - 2018-02-15

Fixes

Fixed by Kobes.

[0.5.0] - 2018-02-11

Added

  • Adds syntax_highlighting option in config. Added by Kobes.
  • Removes Hamburger from default layout as it does not work correctly on post pages. Fixed by Kobes.

[0.4.2] - 2018-01-31

Added

  • Adds persistant Cookie Storage when accepting Cookie Consent Message. Added by Kobes.

[0.4.1] - 2018-01-30

Added

  • Fixes dependency issue so site bundles all required dependencies. Adds default portfolio_type to avoid error regaridng missing file. issue #15.
  • Adds RSpec/Capybara for Testing
  • Adds CircleCI for build pipeline

[0.4.0] - 2018-01-29

Added

  • Adds dynamic portfolio_heading and fixes project_button issue #14. Added by Kobes.

[0.3.0] - 2018-01-19

Added

  • Adds Tools and Experience Section issue #11

[0.2.0] - 2018-01-16

Added

[0.1.2] - 2018-01-09

Added

  • Fixes issue #5 regarding baseurl, where assets weren't being loaded correctly. Ensure the url: field within the _config.yml does not have a trailing "/". Fixed by jameshamann and jamrizzi. For example:

    • url: http://example.com

    • url: http://example.com/

  • Updates year on Copyright Footer to 2018.

[0.1.1] - 2018-01-08

Added

  • Added Changelog
  • Fixes issue #3 where assets were not being correctly loaded on Github Pages. Fixed by jamrizzi.
  • Fixes contact form issue where the message body wasn't being sent as part of the submission.

0.0.1 - 2017-12-07

First Release