Changeset 2172066
- Timestamp:
- 10/12/2019 04:41:27 AM (6 years ago)
- Location:
- card-for-github/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
wp-github-card.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
card-for-github/trunk/readme.txt
r2172063 r2172066 5 5 Tested up to: 5.2.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 27 27 #### 1. ShortCode 28 28 29 ``` 30 [ghCard owner="ineo6" name="mini-deploy"] 31 ``` 29 `[ghCard owner='ineo6' name='mini-deploy']` 32 30 33 31 #### 2. Widget … … 37 35 #### 3. Call function 38 36 39 ``` 40 wp_github_card_user(array( "user" => "ineo6" )) 41 ``` 37 `wp_github_card_user(array( 'user' => 'ineo6' ))` 42 38 43 39 ## Installation … … 60 56 ## Changelog 61 57 62 = 1.0. 3(2019-10-12) =58 = 1.0.4 (2019-10-12) = 63 59 * Update readme. 64 60 -
card-for-github/trunk/wp-github-card.php
r2172063 r2172066 4 4 * Plugin URI: https://github.com/ineo6/github-card 5 5 * Description: GitHub 仓库卡片,支持短代码、Widget展示,同时提供用户仓库一览接口,让你可以在页面中展示。 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Neo 8 8 * Author URI: http://idayer.com
Note: See TracChangeset
for help on using the changeset viewer.