Open heibie opened 5 years ago
Hello, I'm querying the WordPress-org-API to get informations update Plugins. e.g. i use: = ImportJSON("http://api.wordpress.org/plugins/info/1.0/duplicate-post.json";"/version"; "noHeaders, noInherit, noTruncate") to output the current plugin-version in my sheet.
The "version"-Field is fetched correctly, but it also fetches the values of the "versions"-Field, which i don't need. Is there a way to exclude them?
Thanks in advance Heiko
I was able to resolve this by making the following change.
Work also for me. Thanks!
Worked for me too :) thank you!
Hello, I'm querying the WordPress-org-API to get informations update Plugins. e.g. i use: = ImportJSON("http://api.wordpress.org/plugins/info/1.0/duplicate-post.json";"/version"; "noHeaders, noInherit, noTruncate") to output the current plugin-version in my sheet.
The "version"-Field is fetched correctly, but it also fetches the values of the "versions"-Field, which i don't need. Is there a way to exclude them?
Thanks in advance Heiko