Skip to content

Commit 909b038

Browse files
authored
Merge pull request #79 from VSEphpbb/update
Bump to version 1.2.5
2 parents 8ba3544 + e4784dc commit 909b038

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# QuickInstall Changelog
22

3+
## Changes in 1.2.5
4+
- [Fix] Issue #75 Fixed issues with creating boards using a PostgreSQL database.
5+
- [Fix] Corrected an issue where clicking the Documentation tabs led to PHP errors.
6+
37
## Changes in 1.2.4
48
- [Fix] Issue #71 Converted README and CHANGELOG to markdown. Correctly parse markdown in the Documentation and About tabs.
59
- [Fix] Issue #69 Correctly handle backslashes in the generated config.php file for phpBB >= 3.1.

includes/qi_constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
define('QI_VERSION', '1.2.4');
10+
define('QI_VERSION', '1.2.5');
1111

1212
// Cookies set by QI
1313
define('QI_PROFILE_COOKIE', 'qi_profile'); // Cookie with the latest used profile name as payload.

0 commit comments

Comments
 (0)