Plugin Directory

Changeset 2172063


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

    r2172058 r2172063  
    55Tested up to: 5.2.3
    66Requires PHP: 5.6
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2525### Usage
    2626
    27 - ShortCode
     27#### 1. ShortCode
    2828
    2929```
     
    3131```
    3232
    33 - Widget
     33#### 2. Widget
    3434
    3535Go to wordpress admin panel to Appearance > Widget.
    3636
    37 - Call function
     37#### 3. Call function
    3838
    39 ```php
    40 <?php wp_github_card_user(array( "user" => "ineo6" ))?>
     39```
     40wp_github_card_user(array( "user" => "ineo6" ))
    4141```
    4242
     
    6060## Changelog
    6161
    62 = 1.0.2 (2019-10-12) =
    63 * Update readme.
    64 
    65 = 1.0.1 (2019-10-12) =
     62= 1.0.3 (2019-10-12) =
    6663* Update readme.
    6764
  • card-for-github/trunk/wp-github-card.php

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