1

I've updated my plugin and I can see the updated text on the plugin page but I don't see any of the screenshots or header image. Is it possible that the cache will move the image files over later? Or did I do something syntactically wrong so they are not showing up?

FYI I did run my readme file through the WordPress readme file validator.

1 Answer 1

2

Typically any plugin changes take 15minutes to be reflected on the plugin's pages in the repo.

Did you upload the screenshots and header image to the /assets/ folder of the repo?

6
  • 1
    Looks like your /assets/ folder is in the wrong place. The /assets/ folder should be in the root of your plugin repo, in the same directory as your /branches/, /tags/ and /trunk/ folders. Commented Sep 22, 2012 at 2:58
  • Thanks for the heads up. It looks like the bash svn-deployment script I found doesn't work very well. I suppose I'll either have to tweak the script or look into git-svn. Commented Sep 22, 2012 at 3:25
  • I'll contact the author of the svn-deployment script: thereforei.am/2011/04/21/… Commented Sep 22, 2012 at 3:32
  • No problem. You can also put the screenshot files in your latest tag's root folder. Commented Sep 22, 2012 at 3:32
  • Hmm, I'm having some trouble modifying the deployment script. Lines 75-78. I'm guessing I'm forgetting some sort of commit? Commented Sep 22, 2012 at 18:34

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.