Changeset 2345092
- Timestamp:
- 07/23/2020 12:02:13 AM (6 years ago)
- File:
-
- 1 edited
-
orderbee/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
orderbee/trunk/README.txt
r2345086 r2345092 2 2 Contributors: (this should be a list of wordpress.org userid's) 3 3 Donate link: https://www.orderbee.be 4 Tags: comments, spam4 Tags: ordermanagement 5 5 Requires at least: 3.0.1 6 Tested up to: 3.47 Stable tag: 4.36 Tested up to: 5.4.2 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Here is a short description of the plugin. This should be no more than 150 characters. No markup here.11 this plugin will simply help you connect to OrderBee. You must be a user of OrderBee to use this plugin. 12 12 13 13 == Description == 14 14 15 This is the long description. No limit, and you can use Markdown (as well as in the following sections).15 This plugin will simply help you connect to OrderBee. You must be a user of OrderBee to use this plugin. 16 16 17 For backwards compatibility, if this section is missing, the full length of the short description will be used, and18 Markdown parsed.19 20 A few notes about the sections above:21 22 * "Contributors" is a comma separated list of wp.org/wp-plugins.org usernames23 * "Tags" is a comma separated list of tags that apply to the plugin24 * "Requires at least" is the lowest version that the plugin will work on25 * "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on26 higher versions... this is just the highest one you've verified.27 * Stable tag should indicate the Subversion "tag" of the latest stable version, or "trunk," if you use `/trunk/` for28 stable.29 30 Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so31 if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used32 for displaying information about the plugin. In this situation, the only thing considered from the trunk `readme.txt`33 is the stable tag pointer. Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in34 your in-development version, without having that information incorrectly disclosed about the current stable version35 that lacks those changes -- as long as the trunk's `readme.txt` points to the correct stable tag.36 37 If no stable tag is provided, it is assumed that trunk is stable, but you should specify "trunk" if that's where38 you put the stable version, in order to eliminate any doubt.39 17 40 18 == Installation == 41 19 42 This section describes how to install the plugin and get it working.43 20 44 e.g. 45 46 1. Upload `orderbee.php` to the `/wp-content/plugins/` directory 47 1. Activate the plugin through the 'Plugins' menu in WordPress 48 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates 21 1. Install and activate OrderBee plugin 22 1. Go to Settings in OrderBee plugin and enter your OrderBee credentials. 23 1. Now the plugin will do all the rest for you. 49 24 50 25 == Frequently Asked Questions == 51 26 52 = A question that someone might have=27 = Is the plugin free? = 53 28 54 An answer to that question.29 Yes! No charges for this one. You only need your OrderBee connection. 55 30 56 = W hat about foo bar? =31 = Will this plugin change things on my WooCommerce? = 57 32 58 Answer to foo bar dilemma.33 No, only the things you would expect from OrderBee: the stock-amount, product price and the latest status of your orders. 59 34 60 35 == Screenshots == … … 68 43 == Changelog == 69 44 70 = 1.0 =71 * A change since the previous version.72 * Another change.45 = 1.0.1 = 46 * A first tested version of OrderBee plugin. 47 * Debugging login. 73 48 74 = 0.5=75 * L ist versions from most recent at top to oldest at bottom.49 = 1.0.0 = 50 * Launching OrderBee to WP Extensions 76 51 77 52 == Upgrade Notice == 78 53 79 = 1.0 =80 Upgrade notices describe the reason a user should upgrade. No more than 300 characters. 54 = 1.0.1 = 55 mandatory upgrade to ensure operation 81 56 82 = 0.5=83 This version fixes a security related bug. Upgrade immediately.57 = 1.0.0 = 58 No changes needed. 84 59 85 == Arbitrary section == 86 87 You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated 88 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or 89 "installation." Arbitrary sections will be shown below the built-in sections outlined above. 90 91 == A brief Markdown Example == 92 93 Ordered list: 94 95 1. Some feature 96 1. Another feature 97 1. Something else about the plugin 98 99 Unordered list: 100 101 * something 102 * something else 103 * third thing 104 105 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. 60 You don't use OrderBee yet? Please request your account at [OrderBee](https://www.orderbee.be/ "Bee The Best"). 106 61 Titles are optional, naturally. 107 108 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax109 "Markdown is what the parser uses to process much of the readme file"110 111 Markdown uses email style notation for blockquotes and I've been told:112 > Asterisks for *emphasis*. Double it up for **strong**.113 114 `<?php code(); // goes in backticks ?>`
Note: See TracChangeset
for help on using the changeset viewer.