readme.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. === Tsu Financial Progress Block ===
  2. Contributors: The WordPress Contributors
  3. Tags: block
  4. Tested up to: 6.1
  5. Stable tag: 0.1.0
  6. License: GPL-2.0-or-later
  7. License URI: https://www.gnu.org/licenses/gpl-2.0.html
  8. Example block scaffolded with Create Block tool.
  9. == Description ==
  10. This is the long description. No limit, and you can use Markdown (as well as in the following sections).
  11. For backwards compatibility, if this section is missing, the full length of the short description will be used, and
  12. Markdown parsed.
  13. == Installation ==
  14. This section describes how to install the plugin and get it working.
  15. e.g.
  16. 1. Upload the plugin files to the `/wp-content/plugins/tsu-financial-progress-block` directory, or install the plugin through the WordPress plugins screen directly.
  17. 1. Activate the plugin through the 'Plugins' screen in WordPress
  18. == Frequently Asked Questions ==
  19. = A question that someone might have =
  20. An answer to that question.
  21. = What about foo bar? =
  22. Answer to foo bar dilemma.
  23. == Screenshots ==
  24. 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
  25. the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
  26. directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
  27. (or jpg, jpeg, gif).
  28. 2. This is the second screen shot
  29. == Changelog ==
  30. = 0.1.0 =
  31. * Release
  32. == Arbitrary section ==
  33. You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
  34. plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
  35. "installation." Arbitrary sections will be shown below the built-in sections outlined above.