Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@jonathanstegall jonathanstegall released this 10 Mar 23:56
· 1386 commits to master since this release
  • New: this release adds an interface for importing and exporting plugin data. It includes fieldmaps (which map object types to each other), object maps (individual objects mapped to each other) and plugin settings. Data is exported to a single JSON file that can be imported.
  • Bug fix: this release supports a datetime change in MySQL versions newer than 5.7.4 in which default values can no longer be 0000-00-00. See this StackOverflow page for details.
  • Bug fix: this release fixes an issue where admin notices for this plugin would sometimes be empty.
  • Also fixed a ton of code formatting stuff, including translation spots.
  • This release also fixes the previously broken Travis CI build's issues with older PHP versions.