Difference between revisions of "Version 8.1 Platform Release Notes"
From LongJump Support Wiki
imported>Aeric |
imported>Aeric |
||
Line 90: | Line 90: | ||
::Description. | ::Description. | ||
--> | --> | ||
}} | |||
=== Deprecated Functionality === | |||
==== Standalone Functions Deprecated ==== | |||
:Standalone Functions have been deprecated. Existing functions continue to work in this release, but it is no longer possible to create new ones. In a future release, support will be discontinued entirely. For equivalent functionality, define methods in Java [[Classes]]. | |||
:''Learn more:'' | |||
::* [[Version_8.0_Platform_Release_Notes#functions_deprecated]] | |||
::* [[Eclipse_Plug-In#Migrating_Classes_for_Use_in_the_Plugin]] | |||
}} <!-- END: ShowDevInfo --> | |||
<!-- | <!-- |
Revision as of 23:32, 6 June 2011
See also:
- Release Notes for all versions
- Doc Notes for documentation changes.
1 For Users and Designers
1.1 Major Enhancements
- New Mobile Interface - Javelin
- Access and interact with the Platform from your iPhone, iPad, or Android device:
- Add, edit, and delete records
- Add tasks and manage them
- Use Relay to monitor your team’s status and make comments
- Learn more:
- __TBD: link to wiki page__
- Javelin video
- Relay Enhancements
-
- Notifications - A notification icon now appears in the interface to let you know when there are updates to your Relay feed or responses to your posts.
- 360-degree View - When you're tracking a record, you can get updates on related records like notes and tasks.
- Learn more:
- __TBD: link to wiki page__
- Relay video
- User Community Forum - LongJump Answers
- Ask questions and get answers from members of the LongJump community.
- Learn more: __TBD: link to wiki page__
- Web Form Attachments
- Include files and images with the data submitted to the platform by web forms running on your own servers.
- Learn more: __TBD: link to wiki page__
1.2 Significant Changes
- Designer Menu Enhancements
- In the Designer menu, the Data & Presentation category has been split into two categories: Data and Presentation. Additional items have been added to those categories, and to other categories in the Designer menu.
- Feature
- Description.
2 For Developers
2.1 Major Enhancements
- Feature
- Description.
2.2 Significant Changes
- Functions have been deprecated
- Existing functions continue to work, but it is no longer possible to create new ones. Support for functions will be discontinued entirely in a future release, so existing functions should be converted to class methods.
- Feature
- Description.
2.3 Deprecated Functionality
2.3.1 Standalone Functions Deprecated
- Standalone Functions have been deprecated. Existing functions continue to work in this release, but it is no longer possible to create new ones. In a future release, support will be discontinued entirely. For equivalent functionality, define methods in Java Classes.
- Learn more: