· PHP 5.4 compatability: Fix for "calltime pass by reference" error, special thanks to Raphael Berlamont.
· Default resume now outputs schema.org compliant microdata
· JSON resume feed now supports JSONP (just pass the ?callback=foo argument)
· Back compatibility with pre-2.0 templating functions
· Fix for custom resume templates not properly loading
· French translation update, props phpcore
· Enhanced translation support on administrative backend.
· Added French language translation.
· Additional refinement of upgrade path from certain older versions.
· Dragdrop interface for reordering resume elements completely rewritten for greater compatibility
· Handling of organizations in default resume template greatly improved (organizations are no longer required for all positions)
· Removed requirement that all positions have organizations before they could be saved
· Positions, sections, and organizations in dragdrop interface now link to their edit pages
· Fix bug where resume would not pass HTML validation if URL rewriting was enabled
· Fixed typo in organizations slug when URL rewriting was enabled
· Added option to automatically hide page titles on resume pages (via .hide-title class)
· If URL rewriting is enabled position, organization, and section titles now appear as links
· URL Rewriting now properly works for sections and organizations, if enabled
· Added .resume CSS class to posts with resume shortcodes
· Created functions to help pull and format author's information into custom resume templates
· Added additional API hooks for developers to customize the plugin's functionality
· Fixes bug where options would not save and positions/summary would not display if user_nicename differed from user_login.
· Options page is now accessible to non-administrators and performs proper capability checks (based off edit_posts, edit_others_posts, and manage_options).
· Fixed bug where summary would not display on resume in certain circumstances.
· Removed improperly used HTML5 details tag which forced position details into toggle in some browsers.
· Fix bug with summary display on resume.
· Bugfix on options page.
· Bugfix on upgrade procedure.
· Permalink bugfix.
· Added Plugin API Hooks for customization.