Skip to content

Commit

Permalink
Merge pull request #25 from mc12345678/master
Browse files Browse the repository at this point in the history
Correct version checking reference
  • Loading branch information
mc12345678 committed Mar 17, 2016
2 parents bb87ab1 + cbdee12 commit 362fba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/easypopulate_4.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
//$sql_fail_test == true; // used to cause an sql error on new product upload - tests error handling & logs
/* Test area end */

$curver = '4.0.33';
$curver = '4.0.33a';
$message = '';
if (IS_ADMIN_FLAG) {
$new_version_details = plugin_version_check_for_updates(2068, $curver);
$new_version_details = plugin_version_check_for_updates(2069, $curver);
if ($new_version_details !== FALSE) {
$message = '<span class="alert">' . ' - NOTE: A NEW VERSION OF THIS PLUGIN IS AVAILABLE. <a href="' . $new_version_details['link'] . '" target="_blank">[Details]</a>' . '</span>';
}
Expand Down

0 comments on commit 362fba7

Please sign in to comment.