Results 4 comments of B-e-n-G

Hello, you write in the instructions to "Self-hosted Plugins and Themes" on point 3. "Upload the JSON file to a publicly accessible location". Is it also possible to use a...

Thanks a lot, your answer was very helpful! I'm using [the filter](https://github.com/YahnisElsts/plugin-update-checker/blob/master/Puc/v4p11/UpdateChecker.php#L672) in the `requestMetadata` method and fake the results with following code: ``` $json = '/var/www/html/plugin.json' $slug = basename(...

Thanks for the tip with `$updateChecker->addFilter(...);`, this works fine!