From e540d7e936f188d959ae0680cd12833765a9b898 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 26 Nov 2009 22:14:32 -0500 Subject: [PATCH] Prep the 1.2.4 release with: * Changelog * version.php bump * Adding the upgrade script --- docs/changes.txt | 4 ++ includes/version.php | 2 +- install/global.php | 3 +- install/templates/1.2.3 - 1.2.4.diff | 1 + install/upgrade19.php | 67 ++++++++++++++++++++++++++++ 5 files changed, 75 insertions(+), 2 deletions(-) create mode 100644 install/templates/1.2.3 - 1.2.4.diff create mode 100644 install/upgrade19.php diff --git a/docs/changes.txt b/docs/changes.txt index c29b215..6959944 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,3 +1,7 @@ +1.2.4 +=============================== +- Fixed: #185: Quotes are unsanitized in search queries + 1.2.3 =============================== - Fixed: #121: Custom select field that is mandatory doesn't accept the first option as a valid entry diff --git a/includes/version.php b/includes/version.php index e8818ec..bd2cfda 100644 --- a/includes/version.php +++ b/includes/version.php @@ -21,7 +21,7 @@ if (!defined('BUGDAR_VERSION')) { - define('BUGDAR_VERSION', '1.2.3'); + define('BUGDAR_VERSION', '1.2.4'); } /*=====================================================================* diff --git a/install/global.php b/install/global.php index 8b196a7..796aaf0 100644 --- a/install/global.php +++ b/install/global.php @@ -101,7 +101,8 @@ $bugsys->versions = array( '1.2.0' => 16, '1.2.1' => 17, '1.2.2' => 18, - '1.2.3' => -1 + '1.2.3' => 19, + '1.2.4' => -1, ); // ################################################################### diff --git a/install/templates/1.2.3 - 1.2.4.diff b/install/templates/1.2.3 - 1.2.4.diff new file mode 100644 index 0000000..23ee880 --- /dev/null +++ b/install/templates/1.2.3 - 1.2.4.diff @@ -0,0 +1 @@ +## none ## \ No newline at end of file diff --git a/install/upgrade19.php b/install/upgrade19.php new file mode 100644 index 0000000..165b1af --- /dev/null +++ b/install/upgrade19.php @@ -0,0 +1,67 @@ +in['mark'] == 0) +{ +?> +

Welcome to Bugdar

+ +

This upgrade will take from Bugdar 1.2.3 to Bugdar 1.2.4.

+ +

To begin the process, please click the button below.

+in['mark'] == 1) +{ +?> +

Version Number Change

+ +

This step finishes the upgrade by inreasing your version number.

+ +query("UPDATE " . TABLE_PREFIX . "setting SET value = '1.2.4' WHERE varname = 'trackerversion'"); + + build_settings(); + +?> + +... done. + +