Plugin Directory

Changeset 2172050


Ignore:
Timestamp:
10/12/2019 03:20:31 AM (6 years ago)
Author:
ineo6
Message:

Update readme

Location:
card-for-github/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • card-for-github/trunk/readme.txt

    r2172045 r2172050  
    1 === Card For GitHub ===
    2 Contributors: neo
     1# Card For GitHub
     2Contributors: ineo6
    33Tags: GitHub,card,code,repo
    44Requires at least: 4.0
    55Tested up to: 5.2.3
    66Requires PHP: 5.6
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1111Add [GitHub](https://github.com/) repository card into wordpress.
    1212
    13 == Description ==
     13## Description
    1414
    1515Add [GitHub](https://github.com/) repository card into wordpress.
     
    1717在 WordPress 文章/页面中嵌入 [GitHub](https://github.com/) 仓库卡片。
    1818
    19 功能:
     19### Feature
    2020
    21 1. 短代码嵌入仓库卡片
     21- Support shortCode to display Card
     22- Support widget
     23- Provide call function
    2224
    23 [ghCard owner="ineo6" name="mini-deploy"]
     25### Usage
    2426
    25 2. 页面中嵌入用户和仓库卡片一览
     27- ShortCode
    2628
    27 `<?php wp_github_card_user(array( 'user' => 'ineo6' ))?>`
     29`[ghCard owner="ineo6" name="mini-deploy"]`
    2830
    29 3. 提供Widget组件
     31- Widget
    3032
    31 == Installation ==
     33Go to wordpress admin panel to Appearance > Widget.
     34
     35- Call function
     36
     37`<?php wp_github_card_user(array( "user" => "ineo6" ))?>`
     38
     39## Installation
    3240
    33411. Upload the plugin to your `/wp-content/plugins/` directory.
    34    上传插件到您的 WordPress 插件目录。
     422. Activate the plugin through the 'Plugins' menu in WordPress.
     433. (Optional) Fill in your GitHub personal access token in plugin options page.
    3544
    36 2. Activate the plugin through the 'Plugins' menu in WordPress.
    37    登录后台激活插件。
     45--
    3846
    39 3. (Optional) Fill in your GitHub personal access token in plugin options page.
    40    (可选)在插件设置页面填写你的 GitHub 个人访问令牌。
     471. 上传插件到您的 WordPress 插件目录。
     482. 登录后台激活插件。
     493. (可选)在插件设置页面填写你的 GitHub 个人访问令牌。
    4150
    42 == Screenshots ==
     51## Screenshots
    4352
    44531. Github Card
    45 2. Generate a GitHub personal access token
     542. Generate GitHub personal access token
    4655
    47 == Changelog ==
     56## Changelog
     57
     58= 1.0.1 (2019-10-12) =
     59* Update readme.
    4860
    4961= 1.0.0 (2019-10-01) =
  • card-for-github/trunk/wp-github-card.php

    r2172045 r2172050  
    44 * Plugin URI: https://github.com/ineo6/github-card
    55 * Description: GitHub 仓库卡片,支持短代码、Widget展示,同时提供用户仓库一览接口,让你可以在页面中展示。
    6  * Version: 1.0.0
     6 * Version: 1.0.1
    77 * Author: Neo
    88 * Author URI: http://idayer.com
Note: See TracChangeset for help on using the changeset viewer.