• Resolved marties

    (@marties)


    Hello,

    i was running flawlessly your plugin 4.0.23 under wp 6.5.5 and php 8.1.29 but can’t update to the last 2 versions, the update process tells me it’s done, after checking i am still in 4.0.23, i also tried with wp-cli with same result.
    As i didn’t see any way to export settings i am reluctant to delete and reinstall the last version as i may loose the settings.

    Any advices?

Viewing 4 replies - 1 through 4 (of 4 total)
  • I see the issue, the version numbering is wrong.

    They forgot to update their main .php file and the version number is still 4.0.23…. So, the update succeeds BUT, since that version number isn’t updated, the plugin still thinks it’s out-of-date.

    I downloaded the latest version here in WP.org and:

    In the readme.txt I have changed the stable tag to 4.0.25.

    And in press-permit-core.php I have changed in the first lines the version number as well, and on line 205 I changed it to this:

    define('PRESSPERMIT_VERSION', '4.0.25');

    I placed my updated files into the zip archive of my latest version download and uploaded that version of the plugin and the loop was gone 🙂

    Seeing this is a bug in the plugin, I expect a newer version like v4.0.25.1 or something to come out soon and my “hack” to go away.

    Thread Starter marties

    (@marties)

    thanks for the tip.

    Plugin Author Kevin Behrens

    (@kevinb)

    @marties @nekojonez The version tagging issue was already corrected. I wonder if you got a cached copy.

    Plugin Author Kevin Behrens

    (@kevinb)

    We just re-released as version 4.0.26 to force update package caches to refresh. Sorry about the confusion / inconvenience.

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