Does the version of mendix have any effect on your app?

0
Does the version of mendix studio pro have any effect on my app. Im currently running mendix studio pro 8.18, but there is a mpk module package I want to implement in my app. The problem is the module package is only for version 9 and higher. I was just wanting to know what the implication of updating the version of my studio pro to add the module. 
asked
2 answers
1

Hey Reece,

You could create a branch line from your Mainline and upgrade that branch line to any version 9 of your choosing. Then run the app locally and see if there are any breaking changes. There is a high chance it might break the UI elements especially if Atlas version gets upgraded so I recommend the approach I mentioned each time you plan to make a big mendix version jump.

Additionally, you could check out the release notes to see if you could spot what might break your app if you perform the upgrade : https://docs.mendix.com/releasenotes/studio-pro/

Hope this helps.

Regards
Kevin

answered
0

Follow Kevin’s good advice. Best go to 9.12.2. Once you have upgraded and started using it, there is no going back with losing some data. You will get all the good stuff like better UI and styling options, Workflow, nanoflow-debugging and lots more.

answered