Changeset 1832751
- Timestamp:
- 03/03/2018 12:51:07 PM (8 years ago)
- Location:
- cpt-list/trunk
- Files:
-
- 2 edited
-
cpt-list.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpt-list/trunk/cpt-list.php
r1270209 r1832751 2 2 /* 3 3 Plugin Name: CPT List 4 Plugin URI: http ://beek.jp/cpt-list/4 Plugin URI: https://github.com/yoshida-san/cpt-list 5 5 Description: Will add the custom post type list view shortcode and widget. 6 Version: 0.1. 06 Version: 0.1.1 7 7 Author: Satoshi Yoshida 8 Author URI: http ://beek.jp8 Author URI: https://github.com/yoshida-san/cpt-list 9 9 License: GPLv2 or later 10 10 */ -
cpt-list/trunk/readme.txt
r1270209 r1832751 3 3 Tags: custom, post, type, widget, shortcode, plugin 4 4 Requires at least: 4.1 5 Tested up to: 4. 36 Stable tag: 0.1. 05 Tested up to: 4.9.4 6 Stable tag: 0.1.1 7 7 License: GPLv2 or later 8 8 … … 11 11 == Description == 12 12 13 <p>Will add the custom post type list view shortcode and widget.</p> 14 <h4>Features</h4> 15 <ul> 16 <li>Add custom post list view shortcode</li> 17 <li>Add custom post list view widget</li> 18 </ul> 19 <p>[Document] http://beek.jp/cpt-list/ </p> 13 Will add the custom post type list view shortcode and widget. 14 15 Features 16 Add custom post list view shortcode 17 Add custom post list view widget 20 18 21 19 == Installation == … … 30 28 Create new. 31 29 32 = = Upgrade Notice ==30 = 0.1.1 = 33 31 34 = 0.1.0 = 35 36 Create new. 32 Test on WordPress4.9.4.
Note: See TracChangeset
for help on using the changeset viewer.