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 Chinese (simplified) translation
- Added support for Ghost 2.0
1.1.0 - 2018-02-09
- 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 gulpfile to ECMAScript.
- Changed recommended Ghost engine version to
v1.20.0
.
- Fixed malformed HTML in the tag loop partial.
1.0.0 - 2017-10-16
- Added
gscan
to the gulp build process. Upon the activation of thegulp 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.
- Theme is now compliant with Ghost
v1.x
- Git now ignores all compiled CSS files
- The
name
property withinpackage.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 all project class names and CSS/SCSS.
- Removed legacy
meta
objects within the<head>
that are now handled exclusively buy Ghost core.