Skip to content

Commit

Permalink
Updates changelog and readme files. Updates plugin description.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohillebrandt committed Feb 22, 2023
1 parent f1fb86b commit b7e1319
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
16 changes: 8 additions & 8 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ==

Expand All @@ -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? =

Expand All @@ -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.
2 changes: 1 addition & 1 deletion supervisor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7e1319

Please sign in to comment.