• I installed version 1.4.1 of MP3-jPlayer using Subversion, but WP’s admin panel thinks that I have version 1.3.1 and is telling me to upgrade.

    Specifically, I added this line to svn:externals:
    mp3-jplayer https://plugins.svn.www.ads-software.com/mp3-jplayer/trunk/

    Then I ran SVN update, and it fetched and installed MP3-jPlayer just fine. When I look in the plugin’s directory, the readme.txt shows that it’s version 1.4.1.

    But WP’s admin panel thinks that it’s version 1.3.1 and is telling me that an upgrade is available.

    This is a brand-spanking-new installation of WP, and I have never installed any other version of the plugin, so something is going wrong in how mp3-jPlayer is reporting its version number to the WP admin panel.

    For now, I’m ignoring the admin panel’s warning, since I do have the latest version of the plugin, but it would be nice not to get this error message.

    (Note: I don’t think I’m doing anything wrong using Subversion. I was able to update Akismet with no problem, and the WP admin panel sees its correct version number.)

    Thanks!

    https://www.ads-software.com/extend/plugins/mp3-jplayer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bhagerty

    (@bhagerty)

    Well, now I see the problem:

    In the readme.txt, you say this is 1.4.1.

    But this file still says it’s version 1.3.1:

    https://plugins.svn.www.ads-software.com/mp3-jplayer/trunk/mp3jplayer.php

    So perhaps you just need to change the version number in that file (assuming that it is really the 1.4.1 code.)

    Plugin Author simon.ward

    (@simonward-1)

    The reason is that trunk does NOT contain the latest version.

    If you took it from trunk you’ll have v 1.3.1 (as confirmed by your admin) so you’ll probably want to update this.

    The releases are all in the ‘tags’ folder, so via subversion the path to the current release would be:

    plugins.svn.www.ads-software.com/mp3-jplayer/tags/1.4.1/

    The readme file in trunk always states the latest version (the stable tag), this is necessary and not an error.

    Simon

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: MP3-jPlayer] WP Admin Panel seems to have the wrong version number’ is closed to new replies.