This topic is locked

July 1, 2026. Version 11.3 maintenance release. Build 44417.

7/1/2026 10:23:36
ASPRunner/PHPRunner change log
Sergey Kornilov admin

July 1, 2026. Version 11.3 maintenance release. Build 44417.

Version 11.3 Release

Trial version download links:
https://xlinesoft.com/download

More info on version 11.3:
https://xlinesoft.com/blog/2025/12/24/version-11-3/

In this update:

  • fixed AI chat in mutiuser version;
  • fixed SQLite support in .NET;
  • fixed installation process on new machines;
  • added supprot for Validation Plugins in Events Search and AI chat;

Customers who purchased less than twelve months ago can download this update via the control panel. Proceed to 'My purchases' and check 'Reg info' link next to your latest purchase.
Customers who purchased more than twelve months ago can renew their maintenance using links below:
PHPRunner maintenance
ASPRunner.NET maintenance
ASPRunnerPro maintenance

A
Akira Yoshino 7/16/2026

Hi,
If I posted the wrong place, please let me know and I will repost to a proper forum.

I have been using the new AI assistant in PHPRunner 11.3 on a real production project (a quotation / delivery note / invoice system with master-detail relationships), and I would like to share my experience and a feature request.

What worked well
I asked the AI to help with tasks such as:

  • Pulling delivery location and payment terms from the customer master table into the invoice header
  • Calculating detail line totals, subtotal (net amount), and consumption tax, then updating the parent record
  • Adding an address field to a PDF report

The AI's answers were accurate, and importantly, it told me exactly where to make each change: which event to use (e.g., JavaScript OnLoad, Before/After record events) and what code to put there. I implemented the changes by hand following its instructions, and everything worked.

In my view, this is the real strength of the AI in an event-driven tool like PHPRunner: the hardest part is not writing the code, but knowing which event the code belongs in. The AI handles that judgment very well. As a side note, it also works in Japanese, which makes PHPRunner much more accessible to my non-technical team members.

Feature request
The one thing missing: the AI session output disappears once the work is done. All the valuable information — which table/page/event was changed, what code was added, and why — exists only in the chat history.

I would like to request an "Export AI Session Summary" feature:

  • Export the AI's proposals from a session as a Markdown (or HTML) file, structured as: target table / page / event name / code added / reason for the change
  • Optionally, accumulate these entries inside the project as an "AI change log" that can be searched later

This would turn the AI from an implementation assistant into a documentation co-author. For teams that need to maintain design documents and change histories (which is mandatory for many of us working with enterprise clients), this would be a major productivity gain — the documentation would essentially write itself as a by-product of development.

Thanks for considering this, and thanks for a very promising first version of the AI assistant.

Sergey Kornilov admin 7/17/2026

Akira,

thank you, it makes. We will be doing something similar in version 11.4 where we will allow AI to make changes to the whole project and more detailed change info would be relevant.