[wp-trac] [WordPress Trac] #18477: Action to return a plugin's SVN tags and tag info on API.WP.org

WordPress Trac wp-trac at lists.automattic.com
Fri Sep 23 03:03:54 UTC 2011


#18477: Action to return a plugin's SVN tags and tag info on API.WP.org
--------------------------------+----------------------------
 Reporter:  sc0ttkclark         |       Owner:  nacin
     Type:  enhancement         |      Status:  closed
 Priority:  normal              |   Milestone:  WordPress.org
Component:  WordPress.org site  |     Version:
 Severity:  normal              |  Resolution:  fixed
 Keywords:                      |
--------------------------------+----------------------------
Changes (by nacin):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Try this:

 `plugins_api( 'plugin_information', array( 'slug' => $plugins, 'fields' =>
 array( 'versions' => true ) ) );`

 It returns the same data that's on WP.org /download/ pages.

 Note that our own DB doesn't store tags; it reads these directly from SVN.
 So if you want modified dates you can pull them manually from SVN.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18477#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list