Skip to content

Commit

Permalink
bump tested version
Browse files Browse the repository at this point in the history
  • Loading branch information
markjaquith committed Jul 13, 2023
1 parent 6a00f6e commit 841d4dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion classes/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CWS_WP_Help_Plugin {
const MENU_SLUG = 'wp-help-documents';
const CRON_HOOK = 'cws_wp_help_update';
const POST_TYPE = 'wp-help';
const CSS_JS_VERSION = '1.7.2';
const CSS_JS_VERSION = '1.7.3';

protected function __construct() {
$this->hook( 'init' );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wp-help",
"title": "WP Help",
"description": "A WordPress plugin",
"version": "1.7.2",
"version": "1.7.3",
"homepage": "",
"author": {
"name": "Mark Jaquith",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Contributors: markjaquith
Donate link: http://txfx.net/wordpress-plugins/donate
Tags: help, documentation, client sites, clients, docs
Requires at least: 4.9
Tested up to: 5.8.2
Stable tag: 1.7.2
Tested up to: 6.2.2
Stable tag: 1.7.3

Site operators can create detailed, hierarchical documentation for the site's authors, editors, and contributors, viewable in the WordPress admin.

Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Contributors: markjaquith
Donate link: http://txfx.net/wordpress-plugins/donate
Tags: help, documentation, client sites, clients, docs
Requires at least: 4.9
Tested up to: 5.8.2
Stable tag: 1.7.2
Tested up to: 6.2.2
Stable tag: 1.7.3

Site operators can create detailed, hierarchical documentation for the site's authors, editors, and contributors, viewable in the WordPress admin.

Expand Down
2 changes: 1 addition & 1 deletion wp-help.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: WP Help
Description: Administrators can create detailed, hierarchical documentation for the site's authors and editors, viewable in the WordPress admin.
Version: 1.7.2
Version: 1.7.3
License: GPL
Plugin URI: http://txfx.net/wordpress-plugins/wp-help/
Author: Mark Jaquith
Expand Down

0 comments on commit 841d4dc

Please sign in to comment.