Skip to content

Commit

Permalink
Version Stamping/Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mc12345678 committed Oct 4, 2016
1 parent 6ded65a commit a1e604e
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 17 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.ZC.1 07-05-2016 mc12345678 $
// $Id: easypopulate_4.php, v4.0.35.ZC.2 10-03-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.ZC.1.a';
$curver = '4.0.36.ZC';
$message = '';
if (IS_ADMIN_FLAG) {
$new_version_details = plugin_version_check_for_updates(2069, $curver);
Expand Down
2 changes: 1 addition & 1 deletion admin/easypopulate_4_attrib.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: easypopulate_4_attrib.php, v4.0.35 04-21-2016 mc12345678 $
// $Id: easypopulate_4_attrib.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $

if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
Expand Down
2 changes: 1 addition & 1 deletion admin/easypopulate_4_export.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: easypopulate_4_export.php, v4.0.33 02-29-2016 mc12345678 $
// $Id: easypopulate_4_export.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $

if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
Expand Down
2 changes: 1 addition & 1 deletion admin/easypopulate_4_import.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: easypopulate_4_import.php, v4.0.35.ZC.1 07-05-2016 mc12345678 $
// $Id: easypopulate_4_import.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $

if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
// $Id: easypopulate_filenames.php, v4.0.21 06-01-2012 chadderuski $
// $Id: easypopulate_filenames.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
define('FILENAME_EASYPOPULATE_4', 'easypopulate_4');
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: easypopulate_4_functions.php, v4.0.35 04-26-2016 mc12345678 $
// $Id: easypopulate_4_functions.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $

if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
Expand Down
2 changes: 1 addition & 1 deletion admin/includes/languages/deutsche/easypopulate_4.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: easypopulate_4.php, v4.0.31 08-29-2015 mc12345678 $
// $Id: easypopulate_4.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $

// $display_output defines

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
// $Id: easypopulate_4.php, v4.0.21 06-01-2012 chadderuski $
// $Id: easypopulate_4.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
define('BOX_TOOLS_EASYPOPULATE_4', 'Easy Populate 4');
2 changes: 1 addition & 1 deletion admin/includes/languages/english/easypopulate_4.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: easypopulate_4.php, v4.0.31 08-29-2015 mc12345678 $
// $Id: easypopulate_4.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $

// $display_output defines

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
// $Id: easypopulate_4.php, v4.0.21 06-01-2012 chadderuski $
// $Id: easypopulate_4.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
define('BOX_TOOLS_EASYPOPULATE_4', 'Easy Populate 4');
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

/*
* This is the file processed if the import file is a attrib-detailed-ep file.
* $Id: easypopulate_4_attrib_detailed_ep.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
*
*/

Expand Down
2 changes: 1 addition & 1 deletion admin/includes/modules/easypopulate_4_default_these.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This allows a reduced number of columns to be used on updates
* otherwise these would have to be exported/imported every time
* this ONLY applies to when a column is MISSING
* includes/modules/easypopulate_4_default_these.php
* includes/modules/easypopulate_4_default_these.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
*/

$default_these = array();
Expand Down
2 changes: 1 addition & 1 deletion admin/includes/modules/easypopulate_4_featured_ep.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This is the file processed if the import file is a featured-ep file.
*
* $Id: includes\modules\easypopulate_4_featured_ep.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
*/

// check products table to see if product_model exists
Expand Down
2 changes: 1 addition & 1 deletion admin/includes/modules/easypopulate_4_filelayout.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// $Id: easypopulate_4_functions.php, v4.0.33 02-29-2016 mc12345678 $
// $Id: easypopulate_4_functions.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $

//function ep_4_set_filelayout($ep_dltype, &$filelayout_sql, $sql_filter, $langcode, $ep_supported_mods, $custom_fields) {
// global $db, $zco_notifier, $flielayout;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This is the file processed if the import file is a categorymeta-ep file.
*
* $Id: includes\modules\easypopulate_4_import_categorymeta_ep.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
*/

while ($items = fgetcsv($handle, 0, $csv_delimiter, $csv_enclosure)) { // read 1 line of data
Expand Down
2 changes: 1 addition & 1 deletion admin/includes/modules/easypopulate_4_sba_detailed_ep.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This is the file processed if the import file is a attrib-detailed-ep file.
*
* includes\modules\easypopulate_4_sba_detailed_ep.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
*/

while ($items = fgetcsv($handle, 0, $csv_delimiter, $csv_enclosure)) { // read 1 line of data
Expand Down
2 changes: 1 addition & 1 deletion admin/includes/modules/easypopulate_4_sba_stock_ep.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
* This is the file processed if the import file is a attrib-detailed-ep file.
*
* includes\modules\easypopulate_4_sba_stock_ep.php, v4.0.35.ZC.2 10-03-2016 mc12345678 $
*/

$sync = false;
Expand Down

0 comments on commit a1e604e

Please sign in to comment.