• Resolved bjornkraft

    (@bjornkraft)


    Hello

    We are updating our clients project from 8.8.1 to 9.5, and we install it via composer / wpackagist-plugin, and version 9.5 does not get a tag. Instead reference is trunk, and the url is using the timestamp param.

    This is how the change look in our git

    -"version": "8.8.1",
    +"version": "9.5",
    "source": {
    "type": "svn",
    "url": "https://plugins.svn.ww.wp.xz.cn/wp-seopress/",
    -"reference": "tags/8.8.1"
    +"reference": "trunk"
    },
    "dist": {
    "type": "zip",
    -"url": "https://downloads.wp.xz.cn/plugin/wp-seopress.8.8.1.zip"
    +"url": "https://downloads.wp.xz.cn/plugin/wp-seopress.zip?timestamp=1769506009"

    Do you know why it does not get a tag? When it should, since I can clearly see it in the svn, that you do have a 9.5 tag.

    The problem with the timestamp url is that it will always get latest version, so when you release next version, it will be automatically installed if we deploy the project after, regardless of, if we updated your plugin in or not. Making it impossible to do Quality Assurance before updating a plugin for a clients

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,

    we do have a tag on SVN as usual: https://plugins.svn.ww.wp.xz.cn/wp-seopress/tags/

    I’m not sure if we can do something about this from our side…

    Thread Starter bjornkraft

    (@bjornkraft)

    Hello, thanks for the reply.

    I did test it again now, and now for some reason it does install with a tag.

    -            "version": "8.8.1",
    + "version": "9.5",
    "source": {
    "type": "svn",
    "url": "https://plugins.svn.ww.wp.xz.cn/wp-seopress/",
    - "reference": "tags/8.8.1"
    + "reference": "tags/9.5"
    },
    "dist": {
    "type": "zip",
    - "url": "https://downloads.wp.xz.cn/plugin/wp-seopress.8.8.1.zip"
    + "url": "https://downloads.wp.xz.cn/plugin/wp-seopress.9.5.zip"
    },

    I have no clue why, but at least it is working now

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Perfect!

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

You must be logged in to reply to this topic.