Gijs
Gijs
```php require 'plugin-update-checker/plugin-update-checker.php'; $myUpdateChecker = Puc_v4_Factory::buildUpdateChecker( 'https://gitlab.com/101media/101media/plugins/wordpress-101media-plugin', __FILE__, 'wordpress-101media' ); //Optional: If you're using a private repository, specify the access token like this: $myUpdateChecker->setAuthentication('Gitlab token'); //Optional: Set the branch that...
All the files seem to be fine. The problem is that I can not test anything because when I use the plugin the whole website throws an error. And the...