• Resolved Subharanjan

    (@subharanjan)


    I updated the plugin code here http://wordpress.org/plugins/debug-bar-actions-and-filters-addon/ to version 0.3. But, no upgrade notifications are displayed on the wp-admin. This is happening for users who are having the initial release of the plugin i.e. Version 0.11 (Stable Tag: trunk ).

    If I explicitly download the plugin version 0.2 from WordPress and install, it does show me notification for the Version 0.3.

    Any help is greatly appreciated !!

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s how versioning works. You’ve got your version numbers set up wrong.

    The way that version numbers work is that they work in order, but they are not decimal numbers (as most people think). They are “major version”.”minor version”.”build number”. As an example, these are in order from latest release to oldest release…

    1.0
    0.16
    0.11
    0.10
    0.9
    0.8
    0.7
    0.6
    0.5
    0.4
    0.3
    0.2.5
    0.2
    0.1

    So, in your case you’ve released version 0, revision 11. Not version 0.11. There’s a very big difference. 11 is higher then 2, so anyone that has 0.11 installed is 8 minor versions higher then version 0.3. That’s also why anyone that has version 0.2 can upgrade – version 2 is smaller then version 3.

    There’s more information on how it works in the PHP manual, so I’d suggest doing some reading to find out how it all works.

    Thread Starter Subharanjan

    (@subharanjan)

    Thanks Catacaustic !! I understand my fault. What I could have been used is 0.1.1 instead of 0.11 🙁 🙁

    Is there any way I can still send notification to upgrade ? Anyway I am going to update that version number in SVN repo.

    Thank you very much !!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No notification being displayed for plugin upgrade !!’ is closed to new replies.