• Hi,

    I’m the author of this plugin. I recently fixed some bugs, changed the stable release tag, and copied the plugin to that subdir in the tags dir, and have checked in the plugin. However, the plugin page still says to download version 1.1, and I’m not being notified to update from within WordPress.

    Is there anything else I need to do to push out and update?
    Like I said, I’ve all ready:
    1. Changed the stable release tag to 1.1
    2. Copied the trunk to tags/1.1
    3. Checked in the new version

    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter srcoley

    (@srcoley)

    This might help troubleshoot:

    If you go to the site now and download the plugin, it will have all of the 1.1 updates in it.

    Not sure if that helps, but I hope so.

    Thread Starter srcoley

    (@srcoley)

    Tried going through the steps again for a 1.2 update.

    If you download the plugin, you will get 1.2, but it says it’s downloading 1.0 and it still hasn’t pushed out an update.

    Anyone have any ideas?

    I’m having the same issue. Do we need to have specific code in our plugin to notify people?

    Thread Starter srcoley

    (@srcoley)

    I discovered the issue some time ago. I apologize for not posting the solution.

    Here’s how I fixed mine.
    So you probably tagged the new version and set that version as the stable tag in both the trunk and the mentioned tagged folder, BUT

    You still need to change the version number in your main plugin file.

    For Random Quotes, the main plugin file is rq.php. Once I changed the version in that file, it updated within 15 minutes.

    Hope this helps.

    Hi thank you for the reply. I actually changed it as far as I know. Here is what I had before.

    Plugin Name: FoxyPress
    Plugin URI: http://www.webmovementllc.com/foxypress/forum
    Description: FoxyPress is a WP + FoxyCart E-commerce plugin to easily integrated FoxyCart into your site and add items to your WordPress pages/posts
    Author: WebMovement, LLC
    Version: 0.1
    Author URI: http://www.webmovementllc.com/

    Then I changed it to
    Plugin Name: FoxyPress
    Plugin URI: http://www.webmovementllc.com/foxypress/forum
    Description: FoxyPress is a WP + FoxyCart E-commerce plugin to easily integrated FoxyCart into your site and add items to your WordPress pages/posts
    Author: WebMovement, LLC
    Version: 0.1.0
    Author URI: http://www.webmovementllc.com/

    So I would imagine it should have worked? Or is there an actual php variable I should be setting, not just the comment section.

    I appreciate the help.
    Adam

    Thread Starter srcoley

    (@srcoley)

    Nope. No PHP variables are involved.
    Did you change the version number in the readme.txt file as well?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: Random Quotes]Not Sending Out Auto Update’ is closed to new replies.