Quote from luishp on October 17, 2025, 8:23 pmIMPORTANT: THIS IS A MAJOR VERSION UPDATE
Free update for those who bought or updated their license in the last three months:
The update is free only for users who have purchased VisualNEO Web or an update within the last three months (after 2025 August 17). If you are elegible for a free update please send us an email with your Purchase ID and System ID asking for a free upgrade. Please be patient. Meanwhile you will enjoy a full version 30 days free trial.50% discount code for those who already have a license:
Users who purchased previously will get a 50% discount code.
If you don't get the discount code in your email within a few days just send us an email with your Purchase ID.This is a major version update with many improvements:
Software: VisualNEO Web
Version: 25.10.17Updated Plugins:
neoOpenRouter:
New command neoOpenRouterVision.
Now you can send images to the AI model (for those models supporting vision). More info hereFabricJS:
Expanded with many new action commands. . More info hereneoPhp:
Better PHP 8.1 support.
Fixed user session management problem. More info here.neoAjax:
Better error management and efficiency improvements. More info here.neoCrypto:
Updated JavaScript library. More info here.neoPDF:
WEBP image format support. More info here.neoCMS:
New commands to manage updating and deleting information. More info here.neoAnimation:
Some fixed errors and improvements.neoGSheets:
Now you can get Google Sheet metadata. More info here.neoGpt:
New command neoGptChatWithVision. More info here.New Plugins:
neoLogin:
A complete, lightweight and simple user authentication system for VisualNEO Web applications based on SQLite and PHP. More info here.neoWP:
Seamlessly integrates your VisualNEO Web applications with WordPress, allowing you to access, display, and interact with WordPress users and content (posts, pages, media, and categories) directly from within your app. More info here.neoPDF2:
A NEW powerful plugin for VisualNEO Web that enables creation, loading, editing, and rendering of PDF documents directly from your web applications. More info here.neoJEdit:
This NEW plugin adds a powerful, lightweight, and fully customizable HTML WYSIWYG editor to your VisualNEO Web applications. More info here.Image support:
AVIF image support (although it does not render in design view, only at run time).Inline PHP support:
VisualNEO Web now supports inline PHP code within your app’s HTML pages.
You can include PHP snippets between<?php ... ?>
tags to perform server-side tasks such as file handling, database queries, or generating dynamic content at load time, before the app is delivered to the browser.
⚠️ Note: VisualNEO Web apps are Single Page Applications (SPAs) — PHP code is executed only once on the server when the page is requested, not dynamically after navigation or interaction inside the app.
The final compiled file will be generated as index.php instead of index.html automaticaly.
A PHP web server, such as the included neoPhp Server, is needed.This feature allows developers to easily integrate server-side logic where needed, while keeping the simplicity and performance of client-side SPAs.
HTML Example:
<p>The current date and time is: <?php echo date("Y-m-d H:i:s"); ?></p>You can download the new version from the downloads section.
Please let me know if you have any issues or questions.
Thank you very much for your support!
IMPORTANT: THIS IS A MAJOR VERSION UPDATE
Free update for those who bought or updated their license in the last three months:
The update is free only for users who have purchased VisualNEO Web or an update within the last three months (after 2025 August 17). If you are elegible for a free update please send us an email with your Purchase ID and System ID asking for a free upgrade. Please be patient. Meanwhile you will enjoy a full version 30 days free trial.
50% discount code for those who already have a license:
Users who purchased previously will get a 50% discount code.
If you don't get the discount code in your email within a few days just send us an email with your Purchase ID.
This is a major version update with many improvements:
Software: VisualNEO Web
Version: 25.10.17
Updated Plugins:
neoOpenRouter:
New command neoOpenRouterVision.
Now you can send images to the AI model (for those models supporting vision). More info here
FabricJS:
Expanded with many new action commands. . More info here
neoPhp:
Better PHP 8.1 support.
Fixed user session management problem. More info here.
neoAjax:
Better error management and efficiency improvements. More info here.
neoCrypto:
Updated JavaScript library. More info here.
neoPDF:
WEBP image format support. More info here.
neoCMS:
New commands to manage updating and deleting information. More info here.
neoAnimation:
Some fixed errors and improvements.
neoGSheets:
Now you can get Google Sheet metadata. More info here.
neoGpt:
New command neoGptChatWithVision. More info here.
New Plugins:
neoLogin:
A complete, lightweight and simple user authentication system for VisualNEO Web applications based on SQLite and PHP. More info here.
neoWP:
Seamlessly integrates your VisualNEO Web applications with WordPress, allowing you to access, display, and interact with WordPress users and content (posts, pages, media, and categories) directly from within your app. More info here.
neoPDF2:
A NEW powerful plugin for VisualNEO Web that enables creation, loading, editing, and rendering of PDF documents directly from your web applications. More info here.
neoJEdit:
This NEW plugin adds a powerful, lightweight, and fully customizable HTML WYSIWYG editor to your VisualNEO Web applications. More info here.
Image support:
AVIF image support (although it does not render in design view, only at run time).
Inline PHP support:
VisualNEO Web now supports inline PHP code within your app’s HTML pages.
You can include PHP snippets between <?php ... ?>
tags to perform server-side tasks such as file handling, database queries, or generating dynamic content at load time, before the app is delivered to the browser.
⚠️ Note: VisualNEO Web apps are Single Page Applications (SPAs) — PHP code is executed only once on the server when the page is requested, not dynamically after navigation or interaction inside the app.
The final compiled file will be generated as index.php instead of index.html automaticaly.
A PHP web server, such as the included neoPhp Server, is needed.
This feature allows developers to easily integrate server-side logic where needed, while keeping the simplicity and performance of client-side SPAs.
HTML Example:
<p>The current date and time is: <?php echo date("Y-m-d H:i:s"); ?></p>
You can download the new version from the downloads section.
Please let me know if you have any issues or questions.
Thank you very much for your support!