Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Mar 19, 2024
1 parent a1e2d1a commit 1facd31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 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.1",
"version": "1.0.2",
"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.1
* Version: 1.0.2
* 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.1' );
define( 'SECURITY_TXT_MANAGER_VERSION', '1.0.2' );
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
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: handyplugins, m_uysl
Tags: security.txt, security, responsible disclosure, bug bounty
Requires at least: 5.7
Tested up to: 6.4
Tested up to: 6.5
Requires PHP: 7.2
Stable tag: 1.0.1
Stable tag: 1.0.2
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 @@ -76,6 +76,10 @@ No. The plugin handles ".well-known/security.txt" and "security.txt" requests fo

== Changelog ==

= 1.0.2 (19 March, 2024) =
* Tested with WP 6.5
* Dependency updates.

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

Expand Down

0 comments on commit 1facd31

Please sign in to comment.