Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
austinheap committed Jan 7, 2019
1 parent b70490b commit 4eea897
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions trunk/README.txt
Expand Up @@ -55,6 +55,9 @@ While the specification explicitly allows for more than one `Contact` directive,

== Changelog ==

= 1.0.1 =
* Fix for PHP 7.2+.

= 1.0.0 =
* Initial release.

Expand Down
2 changes: 1 addition & 1 deletion trunk/includes/class-wordpress-security-txt.php
Expand Up @@ -72,7 +72,7 @@ public function __construct()
if (defined('WORDPRESS_SECURITY_TXT_VERSION')) {
$this->version = WORDPRESS_SECURITY_TXT_VERSION;
} else {
$this->version = '1.0.0';
$this->version = '1.0.1';
}
$this->plugin_name = 'wordpress-security-txt';

Expand Down
2 changes: 1 addition & 1 deletion trunk/wordpress-security-txt.php
Expand Up @@ -32,7 +32,7 @@
define('WORDPRESS_SECURITY_TXT_FILE', plugin_basename(__FILE__));
}

define('WORDPRESS_SECURITY_TXT_VERSION', '1.0.0');
define('WORDPRESS_SECURITY_TXT_VERSION', '1.0.1');

/**
* The code that runs during plugin activation.
Expand Down

0 comments on commit 4eea897

Please sign in to comment.