Skip to content

Commit

Permalink
2.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cdukes committed Oct 25, 2014
1 parent a88a638 commit d34cd5a
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 4 deletions.
53 changes: 51 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions includes/admin/admin-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d34cd5a

Please sign in to comment.