• Resolved studiograsshopper

    (@studiograsshopper)


    I love this plugin and use it extensively on my site.

    Are there any plans to add the ability to pull in the plugin image (SVN assets directory)? This would be really cool.

    Also, it would be greta if the metabox list of shortcodes could be updated to include some hidden ones, such as [plugin installation] and [plugin faq]?

    Finally, the Donate link would be great to have as a shortcode.

    Keep up the good work – it’s a great plugin.

    http://wordpress.org/extend/plugins/plugin-info/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    I don’t currently plan on making any updates to the plugin. It’s one of those plugins that I built and got it to the point where it did what I wanted, and I’m not particularly interested in updating it. It still works fine, of course.

    No promises, but I might find some time to look at the API to see if it supports plugin images or the donate link, but I haven’t seen any mention of it.

    Thread Starter studiograsshopper

    (@studiograsshopper)

    Indeed, it works perfectly.

    Thanks!

    Samuel Aguilera

    (@samuelaguilera)

    Indeed it works pretty well, but maybe a little fix should be done.

    Everytime you edit a post or page where using this plugin, the ‘plugin’ and ‘plugin-info’ post meta fields are created again.

    So if you save changes on the post/page 5 times, you’ll end with 5 plugin meta fields and 5 plugin-info meta fields…

    To fix it simply add true parameter to add_post_meta. Change line 228 to:

    add_post_meta( $post_ID, 'plugin', $plugin, true );

    And line 230 to:

    add_post_meta( $post_ID, 'plugin-info', $plugin_info, true );

    Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Hi folks,

    I’ve just updated the plugin to fix the post meta issue (thanks Samuel) and display those two missing fields in the admin screen meta box (thanks studiograsshopper).

    Unfortunately there is no API support for the donate link nor for screenshots beyond the all-encompassing screenshot list. I’ve opened tickets on Trac for each of these: http://core.trac.wordpress.org/ticket/23981 and http://core.trac.wordpress.org/ticket/23982.

    John

    Thread Starter studiograsshopper

    (@studiograsshopper)

    John,

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Any further development planned?’ is closed to new replies.