Skip to content

Commit 5db582d

Browse files
authored
Merge pull request #105 from VSEphpbb/fixes
Bump version to 1.3.4
2 parents 0c5a8dc + 4380fda commit 5db582d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Changes in 1.3.4
4+
- [Fix] Fixed an issue introduced in 1.3.3 that caused a fatal error while installing 3.0 boards.
5+
36
## Changes in 1.3.3
47
- [Fix] phpBB 3.2.3 can now be installed with QI without failing and getting hung up.
58

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.3.3');
10+
define('QI_VERSION', '1.3.4');
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)