diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c876a4..88ef2b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,7 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] -### Added +## [1.0.0] - 2023-02-22 - Initial release. diff --git a/README.md b/README.md index 6181218..d458a85 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ ![Supervisor](https://raw.githubusercontent.com/supervisorwp/supervisor/master/assets/images/supervisor-logo.png) -A plugin to help improve the performance of your WordPress site. +A plugin to help improve the performance of your WordPress install. diff --git a/readme.txt b/readme.txt index 5484851..315bf20 100644 --- a/readme.txt +++ b/readme.txt @@ -8,19 +8,19 @@ Stable tag: 1.0.0 License: GPLv3+ License URI: https://www.gnu.org/licenses/gpl-3.0.html -Supervisor is a plugin to help improve the performance of your WordPress site. +Supervisor is a plugin to help improve the performance of your WordPress install. == Description == -[Supervisor](https://supervisorwp.com) is a plugin to help improve the performance of your WordPress site. +[Supervisor](https://supervisorwp.com) is a plugin to help improve the performance of your WordPress install. -It detects some useful information regarding your site health, like the number of active transients and autoload options, and then displays them conveniently via the WordPress Dashboard. +It detects some useful information regarding your site's health and then displays them conveniently via the WordPress Dashboard. This plugin can help you improve your site performance by cleaning up the transients and deactivating autoload options. Supervisor also verifies the software versions in use by your server. -SSL certificate expiration dates are also checked and notifications for expired or near expiration SSL certificates are provided conveniently via the WordPress Dashboard. +Besides that, Supervisor also checks for your SSL certificate expiration date and notifies you via Dashboard when it is near expiration or expired. == Frequently Asked Questions == @@ -30,7 +30,7 @@ If you have any questions, you can post a new thread in our [Community Forum](ht We review it weekly and our team will be happy to assist you there. -For Premium Support, you can contact us through our [website](https://supervisorwp.com). +For Premium Support, you can contact us through the email tiago AT tiagohillebrandt DOT com. = Where can I report any bugs? = @@ -40,13 +40,13 @@ If you are not sure if something is a bug or not, you can always ask for guidanc = How can I translate Supervisor to my language? = -You can translate it to your language through the [WordPress translations platform](https://translate.wordpress.org/projects/wp-plugins/supervisor/stable). +You can translate it to your language through the [WordPress translations platform](https://translate.wordpress.org). = How can I contribute to the project? = -If you are a developer and want to contribute writing new features, enhancements, bug fixes, or tests, please send your Pull Requests to our [GitHub repository](https://github.com/supervisorwp/supervisor). +If you are a developer and want to contribute by writing new features, enhancements, bug fixes, or tests, please send your Pull Requests to our [GitHub repository](https://github.com/supervisorwp/supervisor). == Changelog == -= [1.0.0] 2023-02-20 = += [1.0.0] - 2023-02-22 = * Initial release. diff --git a/supervisor.php b/supervisor.php index dcbedec..08e0c11 100644 --- a/supervisor.php +++ b/supervisor.php @@ -2,7 +2,7 @@ /** * Plugin Name: Supervisor * Plugin URI: https://supervisorwp.com - * Description: A plugin to help improve the performance of your WordPress site. + * Description: A plugin to help improve the performance of your WordPress install. * Version: 1.0.0 * Author: Supervisor Team * Author URI: https://supervisorwp.com/contributors