Releases: CSOIreland/PxStat
8.1.2 RTM
This is the RTM (Release To Manufacturing) Version 8.1.2
ready for a production environment.
This release contains changes to enhance the PxBuild feature, including a critical bug fix.
The Update Wiki page is currently being rewritten to fit in the new upgrade process. If you are upgrading from a previous version, please contact us and we will provide direct assistance.
8.0.0 RTM
This is the RTM (Release To Manufacturing) Version 8.0.0
ready for a production environment.
This is a cumulative release including all intermediate versions.
IMPORTANT
THIS RELEASE IS NOT BACKWARD COMPATIBLE: it includes the full upgrade from .Net4
to .Net6
, from Bootstrap4
to Bootstrap5
, all configuration settings moved from files to database, and most of the third-party libraries and dependencies upgraded, both Client Side and Server Side.
The Update Wiki page is currently being rewritten to fit in the new upgrade process. If you are upgrading from a previous version, please contact us and we will provide direct assistance.
5.6.1 RTM
5.6.0 RTM
This is the RTM (Release To Manufacturing) Version 5.6.0
ready for a production environment.
This is a cumulative release including the intermediate Milestone 5.5.0
.
If updating from a previous version, please follow the instruction available in the Update Wiki page.
Issues for Milestone 5.6.0
Issues for Milestone 5.5.0
Notice
Please note that from this release onward you can avail of the pre-compiled server-side code ready to be published in the server/publish
folder.
5.4.1 RTM
This is the RTM (Release To Manufacturing) Version 5.4.1
ready for a production environment.
This is a cumulative release including the intermediate Milestone 5.2.0
, 5.3.0
, 5.4.0
.
If updating from a previous version, please follow the instruction available in the Update Wiki page.
Issues for Milestone 5.4.0
Issues for Milestone 5.3.0
Issues for Milestone 5.2.0
5.1.0 RTM
This is the RTM (Release To Manufacturing) Version 5.1.0
ready for a production environment.
If updating from a previous version, please follow the instruction available in the Update Wiki page.
Issues for Milestone 5.1.0
5.0.0 RTM
This is the RTM (Release To Manufacturing) Version 5.0.0
ready for a production environment.
NOTICE 1: This version is not backward compatible because the data-model has been fully changed to drastically improve performance.
NOTICE 2: If you intend to upgrade from a version earlier than 5.0.0 to a version greater than 5.0.0 then you must first upgrade to 5.0.0 and then perform a second upgrade to the latest version you want to upgrade to. This is because the version 5.0.0 requires a migration process which is explained below.
If updating from a previous version, please follow the instruction available in the Update Wiki page and make sure to implement the Migration step as per below:
- Make sure you have successfully completed the Update steps and that the
API_MAINTENANCE
flag in the Server-side Web.config is set toTRUE
. - Configure the DB connection string in the Px5Migrator application at
\utilities\Px5Migrator\Px5Migrator\App.config
- Compile the Px5Migrator application and copy the Release folder
\utilities\Px5Migrator\Px5Migrator\bin\Release\
to the Server-side server. - Log into the Server-side server and open the Command Prompt as Administrator
- Execute the line command
Px5Migrator.exe
contained in the Release folder previously copied, this will execute the migration - Switch back the
API_MAINTENANCE
flag in the Server-side Web.config toFALSE
and verify the system is back online..
Issues for Milestone 5.0.0
4.0.1 RTM
This is the RTM (Release To Manufacturing) Version 4.0.1
ready for a production environment.
If updating from a previous version, please follow the instruction available in the Update Wiki page.