Initially released to IWS Test on 201508012
Enhancements
Update to EagleML Extension (XPanel)
Eagle updated how extensions for EagleML panels are stored. With this update, changes were necessary in the logic around opening and saving EagleML extension panels. This change is being implemented in a phased approach. In this release, a change was made so that when you save a EagleML panel extension from XPanels, it saves it both in the old schema of extension\eagleml-custom.xsd and the new schema of schema\eagleml-custom-2-0.xsd. Therefore, your new EagleML panel extension will be available in both schemas. In a future release, the code will be enhanced to only save to the new schema and automatically do all actions required so that previously created extensions will work seamlessly.
This issue was tracked as Item #132806.
Software Fixes
Error Using Save All Files with the MC Preprocessor Tab
If you clicked the Save All Files button with the MC Preprocessor edit tab opened, you would get a remote server error. The code was updated and the tab content is now saved correctly.
This issue was tracked as Item #132294.
...