• Resolved onlinediagnosticbd

    (@onlinediagnosticbd)


    Hi,I recently committed my plugin files to the WordPress SVN repository, and I can see them in Trac:?? https://plugins.trac.www.ads-software.com/browser/rapidresult/ However, my plugin page on www.ads-software.com still shows “Awaiting Data Upload” even though it has been more than 9 hours since my commit.Here’s what I’ve checked so far:? Files are in SVN – I ran svn ls https://plugins.svn.www.ads-software.com/rapidresult/ and confirmed that /trunk/ and other directories exist.? Correct readme.txt formatting – I validated it using the Readme Validator.? Stable Tag matches /tags/ version – My readme.txt has Stable tag: 1.0, and /tags/1.0/ exists.? Plugin header is correct – My main plugin file has the proper Plugin Name and Version fields.? Tried forcing a refresh – I made a minor edit to readme.txt and recommitted, but no change.Is there a delay in the system processing new plugin files, or could there be an issue on my end? Any help would be greatly appreciated!Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    try emailing [email protected]

    Thread Starter onlinediagnosticbd

    (@onlinediagnosticbd)

    Is there a delay in the system processing new plugin files, or could there be an issue on my end?

    One assumption I would make is that the name of the initial PHP file is unfavorable. This should either be index.php or (better) the plugin name. At the moment it is “resultpress.php” which is clearly different from the plugin slug. Rename this file to rapidresult.php (both in the trunk and in the tag).

    Thread Starter onlinediagnosticbd

    (@onlinediagnosticbd)

    Thanks threadi.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.