The new branch uses Fields instead of a node type for GraphMind. It makes it much more flexible and integrated with Drupal 7.
Not compatible with 7.x-.1x version.
Issue #1555078 by CrookedNumber: npr_audio fields (and only npr_audio fields) can now be mapped to audio NPRML fields
Issue #1555938 by CrookedNumber: Validator only runs on field mappings, if "push this node type" box is checked.
Issue #1554662 by CrookedNumber: The required validation check only happens once per form submit -- rather than once per node type (see comment 5941576).
Issue #1554662 by CrookedNumber: Mapped fields for push needs an NPR ID field
Issue #1480572 by CrookedNumber: Global config options for new stories
Issue #1480608 by mtift, CrookedNumber: npr_pull_save_story needs to be WAAAAY more careful
Issue #1543346 by CrookedNumber: Pull NPR Story feature should only accept a URL, not a naked ID
Issue #1545450: Verbose and thorough help text around npr_push_api_url
Issue #1545458 by CrookedNumber: Send canonical node URL in push XML
Issue #1545420 by CrookedNumber: allow users to map fields from existing content types to the XML that is being pushed. Added mapping UI (plus validate and submit handlers); expanded and moved npr_api_get_nprml_fields() --> npr_api_get_nprml_fields(); added dynamic element creation to create_NPRML method.
Issue #1543544 by CrookedNumber: Use XML DOM for XML creation, not SimpleXML
Adding explicit encoding to XML/NPRML
Issue #1535856 by mtift, CrookedNumber: Incorrect story IDs are not handled correctly