Skip to content

Version 13.7.0

Latest
Compare
Choose a tag to compare
@joniles joniles released this 25 Nov 16:36
· 17 commits to master since this release
  • Update the MPXJ ruby gem to allow access to calendar data.
  • Mark the ActivityCodeValue.getType() method as deprecated. For clarity this method has been replaced by the new ActivityCodeValue.getActivityCode() method.
  • Mark the ActivityCodeValue.Builder.type() method as deprecated. For clarity this method has been replaced by the new ActivityCodeValue.Builder.activityCode() method.
  • Added the Task.getActivityCodeValues() method, which returns a Map of ActivityCodeValue instances, keyed by ActivityCode.
  • Marked the Task.getActivityCodes() method as deprecated. Replaced with the Task.getActivityCodeValues() method which is more clearly named, and presents the activity code values in a more flexible form.
  • Added the Task.addActivityCodeValue() method.
  • Marked the Task.addActivityCode() method as deprecated. Replaced with the Task.addActivityCodeValue() method which is more clearly named.
  • Further improvements to retrieval of custom field values read from MPP files.
  • Ensure that missing resource assignment and task start and finish dates are handled gracefully when working with calendars for manually scheduled tasks.