Title: [Bug] missing versions in plugin json
Last modified: March 27, 2025

---

# [Bug] missing versions in plugin json

 *  [maltfield](https://wordpress.org/support/users/maltfield/)
 * (@maltfield)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/bug-missing-versions-in-plugin-json/)
 * This thread was created to report a bug in this plugin’s json on wordpress.org
    - [https://api.wordpress.org/plugins/info/1.0/woo-multi-currency.json](https://api.wordpress.org/plugins/info/1.0/woo-multi-currency.json)
 * The above file clearly states that the latest version is 2.2.7
 *     ```wp-block-code
       {  "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.wordpress.org/villatheme/\">VillaTheme</a>",
       ```
   
 * The problem is: the “versions” section doesn’t include any of the versions beyond
   2.1.12
 *     ```wp-block-code
         "versions": {    "2.1.12": "https://downloads.wordpress.org/plugin/woo-multi-currency.2.1.12.zip",    "2.1.14": "https://downloads.wordpress.org/plugin/woo-multi-currency.2.1.14.zip",    "2.1.7": "https://downloads.wordpress.org/plugin/woo-multi-currency.2.1.7.zip",    "2.1.8": "https://downloads.wordpress.org/plugin/woo-multi-currency.2.1.8.zip",    "2.1.9": "https://downloads.wordpress.org/plugin/woo-multi-currency.2.1.9.zip"  },
       ```
   
 * This breaks automation for tools that query the wordpress.org api to fetch updates
   for wordpress installs. For reference, here’s how this looks for another plugin.
   I’ll use ‘woocommerce’ as an example:
    - [https://api.wordpress.org/plugins/info/1.0/woocommerce.json](https://api.wordpress.org/plugins/info/1.0/woocommerce.json)
 *     ```wp-block-code
       {  "name": "WooCommerce",  "slug": "woocommerce",  "version": "9.7.1",... "versions": {    "3.0.0": "https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip",    "3.0.1": "https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip",    "3.0.2": "https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip",...    "9.7.0": "https://downloads.wordpress.org/plugin/woocommerce.9.7.0.zip",    "9.7.0-beta.1": "https://downloads.wordpress.org/plugin/woocommerce.9.7.0-beta.1.zip",    "9.7.0-rc.1": "https://downloads.wordpress.org/plugin/woocommerce.9.7.0-rc.1.zip",    "9.7.1": "https://downloads.wordpress.org/plugin/woocommerce.9.7.1.zip",    "9.8.0-beta.1": "https://downloads.wordpress.org/plugin/woocommerce.9.8.0-beta.1.zip",    "trunk": "https://downloads.wordpress.org/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 wordpress.org to include the current version.

Viewing 1 replies (of 1 total)

 *  [angelagrey](https://wordpress.org/support/users/angelagrey/)
 * (@angelagrey)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/bug-missing-versions-in-plugin-json/#post-18389239)
 * 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](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.

 * ![](https://ps.w.org/woo-multi-currency/assets/icon-128x128.gif?rev=3089832)
 * [CURCY - Multi Currency for WooCommerce - Smoothly on WooCommerce 9.x](https://wordpress.org/plugins/woo-multi-currency/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-multi-currency/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-multi-currency/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-multi-currency/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-multi-currency/reviews/)

## Tags

 * [api](https://wordpress.org/support/topic-tag/api/)
 * [automation](https://wordpress.org/support/topic-tag/automation/)
 * [json](https://wordpress.org/support/topic-tag/json/)
 * [wordpress api](https://wordpress.org/support/topic-tag/wordpress-api/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelagrey](https://wordpress.org/support/users/angelagrey/)
 * Last activity: [1 year, 2 months ago](https://wordpress.org/support/topic/bug-missing-versions-in-plugin-json/#post-18389239)
 * Status: not resolved