You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# QuickInstall Changelog
2
2
3
+
## Version 1.5.0
4
+
-[Change] Config profiles in the `settings` directory are now in JSON format. Existing profiles in the old text format will automatically be converted to JSON.
5
+
-[Change] Prettied up the documentation a bit.
6
+
-[Change] Always show profiles in a drop-down menu, even when there is only one, for consistency. Also, naturally/case-insensitively sort them.
7
+
-[Change] Now, when updating a saved profile, the name of the current profile will appear in the Save Profile's input field.
8
+
-[Change] Relocated some error messages and alerts to the top of the page.
9
+
-[Change] Improve appearances of some notices in the QI interface.
10
+
-[Change] Literally countless code improvements, removing or fixing ancient code constructs and bad code smells, including completely rewriting the settings class from the ground up.
11
+
-[Change] Updated Bootstrap to 4.5.2.
12
+
-[Fix] Improved appearance of the Installed boards list in the sidebar and fixed layout issues it had with really long or really short board names.
13
+
3
14
## Version 1.4.2
4
15
-[Fix] Fixed Delete buttons broken in version 1.4.1.
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,10 @@ QuickInstall was made to support the community of phpBB extension developers (an
21
21
22
22
## 🛠 Upgrading
23
23
1. Download the latest QuickInstall and extract it.
24
-
2. Copy everything into your QuickInstall folder **except for the `boards/`, `sources/` and `settings/` folders**.
25
24
26
-
> Upgrading from QuickInstall 1.1.8 or earlier?
27
-
>
28
-
> 1. Follow the upgrade procedure described above.
29
-
> 2. Point your browser to the Profiles page, make sure the settings are in order and click "Save". QuickInstall will convert your old `qi_config.cfg` to a settings profile named "default".
25
+
2. Copy everything into your existing QuickInstall folder **except for the `boards/`, `sources/` and `settings/` folders**.
26
+
27
+
*Note that when upgrading from a very old version of QuickInstall (1.1.8 or less) you will need to reconfigure your settings as a fresh install.*
30
28
31
29
## 💻 Requirements
32
30
@@ -41,15 +39,15 @@ QuickInstall is designed to run on all modern browsers. Please don't use old stu
41
39
42
40
##### Servers
43
41
- Apache or Ngnix
44
-
- PHP 5.3.3 or above, with the JSON module
42
+
- PHP 5.4.7 or above, with the JSON module
45
43
46
44
> Note that each version of phpBB has its own requirements and limitations:
47
45
>
48
46
> PHP requirements:
49
-
> - phpBB 3.0 and 3.1 will not work with PHP 7
47
+
> - phpBB 3.0 and 3.1 will only work with PHP 5.4.7 through 5.6.40
50
48
> - phpBB 3.2.0-3.2.1 will only work with PHP 5.4.7 through 7.1.x
51
49
> - phpBB 3.2.2-3.2.x will only work with PHP 5.4.7 through 7.2.x
52
-
> - phpBB 3.3 will only work with PHP 7.1.3 or above
50
+
> - phpBB 3.3.x will only work with PHP 7.1.3 or above
53
51
>
54
52
> Database minimum requirements:
55
53
> - phpBB 3.0 - MySQL 3.23+, MS SQL Server 2000, PostgreSQL 7.x, or SQLite 2
0 commit comments