This topic is locked

How to upgrade older projects to version 11

3/4/2025 6:22:21 PM
PHPRunner Tips and Tricks
Sergey Kornilov admin

This article applies to both PHPRunner and ASPRunner.NET. Here is how we recommend brinning older projects to version 11.

  1. If your project's version is older than 10.91 - upgrade it to version 10.91 first.


  2. Upgrade business templates to their respective latest versions. Here are links that explains how this can be done
    PHPRunner
    ASPRunner.NET


  3. Get rid of deprecated code in events like DAL functions. Use Database API intead. Links to Database API in the manual.
    PHPRunner
    ASPRunner.NET


  4. If your project uses non-documented variables and functions that were available in version 10.x, we recommend switching to APIs. For instance, for field labels, instead of $field_labels we recommend using Labels API etc.