Plugin Directory

Changeset 2172058


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

    r2172050 r2172058  
    55Tested up to: 5.2.3
    66Requires PHP: 5.6
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2727- ShortCode
    2828
    29 `[ghCard owner="ineo6" name="mini-deploy"]`
     29```
     30[ghCard owner="ineo6" name="mini-deploy"]
     31```
    3032
    3133- Widget
     
    3537- Call function
    3638
    37 `<?php wp_github_card_user(array( "user" => "ineo6" ))?>`
     39```php
     40<?php wp_github_card_user(array( "user" => "ineo6" ))?>
     41```
    3842
    3943## Installation
     
    5660## Changelog
    5761
     62= 1.0.2 (2019-10-12) =
     63* Update readme.
     64
    5865= 1.0.1 (2019-10-12) =
    5966* Update readme.
  • card-for-github/trunk/wp-github-card.php

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