Changed versions in 2.13 branch for rc1 release

git-svn-id: svn://192.168.202.10@2632 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-11-27 02:48:43 +00:00
parent 5bcff3bfa4
commit d60cd56f5a
6 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ NOTE: Upgrading from 2.0.2 to 2.0.3 is below the fifth section
NOTE: Upgrading from 2.0.1 to 2.0.2 is in the next section
NOTE: Upgrading from 1.1.12-3 to 2.0.1 is at the bottom
########## UPGRADING FROM 2.11 TO 2.12 ##########
########## UPGRADING FROM 2.11 TO 2.13 ##########
OPTIONAL STEPS(But highly recommended) - Backup existing system:
@@ -3609,7 +3609,7 @@ INSERT INTO vicidial_inbound_groups(group_id,group_name,group_color,active,web_f
INSERT INTO vicidial_lists SET list_id='999',list_name='Default inbound list',campaign_id='TESTCAMP',active='N';
INSERT INTO vicidial_lists SET list_id='998',list_name='Default Manual list',campaign_id='TESTCAMP',active='N';
INSERT INTO system_settings (version,install_date,first_login_trigger) values('2.12b0.5', CURDATE(), 'Y');
INSERT INTO system_settings (version,install_date,first_login_trigger) values('2.13rc1', CURDATE(), 'Y');
INSERT INTO vicidial_status_categories (vsc_id,vsc_name) values('UNDEFINED','Default Category');
@@ -3831,4 +3831,4 @@ UPDATE vicidial_configuration set value='1766' where name='qc_database_version';
UPDATE system_settings set vdc_agent_api_active='1';
UPDATE system_settings SET db_schema_version='1478',db_schema_update_date=NOW(),reload_timestamp=NOW();
UPDATE system_settings SET db_schema_version='1479',db_schema_update_date=NOW(),reload_timestamp=NOW();
@@ -782,3 +782,5 @@ KEY vdad_dbtime_key (db_time)
) ENGINE=MyISAM CHARSET=utf8 COLLATE=utf8_unicode_ci;
UPDATE system_settings SET db_schema_version='1478',db_schema_update_date=NOW() where db_schema_version < 1478;
UPDATE system_settings SET db_schema_version='1479',version='2.13rc1',db_schema_update_date=NOW() where db_schema_version < 1479;
+1 -1
View File
@@ -1 +1 @@
2.12b0.5
2.13rc1
@@ -532,10 +532,11 @@
# 161102-1121 - Fixed QM partition problem
# 161106-2221 - Changed to screen colors for main tab logo, other small style changes
# 161117-1532 - Changed default main screen logo background color to white(screen color standard row 5)
# 161126-2137 - branched 2.13 version
#
$version = '2.12-501c';
$build = '161117-1532';
$version = '2.13-502c';
$build = '161126-2137';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=87;
$one_mysql_log=0;
@@ -3895,12 +3895,13 @@ else
# 161103-2204 - Added web_loader_phone_length and agent soundboards
# 161106-2058 - Added agent_script
# 161113-0900 - Changed script_id to 20 characters max, other small script changes
# 161126-2138 - branched 2.13 version
#
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time
$admin_version = '2.12-575a';
$build = '161113-0900';
$admin_version = '2.13-576a';
$build = '161126-2138';
$STARTtime = date("U");
$SQLdate = date("Y-m-d H:i:s");