Skip to content

Commit

Permalink
Upgrade WordPress compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
markjaquith committed Nov 19, 2021
1 parent 7dee7d6 commit d3fb9bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0';
const CSS_JS_VERSION = '1.7.1';

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.0",
"version": "1.7.1",
"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.3
Stable tag: 1.7.0
Tested up to: 5.8.2
Stable tag: 1.7.1

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 wp-help.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
/*
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.0
Version: 1.7.1
License: GPL
Plugin URI: http://txfx.net/wordpress-plugins/wp-help/
Author: Mark Jaquith
Author URI: http://coveredwebservices.com/
*/

/**
* Copyright (c) 2011-2020 Mark Jaquith (email: [email protected])
* Copyright (c) 2011-2021 Mark Jaquith (email: [email protected])
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License, version 2 or, at
Expand Down

0 comments on commit d3fb9bd

Please sign in to comment.