- Removed 'gulp-rimraf' and replaced with npm 'del'.
- Update font size and color using variables instead of hard-coded ones.
- Fix Webmaster User Role Plugin URL in TGM. Thanks Tyler Digital!
Bugfixes:
- Cleanup Gulpfile, removing references for tools we're not using and also file calls we're not using.
Features:
- Aaaand removed TGM and THA from composer. See commit: 704de21e for details
Bugfixes:
- Fix issue with duplicate title being written.
Features:
- Added TGM Plugin Activation and Theme Hook Alliance to Composer for better package mgmt.
- Moved Composer and dependencies to /library/vendors/composer. Thx to Mr. Rob Neu for adding THA to Packagist
- Added Omega Reset Mixin
Bugfixes:
- Got build process working again
- Fixed Left Sidebar Template issue where sidebar wouldn't display on the left.
- Fixed issue with #main and #page selectors improperly placed.
Features:
- Now using gulp-sass (libsass) for compiling Sass files. MUCH quicker compiling now
- Sourcemaps are working now, they are created by default. Should make developing a little more simple. Only tested in Chrome thus far.
- Added 'Attachment' page template. Why? Cause I'm anal like that.
Bugfixes:
- Removed duplicate "main" markup.
Bugfixes:
- Fix project URL implementation. Bad developer (smacks hand!). Project variable should be the complete project string. The domain extension was hardcoded in the browser-sync task. #failhard.bomb
Features:
- Added Customizer Controls/Settings for enabling/disabling post formats
- Added Customizer Controls/Settings for hiding/showing WordPress Credits
- Removed built-in adjacent post navigation in favor of get_the_post_navigation()
Features:
- Added theme support for Infinite Scroll
Bugfixes:
- Moved around markup. Specifically moved the "Main" selector/tag to wrap both "Primary" and "Secondary" selectors and moved "Content" inside of the "Primary" selector.
Features:
- Added Composer for dependencies
- Added support for PHPCS and WordPress Coding Standards
- Bourbon, Neat and Bi-App are now controlled via Bower, so make sure you do bower install
- Bower dependent js have been been removed from bower and instead enqueued in the theme directly for greater compatibility
- Making use of title tag support
- Added Archive description via get_the_archive_description()
Bugfixes:
- Fixed some text translation issues in code
- Changed prefix and text-domains to some_like_it_neat_ from some_like_it_neat_
- Removed Example Content such as Customizer Example panel and tgm-example-plugin.zip
- Rename wp-customizer folder and functions to just customizer, for purposes relating to core naming conventions and avoiding conflicts there.
- Remove orphaned rtl.css file
- Resolve 2 Yoda conditions
- General Style Tweaks/Fixes
Features:
- This is a doozy. Adding RTL Support using Bi-App. For this to work, we're changing how we compile styles a bit. Instead of putting all of your styles in style.scss, we're now placing them in app.scss. Will explain more in the Readme.md file.
Features:
- Added support for get_the_archive_title() in the archive template
- Added support for
Features:
- General tweaks to Customizer Settings Area. Utilizing panels to separate settings.
Bugfixes:
Features:
- Added Example Customizer 4.0 Controls and Settings with a Panel for use/customization
Bugfixes:
- Updated non-tanslated strings in Customizer
- Updated textdomain in Thomas Griffin Plugin Activation script to "some_like_it_neat"
Features:
- Push for Internationalization and Localization
- Translations for EN US
- Translations for Spanish (I hope...)
Features:
- Improve Accessibility *** Removed Link Title Text in all page templates *** Created greater contrast for menus and buttons
Bugfixes:
- Replace touch button navicon with nav button now that Customizer properly shows on default
Features:
Bugfixes:
- Fixed issue with Customizer Defaults not showing on front-end upon theme activation
Features:
- Adding sass files for page templates
- Accessibility Improvements
Bugfixes:
- Fixed issue with multiple line endings in production.js
Features:
- Splitting Gulp Config into multiple files
Bugfixes:
- Fixed browser reload issue on changes to js files
Features:
- Making more changes to make theme accessibility friendly
Features:
- Flagged theme as 'accessibility-ready'
Bugfixes:
- Removed duplicate hooks from content-none.php
Features:
- Making this theme accessibility ready out-of-the-box
Features:
- No, seriously, added a getting started area in the README.md file. Be sure to check it out.
Bugfixes:
- Fixed inconsistent text domain usage
- Replaced Screenshot image
- Remove unused script calls, which were previously commented-out
Features:
- No, seriously, added a getting started area in the README.md file. Be sure to check it out.
Features:
- Is a ""getting started guide"" a feature?
Bugfixes:
- Placing sanitize_callback functions in their proper place in the customizer