I’m having major trouble getting the screenshots to show in my plugin.
I have validated the readme file and placed the screenshots in both the /trunk
and /tags/1.0
directories (1.0 is stable). I have looked at many search results and quite a few existing plugins to see what I’m doing different but I’m failing to see what, if anything, I am doing wrong.
The output of running pngcheck is
$ pngcheck trunk/*.png
OK: trunk/screenshot-1.png (1418x761, 24-bit RGB, non-interlaced, 98.4%).
OK: trunk/screenshot-2.png (699x373, 24-bit RGB, non-interlaced, 77.6%).
OK: trunk/screenshot-3.png (370x701, 24-bit RGB, non-interlaced, 70.1%).
OK: trunk/screenshot-4.png (935x331, 24-bit RGB, non-interlaced, 93.8%).
No errors were detected in 4 of the 4 files tested.
The plugin repo is at http://plugins.svn.wordpress.org/tel-link-obfuscate/
The screenshots section of the WP plugin page just displays the description of the plugin
Obviously any help is appreciated and until then I’ll just have to live without screenshots on my plugin page.
If it’s the first time you are using the assets folder, do not forget to:
svn add assets/*
and commit the updates. 😉
I was wondering why my banner image / screenshots were not showing and realized I didn’t even add them to SVN!
HTH!
Given that the
readme.txt
was ok and there was no apparent problem with the image files, I’m inclined to think it was a bug in the system, and in such cases it should be reported toplugins@wordpress.org
.Anyway, since december 2012, the root folder
/assets
[1] is being used to store the screenshots files as well as the header images (or banner files).The main reason is that the screenshots are rarely used by plugins itself and simply inflate the zip file size.
Important notes from the article that announces the change: my emphasis
[1] optional directory that sits alongside the /tags and /trunk directories