=== Super annotation ===

Contributors: EVENTTEX, winsa27
Tags: Annotation plugins, Commentary plugins
Requires at least Wordpress : 6.1
Tested up to: 6.5.5
Stable tag: 1.0.1
Requires PHP: 7.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

=== Description ===

Allows to add an extra column on the plugin page to quickly add a note in front of each plugin.

=== Installation in Wordpress admin ===

1. Go to your WordPress administration `Extensions > Add`

2. Search for `Super Annotation` (use the search form)

3. Click the Install and Activate button of the extension

=== Installation FTP ===

1. Download the full `super-annotation` folder to the `/wp-content/plugins/` directory

2. Activate the extension from the 'Extension' menu in WordPress

=== Adding an annotation ===

On the plugins page an input field appears on each line allowing you to add an annotation

1. Select the plugin concerned by the annotation

2. Add your annotation and click on the ADD button

=== Deleting an annotation ===

1. Select the plugin concerned by the annotation

2. Delete your annotation by clicking on the DELETE button

=== Display of annotation columns ===

You can choose whether or not to display the columns relating to the Super Annotation 
plugins by clicking on the eye icon at the top right of your Wordpress administration.

== Changelog ==

= 1.0.1 =
* Initial release.
= 1.0.2 =
* Added a function to empty the input field after saving
= 1.0.3 =
* Added a function that allows you to complete an existing note
* Added a confirmation green message for an added note
* Defining the width of the annotation column
= 1.0.4 =
* Minor fix CSS
= 1.0.5 =
* Testing compatibility with Wordpress 6.5.5