Yahnis Elsts

Results 280 comments of Yahnis Elsts

*(I've edited your post to add syntax highlighting to the code blocks.)* Assuming that this is the whole code, it looks like it's missing something: you need to hook the...

Does your repository actually contain a tag named `v1.2` or is the update checker trying to load a non-existent tag for some reason? Also, what is the request just above...

That makes sense, the update checker will try to retrieve the stable tag if it's specified. And is there actually a tag named `v1.2`? Note that `v1.2` and `1.2` are...

The value of `Stable tag` should be exactly the same as the name of the tag. If the tag is called `1.2`, you should change readme.txt to say `Stable tag:...

The issue discussed here only applies to BitBucket. GitHub has a different API.

If you have a GitHub repository, it might be simpler to use the GitHub API instead of a JSON file. See the [GitHub Integration](https://github.com/YahnisElsts/plugin-update-checker#github-integration) section of the read-me for more...

I think this could be related to a known bug that was fixed in e3cc1c03c9e7e795385fe2560e2dcbe27539e0d0. Up to and including release 4.9, PUC did not check if its current version still...

Assuming that I'm reading the [rate limits documentation](https://docs.gitlab.com/ee/user/gitlab_com/#gitlabcom-specific-rate-limits) correctly, the general limit is 10 requests per second per IP address. The update checker probably won't hit that limit unless it's...

Here are a couple of things to try: - Install [Debug Bar](https://wordpress.org/plugins/debug-bar/) and verify that the download URL it shows in the "PUC (your-plugin-slug)" tab is correct. - Does the...

Sorry, I don't understand what you're asking. What are you trying to do? If it's about that error message, my understanding (based on a Google Translate translation) is that it...