Plugin Directory

Changeset 2593023


Ignore:
Timestamp:
09/03/2021 02:54:05 AM (5 years ago)
Author:
diurno10
Message:

Update readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-tooltipfy/trunk/readme.txt

    r2593018 r2593023  
    11=== Simple Tooltipfy ===
    2 Contributors:      The WordPress Contributors
    3 Tags:              block
     2Contributors: diurno10
     3Donate link: https://federicocadierno.com
     4Tags:              block, tooltip, extra information to display, fancy tooltip
     5Requires at least: 5.4
    46Tested up to:      5.8.0
    5 Stable tag:        0.1.0
    6 License:           GPL-2.0-or-later
     7Stable tag:        1.4
     8Requires PHP:      7.0
     9License:           GPLv2 or later
    710License URI:       https://www.gnu.org/licenses/gpl-2.0.html
    811
    9 Example block written with ESNext standard and JSX support – build step required.
     12This plugin allows you to add more or extra information to a paragraph.
    1013
    1114== Description ==
    1215
    13 This is the long description. No limit, and you can use Markdown (as well as in the following sections).
     16This plugin can display anything extra information you need for your copy, also you can choose background color, tooltip direction and tooltip opacity as well.
    1417
    15 For backwards compatibility, if this section is missing, the full length of the short description will be used, and
    16 Markdown parsed.
     18== Frequently Asked Questions ==
     19
     20= Does this plugin work with any theme? =
    1721
    1822== Installation ==
    1923
    20 This section describes how to install the plugin and get it working.
    21 
    22 e.g.
    23 
    24 1. Upload the plugin files to the `/wp-content/plugins/simple-tooltipfy` directory, or install the plugin through the WordPress plugins screen directly.
    25 1. Activate the plugin through the 'Plugins' screen in WordPress
    26 
    27 
    28 == Frequently Asked Questions ==
    29 
    30 = A question that someone might have =
    31 
    32 An answer to that question.
    33 
    34 = What about foo bar? =
    35 
    36 Answer to foo bar dilemma.
    37 
    38 == Screenshots ==
    39 
    40 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
    41 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
    42 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
    43 (or jpg, jpeg, gif).
    44 2. This is the second screen shot
     241. Upload the plugin to the /wp-content/plugins/ directory.
     252. Activate the Simple Tooltipfy WordPress plugin through the 'Plugins' menu in WordPress.
     263. Add a new block on your page and look for Simple Tooltipfy.
    4527
    4628== Changelog ==
    4729
    48 = 0.1.0 =
    49 * Release
     30= 0.1.4 =
     31* Initial release.
    5032
    51 == Arbitrary section ==
    52 
    53 You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
    54 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
    55 "installation." Arbitrary sections will be shown below the built-in sections outlined above.
Note: See TracChangeset for help on using the changeset viewer.