Skip to content

Commit

Permalink
changing version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kshaner committed Nov 1, 2023
1 parent 4ab56b9 commit 4b2ba5f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ Jarvis is extendable to include your custom plugin data though filters. See htt
* Refactor the build process from a gulp build to es modules with rollup and bundle typeahead/bloodhound dependencies
* Introduce composer for autoloading and build scripts
* Introduce phpcs with WP Coding Standards
16. 1.1.1
* Fix PHP 8.1 compatibility

## Develop

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wdgdc/jarvis",
"type": "wordpress-plugin",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions jarvis.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Jarvis
Plugin URI: http://www.wpjarvis.com
Description: Jarvis is your administration assistant, putting WordPress at your fingertips.
Version: 1.1.0
Version: 1.1.1
Author: The Web Development Group, David Everett, Joan Piedra, Kurtis Shaner, Doug Axelrod
Author URI: http://www.wdg.co
License: GPLv2 or later
Expand All @@ -16,6 +16,6 @@

define( 'JARVIS_PATH', __DIR__ );
define( 'JARVIS_URI', plugins_url( '', __FILE__ ) );
define( 'JARVIS_VERSION', '1.1.0' );
define( 'JARVIS_VERSION', '1.1.1' );

Plugin::get_instance();
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jarvis",
"version": "1.1.0",
"version": "1.1.1",
"description": " Jarvis is your admin assistant, putting WordPress at your fingertips via a quicksearch interface.",
"main": "index.js",
"scripts": {
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Tags: jarvis, wordpress, plugin, posts, pages, search, launchbar, admin, menu
Author URI: http://www.webdevelopmentgroup.com
Author: wdgdc
Requires at least: 4.8
Tested up to: 6.0.1
Stable tag: 1.1.0
Version: 1.1.0
Tested up to: 6.3.2
Stable tag: 1.1.1
Version: 1.1.1
License: MIT
License URI: https://opensource.org/licenses/mit-license.php
Donate link: http://www.webdevelopmentgroup.com
Expand Down Expand Up @@ -65,6 +65,9 @@ You may be on a page that's focusing on a text area or input box. If this is the

== Changelog ==

= 1.1.1 =
* Fix PHP 8.1 compatibility

= 1.1.0 =
* Drop IE11 support
* Add Modern and Dracula color schemes
Expand Down

0 comments on commit 4b2ba5f

Please sign in to comment.