From 7ba3f017b5ffad1c38dfb257592e00c321b3e13e Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Sat, 20 Apr 2024 14:39:28 -0400 Subject: [PATCH] Bump version --- classes/plugin.php | 2 +- package.json | 2 +- readme.md | 12 ++++++------ readme.txt | 12 ++++++------ wp-help.php | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/classes/plugin.php b/classes/plugin.php index 8dd3329..4ecad94 100644 --- a/classes/plugin.php +++ b/classes/plugin.php @@ -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.4'; + const CSS_JS_VERSION = '1.7.5'; protected function __construct() { $this->hook( 'init' ); diff --git a/package.json b/package.json index d491c8b..d717324 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wp-help", "title": "WP Help", "description": "A WordPress plugin", - "version": "1.7.4", + "version": "1.7.5", "homepage": "", "author": { "name": "Mark Jaquith", diff --git a/readme.md b/readme.md index d4fc8a9..2a08179 100755 --- a/readme.md +++ b/readme.md @@ -2,12 +2,12 @@ [![Build Status](https://travis-ci.org/markjaquith/wp-help.svg?branch=master)](https://travis-ci.org/markjaquith/wp-help) -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: 6.3 -Stable tag: 1.7.4 +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: 6.5 +Stable tag: 1.7.5 Site operators can create detailed, hierarchical documentation for the site's authors, editors, and contributors, viewable in the WordPress admin. diff --git a/readme.txt b/readme.txt index 18c218d..b940abf 100755 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === WP Help === -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: 6.3 -Stable tag: 1.7.4 +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: 6.5 +Stable tag: 1.7.5 Site operators can create detailed, hierarchical documentation for the site's authors, editors, and contributors, viewable in the WordPress admin. diff --git a/wp-help.php b/wp-help.php index 93e9518..ec4fab5 100644 --- a/wp-help.php +++ b/wp-help.php @@ -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.4 +Version: 1.7.5 License: GPL Plugin URI: http://txfx.net/wordpress-plugins/wp-help/ Author: Mark Jaquith