From 57db221c1212b6c48821164752b7ab737c7c1b78 Mon Sep 17 00:00:00 2001 From: Craig Knudsen Date: Mon, 2 Oct 2023 11:41:06 -0400 Subject: [PATCH] Update version to v1.9.10 --- UPGRADING.html | 2 +- composer.json | 2 +- includes/config.php | 4 ++-- install/default_config.php | 2 +- install/sql/upgrade-db2.sql | 2 +- install/sql/upgrade-ibase.sql | 2 +- install/sql/upgrade-mssql.sql | 2 +- install/sql/upgrade-mysql.sql | 2 +- install/sql/upgrade-oracle.sql | 2 +- install/sql/upgrade-postgres.sql | 2 +- install/sql/upgrade.sql | 2 +- install/sql/upgrade_matrix.php | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/UPGRADING.html b/UPGRADING.html index d63d51e88..b928d5f29 100644 --- a/UPGRADING.html +++ b/UPGRADING.html @@ -15,7 +15,7 @@

WebCalendar Upgrading Notes

- +
WebCalendar Version:1.9.91.9.10

Important News: A major improvement beginning with Version 1.1 is the addition of an automated installation script. This script will guide you through the installation process and help identify any problem areas that might prevent successful installation or operation of WebCalendar. diff --git a/composer.json b/composer.json index 0c93c38af..bd0811f59 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "k5n/webcalendar", "type": "project", "description": "Multi-user web-based calendar app", - "version": "1.9.9", + "version": "1.9.10", "homepage": "https://www.k5n.us/webcalendar/", "authors": [ { diff --git a/includes/config.php b/includes/config.php index a50c54d99..b6b3600de 100644 --- a/includes/config.php +++ b/includes/config.php @@ -161,9 +161,9 @@ function do_config() ]; // When changing PROGRAM VERSION, also change it in install/default_config.php - $PROGRAM_VERSION = 'v1.9.9'; + $PROGRAM_VERSION = 'v1.9.10'; // Update PROGRAM_DATE with official release data - $PROGRAM_DATE = '12 Sep 2023'; + $PROGRAM_DATE = '02 Oct 2023'; $PROGRAM_NAME = 'WebCalendar ' . "$PROGRAM_VERSION ($PROGRAM_DATE)"; $PROGRAM_URL = 'http://k5n.us/wp/webcalendar/'; diff --git a/install/default_config.php b/install/default_config.php index 071b72591..150ba58bc 100644 --- a/install/default_config.php +++ b/install/default_config.php @@ -153,7 +153,7 @@ 'USER_RSS_ENABLED' => 'N', 'USER_SEES_ONLY_HIS_GROUPS' => 'Y', 'USER_SORT_ORDER' => 'cal_lastname, cal_firstname', - 'WEBCAL_PROGRAM_VERSION' => 'v1.9.9', + 'WEBCAL_PROGRAM_VERSION' => 'v1.9.10', 'WEEK_START' => '0', 'WEEKEND_START' => '6', 'WEEKENDBG' => '#d0d0d0', diff --git a/install/sql/upgrade-db2.sql b/install/sql/upgrade-db2.sql index 5b3aadb9f..da42dbfd8 100644 --- a/install/sql/upgrade-db2.sql +++ b/install/sql/upgrade-db2.sql @@ -301,4 +301,4 @@ ALTER TABLE webcal_user MODIFY cal_passwd VARCHAR(255); update webcal_entry_categories SET cat_owner = '' WHERE cat_owner IS NULL; ALTER TABLE webcal_entry_categories ADD PRIMARY KEY (cal_id, cat_id, cat_order, cat_owner); /*upgrade_v1.9.7*/ -/*upgrade_v1.9.9*/ +/*upgrade_v1.9.10*/ diff --git a/install/sql/upgrade-ibase.sql b/install/sql/upgrade-ibase.sql index 2e76d967a..69798dd5e 100644 --- a/install/sql/upgrade-ibase.sql +++ b/install/sql/upgrade-ibase.sql @@ -316,4 +316,4 @@ ALTER TABLE webcal_user MODIFY cal_passwd VARCHAR(255); update webcal_entry_categories SET cat_owner = '' WHERE cat_owner IS NULL; ALTER TABLE webcal_entry_categories ADD PRIMARY KEY (cal_id, cat_id, cat_order, cat_owner); /*upgrade_v1.9.7*/ -/*upgrade_v1.9.9*/ +/*upgrade_v1.9.10*/ diff --git a/install/sql/upgrade-mssql.sql b/install/sql/upgrade-mssql.sql index 3fd564890..c5a0d5e12 100644 --- a/install/sql/upgrade-mssql.sql +++ b/install/sql/upgrade-mssql.sql @@ -302,4 +302,4 @@ ALTER TABLE webcal_user MODIFY cal_passwd VARCHAR(255); update webcal_entry_categories SET cat_owner = '' WHERE cat_owner IS NULL; ALTER TABLE webcal_entry_categories ADD PRIMARY KEY (cal_id, cat_id, cat_order, cat_owner); /*upgrade_v1.9.7*/ -/*upgrade_v1.9.9*/ +/*upgrade_v1.9.10*/ diff --git a/install/sql/upgrade-mysql.sql b/install/sql/upgrade-mysql.sql index 2950dcdbb..c55bb10a0 100644 --- a/install/sql/upgrade-mysql.sql +++ b/install/sql/upgrade-mysql.sql @@ -271,4 +271,4 @@ ALTER TABLE webcal_user MODIFY cal_passwd VARCHAR(255); update webcal_entry_categories SET cat_owner = '' WHERE cat_owner IS NULL; ALTER TABLE webcal_entry_categories ADD PRIMARY KEY (cal_id, cat_id, cat_order, cat_owner); /*upgrade_v1.9.6*/ -/*upgrade_v1.9.9*/ +/*upgrade_v1.9.10*/ diff --git a/install/sql/upgrade-oracle.sql b/install/sql/upgrade-oracle.sql index 78dd90e66..f4128669e 100644 --- a/install/sql/upgrade-oracle.sql +++ b/install/sql/upgrade-oracle.sql @@ -299,4 +299,4 @@ ALTER TABLE webcal_user MODIFY cal_passwd VARCHAR(255); update webcal_entry_categories SET cat_owner = '' WHERE cat_owner IS NULL; ALTER TABLE webcal_entry_categories ADD PRIMARY KEY (cal_id, cat_id, cat_order, cat_owner); /*upgrade_v1.9.7*/ -/*upgrade_v1.9.9*/ +/*upgrade_v1.9.10*/ diff --git a/install/sql/upgrade-postgres.sql b/install/sql/upgrade-postgres.sql index 984db394a..4b8a5f5bb 100644 --- a/install/sql/upgrade-postgres.sql +++ b/install/sql/upgrade-postgres.sql @@ -317,4 +317,4 @@ ALTER TABLE webcal_user MODIFY cal_passwd VARCHAR(255); update webcal_entry_categories SET cat_owner = '' WHERE cat_owner IS NULL; ALTER TABLE webcal_entry_categories ADD PRIMARY KEY (cal_id, cat_id, cat_order, cat_owner); /*upgrade_v1.9.7*/ -/*upgrade_v1.9.9*/ +/*upgrade_v1.9.10*/ diff --git a/install/sql/upgrade.sql b/install/sql/upgrade.sql index 47a8f7ff2..9e620564d 100644 --- a/install/sql/upgrade.sql +++ b/install/sql/upgrade.sql @@ -617,4 +617,4 @@ ALTER TABLE webcal_user MODIFY cal_passwd VARCHAR(255); update webcal_entry_categories SET cat_owner = '' WHERE cat_owner IS NULL; ALTER TABLE webcal_entry_categories ADD PRIMARY KEY (cal_id, cat_id, cat_order, cat_owner); /*upgrade_v1.9.7*/ -/*upgrade_v1.9.9*/ +/*upgrade_v1.9.10*/ diff --git a/install/sql/upgrade_matrix.php b/install/sql/upgrade_matrix.php index de110feff..46fe8a509 100644 --- a/install/sql/upgrade_matrix.php +++ b/install/sql/upgrade_matrix.php @@ -1,6 +1,6 @@