Skip to content

Releases: MinnPost/object-sync-for-salesforce

Version 1.0.5

29 Jun 20:14
Compare
Choose a tag to compare
  • Fixes an inconsistent scenario in which the plugin created object map rows with a WordPress or Salesforce ID of 0 and then failed to sync new objects because of the database key. Here's how:
    - Change the wordpress_id field on the map table to be a varchar instead of an integer (updating the plugin from the wordpress repo will automatically update this, but users who update manually will need to do it manually)
    - when creating an object map between two items, plugin creates a temporary id value for whichever system does not have the item (ie a temporary wordpress id if we're on a salesforce pull action). This replaces the value of 0 that the plugin previously used before updating the database with the correct id value.
    - This way if the api fails, server goes down, whatever, that tmp id is unique down to the milisecond. The database key can stay, making sure duplicate ids do not get mapped and such, but in a worst case scenario there are rows that keep the temp id because the operation failed. They can be tracked down to when they happened and whether it was a push or pull that failed, by looking up that ID in the database.
  • Also updates documentation to be more clear about how the plugin works with data that exists prior to installation (mostly it doesn't, with some tiny manual exceptions).

Version 1.0.3

04 Aug 17:08
Compare
Choose a tag to compare
v1.0.3

tweaks to the deploy remove stuff. i think it's as good as it can be,…

Version 1.0.2

12 Jun 13:10
Compare
Choose a tag to compare

Update the supported version after testing on WordPress 4.8.

Version 1.0.1

05 Jun 14:33
Compare
Choose a tag to compare

This is a small tweak to allow the status table summaries to be translatable. This puts the plugin into better compliance with the WP standards.

Version 1.0.0

30 May 15:53
Compare
Choose a tag to compare

First production ready release. This can be installed from the WordPress plugin directory.