Skip to content
This repository was archived by the owner on Jul 3, 2018. It is now read-only.

Releases: wp-evolved/generator-evolved

v1.2.0 - January 18, 2015

18 Jan 22:31

Choose a tag to compare

  • Split up build tool resources in /root dir
  • Added gulpfile
  • Added package.json specific to Gulp dependencies
  • Updated Readme for Gulp info

v1.1.0 - October 5, 2014

05 Oct 13:41

Choose a tag to compare

Added option for branch argument ex. yo evolved @branch-name. Supports branches, git tags, and commit sha.

  • Added argument checker for @ key
  • Added branch verification from Github archive
  • Added 'latest' check when no branch is passed

v1.0.0 - September 26, 2014

26 Sep 16:10

Choose a tag to compare

  • Updated installer to remotely copy theme files from main Evolved Theme project
  • Updated Gruntfile to match updates in Evolved Theme
  • Updated instructions in Readme to match new setup

v0.4.4 - August 9, 2014

02 Oct 21:13

Choose a tag to compare

  • Removed duplicate bower template

v0.4.3 - August 9, 2014

10 Aug 00:46

Choose a tag to compare

NPM Install broke. Ended up un-publishing, committing a new patch and re-publishing to NPM. Hopefully we're all good now.

v0.4.0 - August 9, 2014

10 Aug 00:45

Choose a tag to compare

  • Renamened generator to generator-wp-evolved
  • Moved generator to the wp-evolved organization
  • Updated all files and docs for new location and name

v0.3.1 - August 8, 2014

08 Aug 15:27

Choose a tag to compare

  • Removed Genesis Skeleton from bower dependencies
  • Removed Genesis Skeleton dependencies from README

v0.3.0 - August 1, 2014

01 Aug 15:10

Choose a tag to compare

  • Made the project agnostic to Genesis (checks for an existing themes dir or prompts the user to enter one)
  • Added default Neat settings to the _settings.scss file
  • Added viewport meta info
  • Removed pxtoem() function in favor of Bourbon em() function
  • Removed pxtoper() function in favor of Sass percentage() function
  • Removed inuit arrows in favor of Bourbon triangles
  • Removed inuit truncate() mixin in favor of Bourbon's ellipsis() mixin
  • Removed inuit box-sizing in favor of Neat's box-sizing
  • Removed batch icon styles
  • Removed default theme files (from /modules and /layout)
  • Changed clearfix class to a silent placeholder
  • Changed unstyled-list class to a silent placeholder
  • Updated imagemin task to overwrite images rather than duplicate them
  • Updated site-logo to link to home page

v0.2.6 - July 31, 2014

01 Aug 00:40

Choose a tag to compare

  • Fixed pagination markup output
  • Fixed includes for post previews
  • Added grunt colorguard task to build tasks

v0.2.5 - June 11, 2014

01 Aug 00:39

Choose a tag to compare

  • Added wp_nav_menu theme locations
  • Added accessible skip to content link
  • Added edit link for users
  • Fixed a bug in the category_id_class function
  • Fixed a bug in the display_post_thumbnail function
  • Fixed a bug in the grunt watch task
  • Fixed duplicate padding on lists
  • Updated required versions of devDependencies
  • Updated to use new main element