Releases are to be numbered in the semantic versioning format:
<major>.<minor>.<patch>
And constructed with these guidelines:
- Breaking backwards compatibility bumps the major
- New additions without breaking backwards compatibility bumps the minor
- Bug fixes and misc changes bump the patch
For more information on semantic versioning, please visit http://semver.org/.
- Split up build tool resources in /root dir
- Added gulpfile
- Added package.json specific to Gulp dependencies
- Updated Readme for Gulp info
- Updated the image itemprop to correct element
- Removed home.php to now default to index.php for the blog landing
- Updated index.php to include list of latest posts and pagination
- Fixed an incorrect EJS template in the Gruntfile
- Fixed the
display_post_thumbnail
function - Corrected border property in _block_list.css
- Update
hidden-text
mixin in _mixins.css - Fixed the
pagination
function
- Fixed the
display_post_thumbnail_src
function - Fixed the
display_post_thumbnail
function
- Add catch for both '...' and HTML entity hellip
- Fixed typo in clearfix.scss
- Moved dependencies and Gruntfile back to root of project to reduce commands from multiple locations and ease installation
- Added Sass import to Gruntfile for bower deps
- Fixed colorguard task for build task
Initial Release of the Evolved Theme for WordPress
Theme files are now separated from the Evolved Yeoman generator for users you prefer not to use Yeoman
Features:
- Parent theme creates a unified base for all projects without making too many design decisions.
- Child theme takes control of your project's specific design requirements utilizing Bourbon for Sass utilities, Neat for grid alignments and borrows from Inuit CSS for a solid base.
- Utilizes Bower for easy dependency management.
- Utilizes Grunt for an integrated CLI task building.