• This thread was created to report a bug in this plugin’s json on ww.wp.xz.cn

    The above file clearly states that the latest version is 2.2.7

    {
    "name": "CURCY – Multi Currency for WooCommerce – The best free currency exchange plugin – Run smoothly on WooCommerce 9.x",
    "slug": "woo-multi-currency",
    "version": "2.2.7",
    "author": "<a href=\"https://profiles.ww.wp.xz.cn/villatheme/\">VillaTheme</a>",

    The problem is: the “versions” section doesn’t include any of the versions beyond 2.1.12

      "versions": {
    "2.1.12": "https://downloads.wp.xz.cn/plugin/woo-multi-currency.2.1.12.zip",
    "2.1.14": "https://downloads.wp.xz.cn/plugin/woo-multi-currency.2.1.14.zip",
    "2.1.7": "https://downloads.wp.xz.cn/plugin/woo-multi-currency.2.1.7.zip",
    "2.1.8": "https://downloads.wp.xz.cn/plugin/woo-multi-currency.2.1.8.zip",
    "2.1.9": "https://downloads.wp.xz.cn/plugin/woo-multi-currency.2.1.9.zip"
    },

    This breaks automation for tools that query the ww.wp.xz.cn api to fetch updates for wordpress installs. For reference, here’s how this looks for another plugin. I’ll use ‘woocommerce’ as an example:

    {
    "name": "WooCommerce",
    "slug": "woocommerce",
    "version": "9.7.1",
    ...
    "versions": {
    "3.0.0": "https://downloads.wp.xz.cn/plugin/woocommerce.3.0.0.zip",
    "3.0.1": "https://downloads.wp.xz.cn/plugin/woocommerce.3.0.1.zip",
    "3.0.2": "https://downloads.wp.xz.cn/plugin/woocommerce.3.0.2.zip",
    ...
    "9.7.0": "https://downloads.wp.xz.cn/plugin/woocommerce.9.7.0.zip",
    "9.7.0-beta.1": "https://downloads.wp.xz.cn/plugin/woocommerce.9.7.0-beta.1.zip",
    "9.7.0-rc.1": "https://downloads.wp.xz.cn/plugin/woocommerce.9.7.0-rc.1.zip",
    "9.7.1": "https://downloads.wp.xz.cn/plugin/woocommerce.9.7.1.zip",
    "9.8.0-beta.1": "https://downloads.wp.xz.cn/plugin/woocommerce.9.8.0-beta.1.zip",
    "trunk": "https://downloads.wp.xz.cn/plugin/woocommerce.zip"
    },

    Note that the (truncated for for brevity) “versions” section includes *all* the versions — most importantly the current version 9.7.1.

    Please update your plugin on ww.wp.xz.cn to include the current version.

Viewing 1 replies (of 1 total)
  • Hi,

    Thank you for reaching out to us.

    That tag version hasn’t been in use since 2023. The latest version now is retrieved by the default link of WordPress based on this format: https://snipboard.io/ZqUcnb.jpg

    We will consider reuse it, maybe in the future though.

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘[Bug] missing versions in plugin json’ is closed to new replies.