There is not a lot of changes. Just one small adaptation.
When you add a page you couldn't select the parser in the previous versions.
- Make the following changes in page.add.tpl
Search for:
<tr>
<td>{PHP.L.Begin}:</td>
<td>{PAGEADD_FORM_BEGIN}</td>
</tr>
Add the following before
<!-- BEGIN: ADMIN -->
<tr>
<td>{PHP.L.Parser}:</td>
<td>{PAGEADD_FORM_TYPE}</td>
</tr>
<!-- END: ADMIN -->