- This is a non-exhaustive (but still near complete) changelog for phpBB 3.1.x including release candidate versions.
+ This is a non-exhaustive (but still near complete) changelog for phpBB 3.2.x including release candidate versions.
Our thanks to all those people who've contributed bug reports and code fixes.
phpBB 3.1.x has a few requirements which must be met before you are able to install and use it.
+
phpBB 3.2.x has a few requirements which must be met before you are able to install and use it.
A webserver or web hosting account running on any major Operating System with support for PHP
@@ -166,7 +166,7 @@
-
If your server or hosting account does not meet the requirements above then you will be unable to install phpBB 3.1.x.
+
If your server or hosting account does not meet the requirements above then you will be unable to install phpBB 3.2.x.
@@ -257,7 +257,7 @@
-
4. Updating from stable releases of phpBB 3.1.x
+
4. Updating from stable releases of phpBB 3.2.x
@@ -282,7 +282,7 @@
This package is meant for those wanting to only replace the files that were changed between a previous version and the latest version.
-
This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.1.0 you should select the appropriate phpBB-3.1.1-files.zip/tar.bz2 file.
+
This package contains a number of archives, each contains the files changed from a given release to the latest version. You should select the appropriate archive for your current version, e.g. if you currently have 3.2.0 you should select the appropriate phpBB-3.2.1-files.zip/tar.bz2 file.
The directory structure has been preserved, enabling you (if you wish) to simply upload the uncompressed contents of the archive to the appropriate location on your server, i.e. simply overwrite the existing files with the new versions. Do not forget that if you have installed any modifications (MODs) these files will overwrite the originals, possibly destroying them in the process. You will need to re-add MODs to any affected file before uploading.
- These are the phpBB Coding Guidelines for Ascraeus, all attempts should be made to follow them as closely as possible.
+ These are the phpBB Coding Guidelines for Rhea, all attempts should be made to follow them as closely as possible.
An event that is found multiple times in a file should have the number of instances in parenthesis next to the filename.
event_name
@@ -1734,7 +1734,7 @@ This may span multiple lines.
+ first/file/path.html (2)
+ second/file/path.html
* Purpose: Same as above.
-* Since: 3.1.0-b1
+* Since: 3.2.0-b1
An actual example event documentation:
forumlist_body_last_post_title_prepend
@@ -1743,7 +1743,7 @@ This may span multiple lines.
+ styles/prosilver/template/forumlist_body.html
+ styles/subsilver2/template/forumlist_body.html
* Purpose: Add content before the post title of the latest post in a forum on the forum list.
-* Since: 3.1.0-a1
+* Since: 3.2.0-a1