Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

showing "The Turnover calculator plugin is up to date." even i have push new update #495

Open
Jvon550 opened this issue Jun 28, 2022 · 1 comment

Comments

@Jvon550
Copy link

Jvon550 commented Jun 28, 2022

please check this i'm new in plugin development thanks

require 'plugin-update-checker/plugin-update-checker.php';
$myUpdateChecker = Puc_v4_Factory::buildUpdateChecker(
	'https://github.com/Jvon550/turnover-calculator/',
	__FILE__,
	'Turnover calculator'
);

//Set the branch that contains the stable release.
$myUpdateChecker->setBranch('master');
//Optional: If you're using a private repository, specify the access token like this:
// $myUpdateChecker->setAuthentication('your-token-here');
@YahnisElsts
Copy link
Owner

There's not enough information to say what exactly the problem is, but one potential issue that I noticed is that the Version header in your 2.4 release is 2.3, not 2.4.

What is the version that is currently installed on your site? Have you tried clicking the "check for updates" link under the plugin description on the "Plugins" page?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants