Plugin Directory

Changeset 2172066


Ignore:
Timestamp:
10/12/2019 04:41:27 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

    r2172063 r2172066  
    55Tested up to: 5.2.3
    66Requires PHP: 5.6
    7 Stable tag: 1.0.3
     7Stable tag: 1.0.4
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727#### 1. ShortCode
    2828
    29 ```
    30 [ghCard owner="ineo6" name="mini-deploy"]
    31 ```
     29`[ghCard owner='ineo6' name='mini-deploy']`
    3230
    3331#### 2. Widget
     
    3735#### 3. Call function
    3836
    39 ```
    40 wp_github_card_user(array( "user" => "ineo6" ))
    41 ```
     37`wp_github_card_user(array( 'user' => 'ineo6' ))`
    4238
    4339## Installation
     
    6056## Changelog
    6157
    62 = 1.0.3 (2019-10-12) =
     58= 1.0.4 (2019-10-12) =
    6359* Update readme.
    6460
  • card-for-github/trunk/wp-github-card.php

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