diff --git a/.gitignore b/.gitignore index 9a0d8dd..875c0c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,52 @@ -.DS_Store +# Project build files .sass-cache -/node_modules/ +node_modules +bower_components +build + + + +# OS X - https://github.com/github/gitignore/blob/master/Global/OSX.gitignore +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + + + +# WINDOWS - https://github.com/github/gitignore/blob/master/Global/Windows.gitignore +# Windows image file caches +Thumbs.db +ehthumbs.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk diff --git a/README.md b/README.md index 59ddae7..1d023ef 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,9 @@ grunt - *(Ongoing)* More standard developer comments & better function formatting ## Changelog +### 2.2.19 (October 25, 2014) +- Better `.gitignore` + ### 2.2.18 (September 28, 2014) - Fifths grid classes - Turn off sourcemaps in Grunt diff --git a/functions.php b/functions.php index a7333d3..9283652 100755 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ // Child theme definitions define( 'CHILD_THEME_NAME', 'Bones for Genesis 2.0' ); define( 'CHILD_THEME_URL', 'http://bonesforgenesis.com/' ); -define( 'CHILD_THEME_VERSION', '2.2.18' ); +define( 'CHILD_THEME_VERSION', '2.2.19' ); // Developer Tools require_once( CHILD_DIR . '/includes/developer-tools.php' ); // DO NOT USE THESE ON A LIVE SITE diff --git a/includes/admin/admin-functions.php b/includes/admin/admin-functions.php index 87040f6..65f115a 100644 --- a/includes/admin/admin-functions.php +++ b/includes/admin/admin-functions.php @@ -65,6 +65,8 @@ function bfg_image_size_names_choose( $sizes ) { * * See: http://wptavern.com/how-to-prevent-wordpress-from-participating-in-pingback-denial-of-service-attacks * + * Still having pingback/trackback issues? This post might help: https://wordpress.org/support/topic/disabling-pingbackstrackbacks-on-pages#post-4046256 + * * @since 2.2.3 */ add_filter( 'xmlrpc_methods', 'bfg_remove_xmlrpc_pingback_ping' ); diff --git a/style.css b/style.css index 8712dd5..a92646e 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Description: A starting point for new Genesis 2.0 projects. Author: Cooper Dukes @INNEO Author URI: http://www.inneosg.com/ - Version: 2.2.18 + Version: 2.2.19 Tags: left-sidebar, right-sidebar, flexible-width, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments