Plugin Directory

Changeset 1726794

Timestamp:
09/08/2017 01:06:16 PM (7 years ago)
Author:
muratbtn
Message:

yukleme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mobil-cihazlar-icin-hizli-iletisim/trunk/readme.txt

    r1726774 r1726794  
    1 === Mobil Cihazla İçin Hızlı İletişim ===
     1=== ===
    22Contributors: Murat Bütün
    3 Donate link:
    4 Tags:
    5 License: GPLv3
    6 License URI: http://www.gnu.org/licenses/gpl-3.0.html
    7 Requires at least: 3.5
    8 Tested up to: 3.5
    9 Stable tag: 0.1
     3Donate link:
     4Tags:
     5Requires at least: 4.6
     6Tested up to: 4.8.1
     7Stable tag: 1.0
     8License: GPLv2 or later
     9License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Mobil Cihazlar İçin Hızlı İletişim Eklentisi
     11Here is a short description of the plugin.  This should be no more than 150 characters.  No markup here.
    1212
    1313== Description ==
    1414
    15 Mobil Cihazlardan Sitenize Giren Ziyaretçileriniz İçin Hızlı Telefon Araması ve WhatsApp'dan Mesaj Gönderme Butonu Ekler
     15This is the long description.  No limit, and you can use Markdown (as well as in the following sections).
     16
     17For backwards compatibility, if this section is missing, the full length of the short description will be used, and
     18Markdown parsed.
     19
     20A few notes about the sections above:
     21
     22*   "Contributors" is a comma separated list of wordpress.org usernames
     23*   "Tags" is a comma separated list of tags that apply to the plugin
     24*   "Requires at least" is the lowest version that the plugin will work on
     25*   "Tested up to" is the highest version that you've *successfully used to test the plugin*. Note that it might work on
     26higher 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/` for
     28stable.
     29
     30    Note that the `readme.txt` of the stable tag is the one that is considered the defining one for the plugin, so
     31if the `/trunk/readme.txt` file says that the stable tag is `4.3`, then it is `/tags/4.3/readme.txt` that'll be used
     32for displaying information about the plugin.  In this situation, the only thing considered from the trunk `readme.txt`
     33is the stable tag pointer.  Thus, if you develop in trunk, you can update the trunk `readme.txt` to reflect changes in
     34your in-development version, without having that information incorrectly disclosed about the current stable version
     35that 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 where
     38you put the stable version, in order to eliminate any doubt.
    1639
    1740== Installation ==
    1841
    19 Eklentiyi yüklemek için bu linki inceleyiniz. https://www.muratbutun.com/egitim/wordpress-eklenti-yukleme
     42This section describes how to install the plugin and get it working.
     43
     44e.g.
     45
     461. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
     471. Activate the plugin through the 'Plugins' screen in WordPress
     481. Use the Settings->Plugin Name screen to configure the plugin
     491. (Make your instructions match the desired user flow for activating and installing your plugin. Include any steps that might be needed for explanatory purposes)
     50
    2051
    2152== Frequently Asked Questions ==
    2253
     54
     55
     56
     57
     58
     59
     60
    2361
    2462== Screenshots ==
    2563
    26 screenshot-1.jpg
    27 screenshot-2.jpg
     641. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
     65the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets
     66directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`
     67(or jpg, jpeg, gif).
     682. This is the second screen shot
    2869
    2970== Changelog ==
    3071
    31 = 0.1 =
    32 - Initial Revision
     72= 1.0 =
     73* A change since the previous version.
     74* Another change.
     75
     76= 0.5 =
     77* List versions from most recent at top to oldest at bottom.
     78
     79== Upgrade Notice ==
     80
     81= 1.0 =
     82Upgrade notices describe the reason a user should upgrade.  No more than 300 characters.
     83
     84= 0.5 =
     85This version fixes a security related bug.  Upgrade immediately.
     86
     87== Arbitrary section ==
     88
     89You may provide arbitrary sections, in the same format as the ones above.  This may be of use for extremely complicated
     90plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
     91"installation."  Arbitrary sections will be shown below the built-in sections outlined above.
     92
     93== A brief Markdown Example ==
     94
     95Ordered list:
     96
     971. Some feature
     981. Another feature
     991. Something else about the plugin
     100
     101Unordered list:
     102
     103* something
     104* something else
     105* third thing
     106
     107Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
     108Titles are optional, naturally.
     109
     110[markdown syntax]: http://daringfireball.net/projects/markdown/syntax
     111            "Markdown is what the parser uses to process much of the readme file"
     112
     113Markdown uses email style notation for blockquotes and I've been told:
     114> Asterisks for *emphasis*. Double it up  for **strong**.
     115
     116`<?php code(); // goes in backticks ?>`
Note: See TracChangeset for help on using the changeset viewer.