Skip to content

Commit 38b8c6c

Browse files
committed
chore(): rev 1.0.1
1 parent c0bae17 commit 38b8c6c

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Jarvis is extendable to include your custom plugin data though filters. See htt
7272
* Drop support for IE < 11
7373
* New gulp build pipeline
7474
* Remove Hogan in favor of underscore templates
75+
9. 1.0.1
76+
* Fix an installation issue some users were reporting
7577

7678
## Develop
7779

jarvis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Jarvis
44
Plugin URI: http://www.wpjarvis.com
55
Description: Jarvis is your administration assistant, putting WordPress at your fingertips.
6-
Version: 1.0.0
6+
Version: 1.0.1
77
Author: The Web Development Group, David Everett, Joan Piedra, Kurtis Shaner, Doug Axelrod
88
Author URI: http://www.wdg.co
99
License: GPLv2 or later

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jarvis",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": " Jarvis is your admin assistant, putting WordPress at your fingertips via a quicksearch interface.",
55
"main": "index.js",
66
"scripts": {

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Author URI: http://www.webdevelopmentgroup.com
77
Author: wdgdc
88
Requires at least: 4.8
99
Tested up to: 4.9.8
10-
Stable tag: 1.0.0
11-
Version: 1.0.0
10+
Stable tag: 1.0.1
11+
Version: 1.0.1
1212
License: GPLv2 or later
1313
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1414
Donate link: http://www.webdevelopmentgroup.com
@@ -65,6 +65,9 @@ You may be on a page that's focusing on a text area or input box. If this is the
6565

6666
== Changelog ==
6767

68+
= 1.0.1 =
69+
* Fix an installation issue some users were reporting
70+
6871
= 1.0.0 =
6972
* Rewrite most of Jarvis
7073
* New - User search

src/php/plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Plugin {
77
/**
88
* Le version of le plugin
99
*/
10-
const VERSION = '1.0.0';
10+
const VERSION = '1.0.1';
1111

1212
/**
1313
* Holds our plugin instance

0 commit comments

Comments
 (0)