Plugin Directory

Changeset 1666422


Ignore:
Timestamp:
05/29/2017 12:26:53 PM (9 years ago)
Author:
czp3009
Message:

edit readme.txt

Location:
wp-lottery/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-lottery/trunk/readme.txt

    r1666418 r1666422  
    33Donate link: https://www.hiczp.com/
    44Tags: comments, spam
    5 Requires at least: 4.7.5
     5Requires at least: 4.0.0
    66Tested up to: 4.7.5
    77Stable tag: 4.7.5
     
    1717== Installation ==
    1818
    19 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly.
    20 2. Activate the plugin through the 'Plugins' screen in WordPress
     191. 安装插件
     20
     212. 启用插件
     22
    21233.在一篇文章中插入如下字符串 [wordpress_lottery]
     24
    22254.保存文章, 返回前台查看文章
     26
    23275.登录 WordPress 后, 在输入框中输入获奖名额并点击按钮
    24 
    25 == Frequently Asked Questions ==
    26 
    27 = A question that someone might have =
    28 
    29 An answer to that question.
    30 
    31 = What about foo bar? =
    32 
    33 Answer to foo bar dilemma.
    3428
    3529== Changelog ==
     
    5347= 0.1 =
    5448完成基础功能
    55 
    56 == Arbitrary section ==
    57 
    58 You may provide arbitrary sections, in the same format as the ones above.  This may be of use for extremely complicated
    59 plugins where more information needs to be conveyed that doesn't fit into the categories of "description" or
    60 "installation."  Arbitrary sections will be shown below the built-in sections outlined above.
    61 
    62 == A brief Markdown Example ==
    63 
    64 Ordered list:
    65 
    66 1. Some feature
    67 1. Another feature
    68 1. Something else about the plugin
    69 
    70 Unordered list:
    71 
    72 * something
    73 * something else
    74 * third thing
    75 
    76 Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax].
    77 Titles are optional, naturally.
    78 
    79 [markdown syntax]: http://daringfireball.net/projects/markdown/syntax
    80             "Markdown is what the parser uses to process much of the readme file"
    81 
    82 Markdown uses email style notation for blockquotes and I've been told:
    83 > Asterisks for *emphasis*. Double it up  for **strong**.
    84 
    85 `<?php code(); // goes in backticks ?>`
  • wp-lottery/trunk/wordpress-lottery.php

    r1666419 r1666422  
    1111Plugin URI: https://github.com/czp3009/wordpress-lottery
    1212Description: WordPress抽奖插件
    13 Version: 1.3
     13Version: 1.4
    1414Author: czp3009
    1515Author URI: https://www.hiczp.com
Note: See TracChangeset for help on using the changeset viewer.