From cbdee12a9efd7e795dc3ae9371a9ac36cf9f30e5 Mon Sep 17 00:00:00 2001 From: mc12345678 Date: Thu, 17 Mar 2016 10:33:09 -0400 Subject: [PATCH] Correct version checking reference Due to submission issues, the version check location for the plugin was incorrectly entered into the file for submission. This minor update has been applied as version 4.0.33a and will be submitted to ZC to provide the most up-to-date version with appropriate new version checking in place. --- admin/easypopulate_4.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/easypopulate_4.php b/admin/easypopulate_4.php index b3347d1..200a51c 100644 --- a/admin/easypopulate_4.php +++ b/admin/easypopulate_4.php @@ -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 = '' . ' - NOTE: A NEW VERSION OF THIS PLUGIN IS AVAILABLE. [Details]' . ''; }