Skip to content

Commit

Permalink
Merge pull request #7 from hametuha/0.8.x
Browse files Browse the repository at this point in the history
0.8.6
  • Loading branch information
fumikito authored Jan 6, 2020
2 parents c7adeeb + 4625640 commit 10f72e0
Show file tree
Hide file tree
Showing 68 changed files with 676 additions and 557 deletions.
13 changes: 13 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# https://github.com/browserslist/browserslist#readme

>= 1%
last 1 major version
not dead
Chrome >= 45
Firefox >= 38
Edge >= 12
Explorer >= 11
iOS >= 9
Safari >= 9
Android >= 4.4
Opera >= 30
15 changes: 13 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@
"sourceType": "module"
},
"env": {
"browser": true
"browser": true,
"amd": true
},
"extends": "wordpress"
"globals": {
"Vue": false,
"wp": false,
"jQuery": false
},
"extends": [
"plugin:@wordpress/eslint-plugin/esnext"
],
"rules": {
"object-shorthand": "off"
}
}
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: Takahashi_Fumiki, hametuha
Tags: sns, login
Requires at least: 5.0
Tested up to: 5.3.1
Stable tag: 0.8.5
Stable tag: 0.8.6
Requires PHP: 5.6
License: GPL 3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -36,6 +36,3 @@ See [releases](https://github.com/hametuha/hashboard/releases).
<strong>Go Forward While Looking Backward!</strong><br />
https://hametuha.com
<p>



8 changes: 4 additions & 4 deletions assets/css/hashboard.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/map/hashboard.css.map

Large diffs are not rendered by default.

Binary file modified assets/img/ripple.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 5 additions & 8 deletions assets/js/Chart.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions assets/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/bootstrap.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/components/bar-chart.js.map

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

2 changes: 1 addition & 1 deletion assets/js/components/dashboard.js

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

Loading

0 comments on commit 10f72e0

Please sign in to comment.