Prado 4.0.1 is available
April 1, 2018
This is not an April Fools joke! This is mostly a bugfix release, and it contains an important fix for active controls when running under the recently released php version 7.2 (see issue #663 for further details).
The minimum required php version is now 5.4, in order to support some useful features like the short array syntax. Anyway, you may want to stick with a supported php version like 5.6 or preferably at least 7.1.
If you are still using one of the Prototypejs based controls (eg. TAutoComplete, TDraggable) or any other deprecated feature, you may want to have a read at the UPGRADE.md instructions before updating in order to find a replacement.
Last but not least, a big overhaul took place on the code an the documentation blocks to make them more consistent.
We hope you'll enjoy coding with this new version as usual!
Happy coding!
The PRADO Group
Prado 3.3.3 is released
January 25, 2018
The PRADO Group is proud to announce the formal release of PRADO 3.3.3.
Release 3.3.3 is a bugfix release, and doesn't introduce any backward incompatible change.
Most notable changes are:
- two fixes to run under IIS #610 #625
- an important fix when running in fpm mode #648
As usual, if you find a problem, please
report it so that we can fix it.
Happy coding!
The PRADO Group
Prado 4.0.0 is released
November 20, 2017
The PRADO Group is proud to announce the formal release of PRADO 4.0.0.
Prado4 is a long-time overdue update to support php's new features, PSR's standards and loading external libraries using composer.
Such a big change required a lot of testing to ensure a stable behaviour. Still, the main goal was to be fully backwards compatible with existing applications, requiring little to none effort to port them to the new Prado version.
We hope you enjoy working with the new version: happy coding!
The PRADO Group
Prado 3.3.2 is released
August 23, 2016
The PRADO Group is proud to announce the formal release of PRADO 3.3.2.
Release 3.3.2 is a bugfix release, and doesn't introduce any backward incompatible change. Please have a look at the full changelog for more informations.
As usual, if you find a problem, please report it so that we can fix it.
Happy summer!
The PRADO Group
Prado 3.3.1 is released
April 19, 2016
The PRADO Group is proud to announce the formal release of PRADO 3.3.1.
Release 3.3.1 is a bugfix release for the recently released 3.3 "jQuery" PRADO branch. A few problems popped up on the new jQuery based controls, and they've been fixed. We also reworked a bit the way class autoloading works to make PRADO more friendly with 3rdparty libraries. Another area of improvement is error handling on fatal errors and a more developer friendly error reporting when using AJAX. More changes happened under the hood, please have a look at the full changelog for more informations.
As usual, if you find a problem, please report it so that we can fix it.
Have a good time coding!
The PRADO Group
Prado 3.3.0 is released
February 15, 2016
The PRADO Group is proud to announce the formal release of PRADO 3.3.0.
Release 3.3.0 is the very first PRADO release to introduce jQuery is the javascript framework of choice. Our first directive is to modernize the framework while keeping old code working, so all the existing PRADO controls have already been ported, and prototype is still included to provide backward compatibility for custom controls. Anyway, updating custom controls is probably a good idea. Have a look at the Upgrading from v3.2 page in the Quickstart tutorial for more informations.
For any issue, please report it so that we can fix it in the next version.
Happy coding!
The PRADO Group