Skip to content

Commit

Permalink
5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 27, 2018
1 parent 6be4f73 commit 0d97a49
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ vendor/
release/
mimizuku.zip
.travis/github_deploy_key
yarn-error.log
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=5.6",
"inc2734/mimizuku-core": ">=1.10.3"
"inc2734/mimizuku-core": ">=1.10.4"
},
"config": {
"process-timeout": 0,
Expand Down
26 changes: 13 additions & 13 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions resources/app/setup/seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,11 @@
add_filter( 'inc2734_wp_seo_twitter_site', function( $twitter_site ) {
return get_option( 'mwt-twitter-site' );
} );

/**
* Print Google Tag Manager script in body
*
* @return void
*/
remove_action( 'wp_footer', 'inc2734_wp_seo_googletagmanager_noscript_tag_install' );
add_action( 'mimizuku_prepend_body', 'inc2734_wp_seo_googletagmanager_noscript_tag_install' );
2 changes: 1 addition & 1 deletion resources/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI:
Author: inc2734
Author URI: https://2inc.org
Description:
Version: 5.0.0
Version: 5.0.1
License: GPLv2 or later
License URI: license.txt
Tags: editor-style, featured-images
Expand Down

0 comments on commit 0d97a49

Please sign in to comment.