Closed rahul286 closed 12 years ago
WordPress SVN supports assest folder which holds a banner image for wordpress.org repo homepage and also screenshots for plugin.
Sample: http://plugins.svn.wordpress.org/nginx-helper/assets/
As assets contains images only we can create a folder like img/assets/ BUT we will not put in SVN trunk or tags.
img/assets/
We will copy in SVN plugin repo root - http://plugins.svn.wordpress.org/nginx-helper/
We can also maintain this folder in plugin-root but it will create clutter...
Now README.md File Support SVN assets/banner-772x250.{png,jpg} Files https://github.com/rtCamp/wp-plugin-bootstrap/commit/63800537c538aa31414eb431096f2cb13dcb095d
WordPress SVN supports assest folder which holds a banner image for wordpress.org repo homepage and also screenshots for plugin.
Sample: http://plugins.svn.wordpress.org/nginx-helper/assets/
As assets contains images only we can create a folder like
img/assets/
BUT we will not put in SVN trunk or tags.We will copy in SVN plugin repo root - http://plugins.svn.wordpress.org/nginx-helper/
We can also maintain this folder in plugin-root but it will create clutter...