Changeset 2172063
- Timestamp:
- 10/12/2019 04:37:04 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
r2172058 r2172063 5 5 Tested up to: 5.2.3 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 ### Usage 26 26 27 -ShortCode27 #### 1. ShortCode 28 28 29 29 ``` … … 31 31 ``` 32 32 33 -Widget33 #### 2. Widget 34 34 35 35 Go to wordpress admin panel to Appearance > Widget. 36 36 37 -Call function37 #### 3. Call function 38 38 39 ``` php40 <?php wp_github_card_user(array( "user" => "ineo6" ))?> 39 ``` 40 wp_github_card_user(array( "user" => "ineo6" )) 41 41 ``` 42 42 … … 60 60 ## Changelog 61 61 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) = 66 63 * Update readme. 67 64 -
card-for-github/trunk/wp-github-card.php
r2172058 r2172063 4 4 * Plugin URI: https://github.com/ineo6/github-card 5 5 * Description: GitHub 仓库卡片,支持短代码、Widget展示,同时提供用户仓库一览接口,让你可以在页面中展示。 6 * Version: 1.0. 26 * Version: 1.0.3 7 7 * Author: Neo 8 8 * Author URI: http://idayer.com
Note: See TracChangeset
for help on using the changeset viewer.