Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 22, 2023
1 parent c70fed1 commit 73b820f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
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": "security-txt-manager",
"version": "1.0.0",
"version": "1.0.1",
"description": "Security.txt Manager for WordPress",
"author": {
"name": "handyplugins",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Security.txt Manager
* Plugin URI: https://github.com/HandyPlugins/security-txt-manager
* Description: Security.txt Manager for WordPress.
* Version: 1.0
* Version: 1.0.1
* Requires at least: 5.7
* Requires PHP: 7.2
* Author: HandyPlugins
Expand All @@ -23,7 +23,7 @@
}

// Useful global constants.
define( 'SECURITY_TXT_MANAGER_VERSION', '1.0' );
define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.1' );
define( 'SECURITY_TXT_MANAGER_PLUGIN_FILE', __FILE__ );
define( 'SECURITY_TXT_MANAGER_URL', plugin_dir_url( __FILE__ ) );
define( 'SECURITY_TXT_MANAGER_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: security.txt, security, responsible disclosure, bug bounty
Requires at least: 5.7
Tested up to: 6.3
Requires PHP: 7.2
Stable tag: 1.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://handyplugins.co/donate/
Expand Down Expand Up @@ -74,6 +74,9 @@ No. The plugin handles ".well-known/security.txt" and "security.txt" requests fo

== Changelog ==

= 1.0.1 (22 July, 2023) =
* Tested with WP 6.3

= 1.0 (15 June, 2023) =
* First release

Expand Down

0 comments on commit 73b820f

Please sign in to comment.