Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Releases: xsynaptic/wordpress-gulp-starter-kit

Version 0.3.1: security update

01 Sep 14:00
Compare
Choose a tag to compare
  • Security fix for a bundled script
  • Simplify and remove textdomain for WP 4.6+
  • Cleaner JS style and include paths
  • Switched away from the drop comma style when declaring variables;
    people have mentioned it is confusing to read
  • Stripped out the Normalize file manipulation hack and gulp setup
    task; only rubysass needs a copy renamed with the .scss extension now
  • Added a few things to the Sass include paths
  • Dependencies update
  • Documentation update
  • Version bump

Version 0.3.0

02 Aug 13:14
Compare
Choose a tag to compare

A small update mostly dealing with asset handling code in the Voidx theme:

  • Simpler asset and script variable handling code
  • Split core script into header/footer components, a best practice
  • Script namespace changed to “x”
  • Added SVG for Everybody to demonstrate header script utility
  • Documentation update
  • Dependency update

Version 0.2.5

11 Jun 11:11
Compare
Choose a tag to compare
  • Updated dependencies and documentation
  • Proper cssnano integration for minification and autoprefixing
  • Now with fewer packages

Version 0.2.3

18 Apr 16:17
Compare
Choose a tag to compare
  • Updated docs and dependencies

Version 0.2.2

20 Feb 08:46
Compare
Choose a tag to compare
  • Ditched the awkward min suffix system; source maps take care of this nowadays
  • Small tweaks to the responsive menu script in the base theme
  • Documentation and source code comment improvements

Version 0.2.1

15 Feb 11:49
Compare
Choose a tag to compare
  • Dependency update; everything is fresh
  • Switch from css-minify to cssnano
  • Cleaner workflow with no need to minify CSS for production
  • jQuery.timeago integration (it’s a better example)
  • sourcemaps are working properly