Release of 2.11 stable branch and raising trunk to 2.12
git-svn-id: svn://192.168.202.10@2293 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -10,7 +10,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.9 TO 2.10 ##########
|
||||
########## UPGRADING FROM 2.9 TO 2.11 ##########
|
||||
|
||||
OPTIONAL STEPS(But highly recommended) - Backup existing system:
|
||||
|
||||
|
||||
@@ -3155,7 +3155,7 @@ INSERT INTO vicidial_inbound_groups(group_id,group_name,group_color,active,queue
|
||||
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.10b0.5', CURDATE(), 'Y');
|
||||
INSERT INTO system_settings (version,install_date,first_login_trigger) values('2.11rc1tk', CURDATE(), 'Y');
|
||||
|
||||
INSERT INTO vicidial_status_categories (vsc_id,vsc_name) values('UNDEFINED','Default Category');
|
||||
|
||||
@@ -3370,4 +3370,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='1403',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
UPDATE system_settings SET db_schema_version='1404',db_schema_update_date=NOW(),reload_timestamp=NOW();
|
||||
|
||||
@@ -185,3 +185,5 @@ CREATE TABLE vicidial_callbacks_archive LIKE vicidial_callbacks;
|
||||
ALTER TABLE vicidial_callbacks_archive MODIFY callback_id INT(9) UNSIGNED NOT NULL;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1403',db_schema_update_date=NOW() where db_schema_version < 1403;
|
||||
|
||||
UPDATE system_settings SET db_schema_version='1404',version='2.11rc1tk',db_schema_update_date=NOW() where db_schema_version < 1404;
|
||||
|
||||
@@ -1 +1 @@
|
||||
2.10b0.5
|
||||
2.11rc1
|
||||
@@ -480,10 +480,11 @@
|
||||
# 150212-0034 - Added case-sensitive user validation(issue #682)
|
||||
# 150218-1356 - Fixes for QXZ enclosed in single-quotes
|
||||
# 150220-1533 - Fix for leave page confirmation after logout and QXZ fixes
|
||||
# 150302-0944 - Release of 2.11 stable branch
|
||||
#
|
||||
|
||||
$version = '2.10-451c';
|
||||
$build = '150220-1533';
|
||||
$version = '2.11-452c';
|
||||
$build = '150302-0944';
|
||||
$mel=1; # Mysql Error Log enabled = 1
|
||||
$mysql_log_count=85;
|
||||
$one_mysql_log=0;
|
||||
|
||||
@@ -3437,12 +3437,13 @@ else
|
||||
# 150210-0657 - Added LOCK options for manual_dial_search_checkbox campaign setting
|
||||
# 150217-0702 - Added Show VM on Summary Screen option for phones and voicemail boxes
|
||||
# 150218-0924 - Added link to callbacks bulk move, also now we will archive deleted callbacks
|
||||
# 150302-0945 - Release of 2.11 stable branch
|
||||
#
|
||||
|
||||
# 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.10-475a';
|
||||
$build = '150218-0924';
|
||||
$admin_version = '2.11-476a';
|
||||
$build = '150302-0945';
|
||||
|
||||
$STARTtime = date("U");
|
||||
$SQLdate = date("Y-m-d H:i:s");
|
||||
|
||||
Reference in New Issue
Block a user