Foundry 4.23 released

Skyve Foundry has been upgraded to version 4.23. This release brings Skyve projects up to version 8.2.3, and provides a QR code to use to quickly test deployed applications on a phone as well as fixing some issues around mulit-module projects.

Improvements/Fixes

  • improvement attribute name validation for Collaboration projects
  • fix module name/display name issues in multi-module projects
  • display QR code after deploying an application for easy testing on mobile
  • fix redeploy to check for a selected deployment theme before defaulting to the development theme

Notes for Upgrading

All non-collaboration projects have been upgraded automatically to the latest Skyve platform version. If you have a collaboration project, you will need to manually update it in Git before you will be able to deploy your project again.

Steps to upgrade your collaboration project:

  • Ensure everything is committed and in sync in Foundry and in your Git repository
  • Check the Skyve blog and follow the upgrade instructions for all versions between your current version and the latest version
  • Update your pom Skyve version and Skyve plugin version to the latest
  • Perform a maven assemble
  • Review the changes, ensure none of your customisations are overwritten
  • Deploy locally and check everything still works
  • Commit and push the changes
  • From Foundry, go to your project, go to the Collaborate tab and click Pull
  • Foundry will automatically detect if your project is now running the latest Skyve version and enable deployment