Skip to content

Commit

Permalink
Merge pull request #98 from shophelfer/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
damilakovic authored Jun 28, 2018
2 parents 1106b19 + f1d631d commit e6ff680
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _installer/shophelfer.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ DROP TABLE IF EXISTS personal_offers_by_customers_status_3;
DROP TABLE IF EXISTS personal_offers_by_customers_status_4;

#database Version
INSERT INTO database_version(version) VALUES ('SH_1.12.3');
INSERT INTO database_version(version) VALUES ('SH_1.13.1');

INSERT INTO cm_file_flags (file_flag, file_flag_name) VALUES ('0', 'information');
INSERT INTO cm_file_flags (file_flag, file_flag_name) VALUES ('1', 'content');
Expand Down
2 changes: 2 additions & 0 deletions _installer/sql/update_1.13.0_to_1.13.1.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE database_version SET version = 'SH_1.13.1';

2 changes: 1 addition & 1 deletion admin/includes/application_top.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
--------------------------------------------------------------*/

// DB version, used for updates (_installer)
define('DB_VERSION', 'SH_1.12.3');
define('DB_VERSION', 'SH_1.13.1');
//Run Mode
define('RUN_MODE_ADMIN',true);

Expand Down
2 changes: 1 addition & 1 deletion admin/includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
defined( '_VALID_XTC' ) or die( 'Direct Access to this location is not allowed.' );

// Define the project version
define('PROJECT_VERSION', 'shophelfer 1.12.3');
define('PROJECT_VERSION', 'shophelfer 1.13.1');

0 comments on commit e6ff680

Please sign in to comment.