Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed Mar 29, 2018
1 parent 0d97a49 commit 9aead92
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 21 deletions.
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.4"
"inc2734/mimizuku-core": ">=1.10.6"
},
"config": {
"process-timeout": 0,
Expand Down
38 changes: 19 additions & 19 deletions composer.lock

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

2 changes: 2 additions & 0 deletions resources/app/setup/contents-outline.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@

use Inc2734\WP_Contents_Outline\Contents_Outline;

add_filter( 'inc2734_wp_contents_outline_enqueue_js', '__return_false' );

new Contents_Outline();
2 changes: 2 additions & 0 deletions resources/src/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ new Inc2734_WP_Share_Buttons();

import FixAdminBar from './fix-adminbar.js';
new FixAdminBar();

import '../../vendor/inc2734/wp-contents-outline/src/assets/packages/jquery.contents-outline/src/jquery.contents-outline.js';
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.1
Version: 5.0.2
License: GPLv2 or later
License URI: license.txt
Tags: editor-style, featured-images
Expand Down

0 comments on commit 9aead92

Please sign in to comment.