Skip to content

Commit

Permalink
version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidnelson committed Oct 28, 2017
1 parent 78a8798 commit c424f60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
### Changelog

##### 0.6.2
Added support for disabling plugin on 404 pages, thanks to Alex (@piscis on GitHub)

##### 0.6.1
Updates custom taxonomy check for custom taxonomy archives and some error logging functions.

Expand Down
4 changes: 2 additions & 2 deletions scripts-to-footer.php
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Scripts-To-Footer
* Plugin URI: http://wordpress.org/plugins/scripts-to-footerphp/
* Description: Moves scripts to the footer to decrease page load times, while keeping stylesheets in the header. Requires that plugins and theme correctly utilizes wp_enqueue_scripts hook. Can be disabled via a checkbox on specific pages and posts.
* Version: 0.6.1
* Version: 0.6.2
* Author: Joshua David Nelson
* Author URI: http://joshuadnelson.com
* License: GPL2
Expand Down Expand Up @@ -44,7 +44,7 @@

// Plugin Verison
if( !defined( 'STF_VERSION' ) )
define( 'STF_VERSION', '0.6.1' );
define( 'STF_VERSION', '0.6.2' );

// Plugin name
if( !defined( 'STF_NAME' ) )
Expand Down

0 comments on commit c424f60

Please sign in to comment.