Skip to content

Commit

Permalink
prep for releasing 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanstegall committed Oct 9, 2024
1 parent 24cc8f2 commit 41a7919
Show file tree
Hide file tree
Showing 7 changed files with 16,731 additions and 23,781 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

* 2.2.11 (2024-10-08)
* Plugin status: Plugin status: as before, this plugin doesn't currently have official maintainers. I try to check in occasionally if anyone submits pull requests or major issues and merge them if I can do so rather quickly. Updates will be given within the plugin if/when that status changes.
* Bug fix: Fix offset calculation to avoid losing offset record updates. Thanks to @HyprCoder for the fix.
* Maintenance: Update supported WordPress version to 6.4 to match system requirements for Action Scheduler.
* Maintenance: Update installed version of Action Scheduler to 3.8.2.
* Maintenance: Test plugin in WordPress 6.6 and update compatibility.

* 2.2.10 (2024-06-23)
* Plugin status: Plugin status: as before, this plugin doesn't have any official maintainers. I try to check in occasionally if anyone submits pull requests or major issues and merge them if I can do so rather quickly. Updates will be given within the plugin if/when that status changes.
* Maintenance: Add a new filter to prevent new user notifications. Also prevents some possible errors that can happen when plugin options haven't been set. Thanks to @federicojacobi for the pull request.
Expand Down
9 changes: 8 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
Changelog
=========

* 2.2.10 (2024-06-19)
* 2.2.11 (2024-10-08)
* Plugin status: Plugin status: as before, this plugin doesn't currently have official maintainers. I try to check in occasionally if anyone submits pull requests or major issues and merge them if I can do so rather quickly. Updates will be given within the plugin if/when that status changes.
* Bug fix: Fix offset calculation to avoid losing offset record updates. Thanks to @HyprCoder for the fix.
* Maintenance: Update supported WordPress version to 6.4 to match system requirements for Action Scheduler.
* Maintenance: Update installed version of Action Scheduler to 3.8.2.
* Maintenance: Test plugin in WordPress 6.6 and update compatibility.

* 2.2.10 (2024-06-23)
* Plugin status: Plugin status: as before, this plugin doesn't have any official maintainers. I try to check in occasionally if anyone submits pull requests or major issues and merge them if I can do so rather quickly. Updates will be given within the plugin if/when that status changes.
* Maintenance: Add a new filter to prevent new user notifications. Also prevents some possible errors that can happen when plugin options haven't been set. Thanks to @federicojacobi for the pull request.
* Maintenance: Update supported WordPress version to 6.3 and PHP version to 7.0 to match the updated system requirements for Action Scheduler (see version 3.8 of that library). Action Scheduler does not currently force 7.0 in its composer library, so this plugin will follow that convention.
Expand Down
48 changes: 24 additions & 24 deletions languages/object-sync-for-salesforce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -577,84 +577,84 @@ msgstr ""
msgid "Salesforce API Response: %1$s"
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:418
#: classes/class-object-sync-sf-salesforce-pull.php:417
msgid "%1$s: Salesforce ID %2$s has already been attempted."
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:424
#: classes/class-object-sync-sf-salesforce-pull.php:423
msgid "This ID has already been attempted so it was not pulled again."
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:461
#: classes/class-object-sync-sf-salesforce-pull.php:460
msgid "%1$s: Salesforce ID %2$s is not allowed."
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:467
#: classes/class-object-sync-sf-salesforce-pull.php:466
msgid "This ID is not pullable so it was skipped."
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:482
#: classes/class-object-sync-sf-salesforce-pull.php:481
msgid "%1$s: Start to add Salesforce ID %2$s to the queue"
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:488
#: classes/class-object-sync-sf-salesforce-pull.php:487
msgid "This record is being sent to the queue. The hook name is %1$s. The arguments for the hook are: object type %2$s, object map ID %3$s, sync trigger %4$s. The schedule name is %5$s."
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:522
#: classes/class-object-sync-sf-salesforce-pull.php:521
msgid "%1$s: Salesforce ID %2$s has been successfully pulled into the queue."
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:528
#: classes/class-object-sync-sf-salesforce-pull.php:527
msgid "This ID has been successfully pulled and added to the queue for processing. It cannot be pulled again without being modified again."
msgstr ""

#. translators: placeholders are: 1) the log status, 2) what operation is happening, 3) the name of the Salesforce object type, 4) the previous Salesforce Id value, 5) the new Salesforce Id value, 6) the name of the WordPress object, 7) the WordPress id value.
#: classes/class-object-sync-sf-salesforce-pull.php:1020
#: classes/class-object-sync-sf-salesforce-pull.php:1022
msgid "%1$s: %2$s Salesforce %3$s objects with Ids %4$s and %5$s were merged (%5$s is the remaining ID. It is mapped to WordPress %6$s with %7$s.)"
msgstr ""

#. translators: placeholders are: 1) the log status.
#: classes/class-object-sync-sf-salesforce-pull.php:1250
#: classes/class-object-sync-sf-salesforce-pull.php:1251
msgid "%1$s: we are missing a deletedDate attribute here, but are expected to delete an item."
msgstr ""

#. translators: placeholders are: 1) the log status.
#: classes/class-object-sync-sf-salesforce-pull.php:1310
#: classes/class-object-sync-sf-salesforce-pull.php:1311
msgid "%1$s: Salesforce Pull: unable to process queue item because it has no Salesforce Id."
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:1327
#: classes/class-object-sync-sf-salesforce-pull.php:1328
msgid "unable to process queue item because it has no Salesforce Id."
msgstr ""

#. translators: placeholders are: 1) the log status, 2) the mapping object ID transient.
#: classes/class-object-sync-sf-salesforce-pull.php:1386
#: classes/class-object-sync-sf-salesforce-pull.php:1387
msgid "%1$s: mapping object transient ID %2$s is currently pushing, so we do not pull it."
msgstr ""

#. translators: %1$s is the log status.
#: classes/class-object-sync-sf-salesforce-pull.php:1444
#: classes/class-object-sync-sf-salesforce-pull.php:1445
msgid "%1$s Mapping: according to the current plugin settings, there are no parameters in the current dataset that can be pulled from Salesforce."
msgstr ""

#. translators: placeholders are: 1) the fieldmap row ID, 2) the name of the WordPress object, 3) the name of the Salesforce object.
#. translators: placeholders are: 1) the fieldmap row ID, 2) the name of the WordPress object, 3) the name of the Salesforce object.
#: classes/class-object-sync-sf-salesforce-pull.php:1449, classes/class-object-sync-sf-salesforce-push.php:1006
#: classes/class-object-sync-sf-salesforce-pull.php:1450, classes/class-object-sync-sf-salesforce-push.php:1006
msgid "There is a fieldmap with ID of %1$s and it maps the WordPress %2$s object to the Salesforce %3$s object."
msgstr ""

#. translators: placeholders are: 1) the ID of the Salesforce object, 2) the WordPress object type.
#: classes/class-object-sync-sf-salesforce-pull.php:1471
#: classes/class-object-sync-sf-salesforce-pull.php:1472
msgid "The plugin was trying to pull the Salesforce object with ID of %1$s to the WordPress %2$s object type."
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:1460, classes/class-object-sync-sf-salesforce-push.php:1016
#: classes/class-object-sync-sf-salesforce-pull.php:1461, classes/class-object-sync-sf-salesforce-push.php:1016
msgid "There is an existing object map with ID of %1$s and it is mapped to the WordPress %2$s with ID of %3$s and the Salesforce object with ID of %4$s."
msgstr ""

#. translators: placeholders are 1) the object's data that was attempted.
#: classes/class-object-sync-sf-salesforce-pull.php:1479
#: classes/class-object-sync-sf-salesforce-pull.php:1480
msgid "The Salesforce object data that was attempted: %1$s"
msgstr ""

Expand Down Expand Up @@ -696,7 +696,7 @@ msgstr ""
msgid " (Salesforce %1$s with Id of %2$s)"
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:1854, classes/class-object-sync-sf-salesforce-pull.php:1994, classes/class-object-sync-sf-salesforce-pull.php:2104
#: classes/class-object-sync-sf-salesforce-pull.php:1854, classes/class-object-sync-sf-salesforce-pull.php:1994, classes/class-object-sync-sf-salesforce-pull.php:2103
msgid "An error occurred pulling this data from Salesforce. See the plugin logs."
msgstr ""

Expand All @@ -710,24 +710,24 @@ msgid "%1$s: %2$s WordPress %3$s with %4$s of %5$s (Salesforce %6$s with Id of %
msgstr ""

#. translators: parameter is the name of the WordPress id field name.
#: classes/class-object-sync-sf-salesforce-pull.php:2126
#: classes/class-object-sync-sf-salesforce-pull.php:2125
msgid "The WordPress record was not deleted because there are multiple Salesforce IDs that match this WordPress %1$s.) They are:"
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:2136
#: classes/class-object-sync-sf-salesforce-pull.php:2135
msgid "The map row between this Salesforce object and the WordPress object, as stored in the WordPress database, will be deleted, and this Salesforce object has been deleted, but WordPress object data will remain untouched."
msgstr ""

#. translators: placeholders are: 1) the operation that is happening, 2) the name of the WordPress object type, 3) the WordPress id field name, 4) the WordPress object id value, 5) the name of the Salesforce object type, 6) the Salesforce Id.
#: classes/class-object-sync-sf-salesforce-pull.php:2141
#: classes/class-object-sync-sf-salesforce-pull.php:2140
msgid "%1$s: %2$s on WordPress %3$s with %4$s of %5$s was stopped because there are other WordPress records mapped to Salesforce %6$s of %7$s"
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:2093, classes/class-object-sync-sf-salesforce-pull.php:2069
#: classes/class-object-sync-sf-salesforce-pull.php:2092, classes/class-object-sync-sf-salesforce-pull.php:2068
msgid "%1$s: %2$s WordPress %3$s with %4$s of %5$s (%6$s %7$s)"
msgstr ""

#: classes/class-object-sync-sf-salesforce-pull.php:2244
#: classes/class-object-sync-sf-salesforce-pull.php:2242
msgid "Mapping object created via function: "
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions object-sync-for-salesforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Object Sync for Salesforce
* Description: Object Sync for Salesforce maps and syncs data between Salesforce objects and WordPress objects.
* Version: 2.2.10
* Version: 2.2.11
* Author: MinnPost
* Author URI: https://code.minnpost.com
* License: GPL2+
Expand Down Expand Up @@ -35,7 +35,7 @@
* @since 2.0.0
* @var string
*/
define( 'OBJECT_SYNC_SF_VERSION', '2.2.10' );
define( 'OBJECT_SYNC_SF_VERSION', '2.2.11' );

/**
* The default Salesforce API version, unless it has been overridden by pre-existing option or by developers
Expand Down
Loading

0 comments on commit 41a7919

Please sign in to comment.