Skip to content

Commit

Permalink
Updated version number tracked by ZC to ensure notification
Browse files Browse the repository at this point in the history
would be made to those that downloaded a github version
of the software while it was set to v4.0.35.
  • Loading branch information
mc12345678 committed Apr 30, 2016
1 parent 6592084 commit 120b605
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/easypopulate_4.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: easypopulate_4.php, v4.0.35 04-29-2016 mc12345678 $
// $Id: easypopulate_4.php, v4.0.35.ZC 04-29-2016 mc12345678 $

// CSV VARIABLES - need to make this configurable in the ADMIN
// $csv_delimiter = "\t"; // "\t" = tab AND "," = COMMA
Expand Down Expand Up @@ -78,7 +78,7 @@
//$sql_fail_test == true; // used to cause an sql error on new product upload - tests error handling & logs
/* Test area end */

$curver = '4.0.35';
$curver = '4.0.35.ZC';
$message = '';
if (IS_ADMIN_FLAG) {
$new_version_details = plugin_version_check_for_updates(2069, $curver);
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,6 @@
Expanded the use of the code with systems that do not have mb_
Added language fallback to english capability if the SESSION['language'] folder does not exist for EP4 menus.
Modified one import bitwise operator to a comparison operator (& to &&).
4.0.35.ZC 04/29/2016 Modified version number as github contained 4.0.35 and wanted to be sure that users that downloaded
that version would receive notification of the updated file. This is the version
submitted to ZC.

0 comments on commit 120b605

Please sign in to comment.