Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

62 lines (42 loc) · 1.86 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.0.0 - 2018-09-10

Added

  • Added Chinese (simplified) translation
  • Added support for Ghost 2.0

1.1.0 - 2018-02-09

Added

  • Added change log to project.
  • Added support for internationalization.
  • Added Spanish as an available language in theme translations.
  • Added sass-lint to stylesheet build process.

Changed

  • Changed gulpfile to ECMAScript.
  • Changed recommended Ghost engine version to v1.20.0.

Fixed

  • Fixed malformed HTML in the tag loop partial.

1.0.0 - 2017-10-16

Added

  • Added gscan to the gulp build process. Upon the activation of the gulp deploy process, Gscan will checks the theme for errors, deprecations, best practices and looks to see ensure the features used within the theme are supported.
  • Added simple templates for the 404/error page.
  • Added simple subscribe form partial.

Changed

  • Theme is now compliant with Ghost v1.x
  • Git now ignores all compiled CSS files
  • The name property within package.json will now be used as the name for the zip file generated by the deploy task.
  • THe project's license has been changed to MIT.

Removed

  • Removed all project class names and CSS/SCSS.
  • Removed legacy meta objects within the <head> that are now handled exclusively buy Ghost core.