Changeset 3372437
- Timestamp:
- 10/03/2025 03:08:34 PM (2 months ago)
- Location:
- fusewp/trunk
- Files:
-
- 2 added
- 14 edited
-
changelog.txt (modified) (1 diff)
-
fusewp.php (modified) (2 diffs)
-
languages/fusewp.pot (modified) (21 diffs)
-
readme.txt (modified) (6 diffs)
-
src/core/src/Admin/AdminNotices.php (modified) (3 diffs)
-
src/core/src/Admin/SettingsPage/AbstractSettingsPage.php (modified) (1 diff)
-
src/core/src/Admin/SettingsPage/LicenseUpgrader.php (modified) (1 diff)
-
src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php (modified) (4 diffs)
-
src/core/src/Base.php (modified) (3 diffs)
-
src/core/src/Integrations/Mailchimp/Mailchimp.php (modified) (4 diffs)
-
src/core/src/Integrations/ZohoCRM/ZohoCRM.php (modified) (1 diff)
-
src/core/src/Integrations/ZohoCampaigns/ZohoCampaigns.php (modified) (1 diff)
-
src/core/src/Sync/Sources/SureForms.php (added)
-
src/core/src/Sync/Sources/WSForm.php (added)
-
src/core/third-party/vendor/composer/installed.json (modified) (1 diff)
-
src/core/third-party/vendor/composer/installed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fusewp/trunk/changelog.txt
r3351394 r3372437 1 1 == Changelog == 2 3 = 1.1.23.0 = 4 * Added [SureForms integration](https://fusewp.com/article/sync-sureforms-email-marketing/?ref=changelog). 5 * Added [WS Form integration](https://fusewp.com/article/sync-wsform-email-marketing/?ref=changelog). 6 * Pro [FluentCommunity integration](https://fusewp.com/article/sync-fluentcommunity-email-marketing/?ref=changelog). 7 * Pro [AffiliateWP integration](https://fusewp.com/article/sync-affiliatewp-email-marketing/?ref=changelog). 8 * Pro [SliceWP integration](https://fusewp.com/article/sync-slicewp-email-marketing/?ref=changelog). 9 * Added fusewp_sync_mailchimp_api_key filter. 10 * Fixed token refresh not working for zoho for non-US accounts. 2 11 3 12 = 1.1.22.0 = -
fusewp/trunk/fusewp.php
r3351394 r3372437 4 4 * Plugin URI: https://fusewp.com 5 5 * Description: Connect WordPress to your email marketing software and CRM. 6 * Version: 1.1.2 2.06 * Version: 1.1.23.0 7 7 * Author: FuseWP Team 8 8 * Text Domain: fusewp … … 16 16 17 17 define('FUSEWP_SYSTEM_FILE_PATH', __FILE__); 18 define('FUSEWP_VERSION_NUMBER', '1.1.2 2.0');18 define('FUSEWP_VERSION_NUMBER', '1.1.23.0'); 19 19 20 20 FuseWP\Core\Core::init(); -
fusewp/trunk/languages/fusewp.pot
r3351394 r3372437 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: FuseWP - Lite 1.1.2 2.0\n"5 "Project-Id-Version: FuseWP - Lite 1.1.23.0\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fusewp\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2025- 08-27T16:20:12+00:00\n"12 "POT-Creation-Date: 2025-10-03T14:14:17+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.8.1\n" … … 101 101 102 102 #: src/core/src/Admin/AdminNotices.php:193 103 msgid "Did you know you can sync your FluentCommunity members to your CRM and email list based on their subscribed spaces and enrolled courses? %sLearn more%s" 104 msgstr "" 105 106 #: src/core/src/Admin/AdminNotices.php:199 103 107 msgid "Did you know you can sync registered users through Ultimate Member registration forms to your CRM and email list? %sLearn more%s" 104 108 msgstr "" 105 109 106 #: src/core/src/Admin/AdminNotices.php: 199110 #: src/core/src/Admin/AdminNotices.php:205 107 111 msgid "Did you know you can sync registered users through Profile Builder registration forms to your CRM and email list? %sLearn more%s" 108 112 msgstr "" 109 113 110 #: src/core/src/Admin/AdminNotices.php:2 05114 #: src/core/src/Admin/AdminNotices.php:211 111 115 msgid "Did you know you can sync customers in Easy Digital Downloads to your CRM and email list based on their purchased products, order and subscription status? %sLearn more%s" 112 116 msgstr "" 113 117 114 #: src/core/src/Admin/AdminNotices.php:21 1118 #: src/core/src/Admin/AdminNotices.php:217 115 119 msgid "Did you know you can sync Gravity Forms to your CRM and email list after payment and submission based on the form submitted, order and subscription status? %sLearn more%s" 116 120 msgstr "" 117 121 118 #: src/core/src/Admin/AdminNotices.php:2 17122 #: src/core/src/Admin/AdminNotices.php:223 119 123 msgid "Did you know you can sync WPForms to your CRM and email list after form submission and user registration based on the form submitted? %sLearn more%s" 120 124 msgstr "" 121 125 122 #: src/core/src/Admin/AdminNotices.php:22 3126 #: src/core/src/Admin/AdminNotices.php:229 123 127 msgid "Did you know you can sync Contact Form 7 to your CRM and email list after form submission based on the form submitted? %sLearn more%s" 124 128 msgstr "" 125 129 126 #: src/core/src/Admin/AdminNotices.php:2 29130 #: src/core/src/Admin/AdminNotices.php:235 127 131 msgid "Did you know you can sync Fluent Forms to your CRM and email list after form submission based on the form submitted? %sLearn more%s" 128 132 msgstr "" 129 133 130 #: src/core/src/Admin/AdminNotices.php:2 35134 #: src/core/src/Admin/AdminNotices.php:241 131 135 msgid "Did you know you can integrate Forminator to your CRM and email list after form submission based on the form submitted? %sLearn more%s" 132 136 msgstr "" 133 137 134 #: src/core/src/Admin/AdminNotices.php:24 1138 #: src/core/src/Admin/AdminNotices.php:247 135 139 msgid "Did you know you can sync Formidable Forms to your CRM and email list after form submission based on the form submitted? %sLearn more%s" 136 140 msgstr "" 137 141 138 #: src/core/src/Admin/AdminNotices.php:2 47142 #: src/core/src/Admin/AdminNotices.php:253 139 143 msgid "Did you know you can sync Everest Forms to your CRM and email list after form submission based on the form submitted? %sLearn more%s" 140 144 msgstr "" 141 145 142 #: src/core/src/Admin/AdminNotices.php:253 146 #: src/core/src/Admin/AdminNotices.php:259 147 msgid "Did you know you can sync SureForms to your CRM and email list after form submission based on the form submitted? %sLearn more%s" 148 msgstr "" 149 150 #: src/core/src/Admin/AdminNotices.php:265 151 msgid "Did you know you can sync WS Form to your CRM and email list after form submission based on the form submitted? %sLearn more%s" 152 msgstr "" 153 154 #: src/core/src/Admin/AdminNotices.php:271 143 155 msgid "Did you know you can sync Ninja Forms to your CRM and email list after form submission based on the form submitted? %sLearn more%s" 144 156 msgstr "" 145 157 146 #: src/core/src/Admin/AdminNotices.php:2 59158 #: src/core/src/Admin/AdminNotices.php:277 147 159 msgid "Did you know you can sync GiveWP donors to your CRM and email list after donation based on their payment and subscription status? %sLearn more%s" 148 160 msgstr "" 149 161 150 #: src/core/src/Admin/AdminNotices.php:2 65162 #: src/core/src/Admin/AdminNotices.php:283 151 163 msgid "Did you know you can sync WP Travel Engine customers to your CRM and email list after donation based on their booked trips, trip type and booking status? %sLearn more%s" 164 msgstr "" 165 166 #: src/core/src/Admin/AdminNotices.php:289 167 msgid "Did you know you can subscribed affiliates in AffiliateWP to your CRM and email list after registration and profile update? %sLearn more%s" 168 msgstr "" 169 170 #: src/core/src/Admin/AdminNotices.php:295 171 msgid "Did you know you can subscribed affiliates in SliceWP to your CRM and email list after registration and profile update? %sLearn more%s" 152 172 msgstr "" 153 173 … … 277 297 278 298 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:273 279 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:2 07299 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:211 280 300 msgid "Advanced Gravity Forms Sync" 281 301 msgstr "" … … 328 348 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:284 329 349 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:203 330 msgid " Advanced Custom FieldsSync"350 msgid "FluentCommunity Sync" 331 351 msgstr "" 332 352 … … 336 356 msgstr "" 337 357 338 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:292 358 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:286 359 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:207 360 msgid "Advanced Custom Fields Sync" 361 msgstr "" 362 363 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:293 339 364 msgid "Enhance the power of FuseWP with the Pro version featuring integrations with many plugins. %sLearn more%s" 340 365 msgstr "" 341 366 342 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:30 5343 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php: 49367 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:306 368 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:50 344 369 msgid "Get FuseWP Pro →" 345 370 msgstr "" 346 371 347 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:32 1372 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:322 348 373 msgid "Whether you need help or have a new feature request, let us know. %sRequest Support%s" 349 374 msgstr "" 350 375 351 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:3 29376 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:330 352 377 msgid "Detailed documentation is also available on the plugin website. %sView Knowledge Base%s" 353 378 msgstr "" 354 379 355 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:33 7380 #: src/core/src/Admin/SettingsPage/AbstractSettingsPage.php:338 356 381 msgid "If you are enjoying FuseWP and find it useful, please consider leaving a ★★★★★ review on WordPress.org. %sLeave a Review%s" 357 382 msgstr "" … … 400 425 msgstr "" 401 426 402 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:21 1427 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:215 403 428 msgid "Advanced WPForms Sync" 404 429 msgstr "" 405 430 406 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:2 29431 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:233 407 432 #: src/core/src/Integrations/Brevo/Brevo.php:252 408 433 #: src/core/src/Integrations/Flodesk/Flodesk.php:182 … … 413 438 414 439 #. translators: %1$s Opening anchor tag, do not translate. %2$s Closing anchor tag, do not translate. 415 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:24 2440 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:246 416 441 msgid "<strong>Bonus</strong>: Loyal FuseWP Lite users get <u>10%% off</u> regular price using the coupon code <u>10PERCENTOFF</u>, automatically applied at checkout. %1$sUpgrade to Premium →%2$s" 417 442 msgstr "" 418 443 419 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:2 87444 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:291 420 445 msgid "You are not allowed to install plugins." 421 446 msgstr "" 422 447 423 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:29 3448 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:297 424 449 msgid "Please enter your license key to connect." 425 450 msgstr "" 426 451 427 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php: 297452 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:301 428 453 msgid "Only the Lite version can be upgraded." 429 454 msgstr "" 430 455 431 456 #. translators: %1$s Opening anchor tag, do not translate. %2$s Closing anchor tag, do not translate. 432 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:33 0457 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:334 433 458 msgid "Oops! We could not automatically install an upgrade. Please download the plugin from fusewp.com and install it manually." 434 459 msgstr "" 435 460 436 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:3 69437 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:43 0461 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:373 462 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:434 438 463 msgid "Plugin installed & activated." 439 464 msgstr "" 440 465 441 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:41 0466 #: src/core/src/Admin/SettingsPage/LicenseUpgrader.php:414 442 467 msgid "You are not licensed." 443 468 msgstr "" … … 713 738 msgstr "" 714 739 715 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:1 5740 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:16 716 741 msgid "Upgrade to map custom fields to profile information and assign tags to users for supported email marketing platforms." 717 742 msgstr "" 718 743 719 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:1 8744 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:19 720 745 msgid "Sync customers in WooCommerce, WooCommerce Subscriptions, Easy Digital Downloads, and WP Travel Engine with your CRM and email marketing software based on their purchased products, the categories and tags they purchased from." 721 746 msgstr "" 722 747 723 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:2 2724 msgid "Sync members in your membership plugin with your email marketing software based on their subscribed plans, membership level and membership status. Supports %s."725 msgstr "" 726 727 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:2 8748 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:23 749 msgid "Sync members in your membership and community plugin with your email marketing software based on their subscribed plans, membership level and membership status. Supports %s." 750 msgstr "" 751 752 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:29 728 753 msgid "Sync students in your LMS plugin with your email marketing software based on their enrolled courses, memberships, groups and enrollment status. Supports %s." 729 754 msgstr "" 730 755 731 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:3 3732 msgid "Sync custom fields added by Advanced Custom Fields (ACF) to the user profile and form submissions and payments from Gravity Forms, WPForms, Ninja Forms, Contact Form 7, Fluent Forms, Formidable Forms, Everest Forms, Forminator to your email marketing platform and CRM."733 msgstr "" 734 735 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:3 6756 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:34 757 msgid "Sync custom fields added by Advanced Custom Fields (ACF) to the user profile and form submissions and payments from Gravity Forms, WPForms, Ninja Forms, Contact Form 7, Fluent Forms, Formidable Forms, Everest Forms, Forminator, WS Form, SureForms to your email marketing platform and CRM. Also supports AffiliateWP & SliceWP" 758 msgstr "" 759 760 #: src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php:37 736 761 msgid "Access premium integrations such as Google Sheets, Salesforce, Ortto." 737 762 msgstr "" … … 973 998 #: src/core/src/Sync/Sources/GravityForms.php:216 974 999 #: src/core/src/Sync/Sources/NinjaForms.php:184 1000 #: src/core/src/Sync/Sources/SureForms.php:168 975 1001 #: src/core/src/Sync/Sources/WPForms.php:150 1002 #: src/core/src/Sync/Sources/WSForm.php:132 976 1003 msgid "WordPress User Data" 977 1004 msgstr "" … … 1989 2016 msgstr "" 1990 2017 1991 #: src/core/src/Integrations/Mailchimp/Mailchimp.php:1 582018 #: src/core/src/Integrations/Mailchimp/Mailchimp.php:164 1992 2019 msgid "Mailchimp access token not found." 1993 2020 msgstr "" … … 2302 2329 #: src/core/src/Sync/Sources/GravityForms.php:102 2303 2330 #: src/core/src/Sync/Sources/NinjaForms.php:118 2331 #: src/core/src/Sync/Sources/SureForms.php:114 2304 2332 #: src/core/src/Sync/Sources/WPForms.php:225 2333 #: src/core/src/Sync/Sources/WSForm.php:200 2305 2334 msgid "Lead Email Address" 2306 2335 msgstr "" … … 2313 2342 #: src/core/src/Sync/Sources/GravityForms.php:131 2314 2343 #: src/core/src/Sync/Sources/NinjaForms.php:51 2344 #: src/core/src/Sync/Sources/SureForms.php:64 2315 2345 #: src/core/src/Sync/Sources/WPForms.php:54 2346 #: src/core/src/Sync/Sources/WSForm.php:63 2316 2347 msgid "After Form Submission" 2317 2348 msgstr "" … … 2323 2354 #: src/core/src/Sync/Sources/GravityForms.php:154 2324 2355 #: src/core/src/Sync/Sources/NinjaForms.php:56 2356 #: src/core/src/Sync/Sources/SureForms.php:72 2325 2357 #: src/core/src/Sync/Sources/WPForms.php:75 2358 #: src/core/src/Sync/Sources/WSForm.php:68 2326 2359 msgid "Event" 2327 2360 msgstr "" … … 2338 2371 #: src/core/src/Sync/Sources/GravityForms.php:171 2339 2372 #: src/core/src/Sync/Sources/NinjaForms.php:153 2373 #: src/core/src/Sync/Sources/SureForms.php:150 2340 2374 #: src/core/src/Sync/Sources/WPForms.php:126 2375 #: src/core/src/Sync/Sources/WSForm.php:110 2341 2376 msgid "Form ID" 2342 2377 msgstr "" … … 2373 2408 #: src/core/src/Sync/Sources/Forminator.php:84 2374 2409 #: src/core/src/Sync/Sources/GravityForms.php:170 2410 #: src/core/src/Sync/Sources/SureForms.php:149 2375 2411 #: src/core/src/Sync/Sources/WPForms.php:125 2412 #: src/core/src/Sync/Sources/WSForm.php:109 2376 2413 msgid "Entry ID" 2377 2414 msgstr "" … … 2381 2418 #: src/core/src/Sync/Sources/GravityForms.php:172 2382 2419 #: src/core/src/Sync/Sources/NinjaForms.php:154 2420 #: src/core/src/Sync/Sources/SureForms.php:152 2383 2421 msgid "Entry Created Date" 2384 2422 msgstr "" … … 2408 2446 2409 2447 #: src/core/src/Sync/Sources/FluentForms.php:84 2448 #: src/core/src/Sync/Sources/WSForm.php:112 2410 2449 msgid "Created At" 2411 2450 msgstr "" … … 2473 2512 msgstr "" 2474 2513 2514 #: src/core/src/Sync/Sources/SureForms.php:81 2515 msgid "Sync SureForms leads to your email marketing software after form submission. %sLearn more%s" 2516 msgstr "" 2517 2518 #: src/core/src/Sync/Sources/SureForms.php:151 2519 #: src/core/src/Sync/Sources/WPForms.php:127 2520 #: src/core/src/Sync/Sources/WSForm.php:111 2521 msgid "Form Name" 2522 msgstr "" 2523 2475 2524 #: src/core/src/Sync/Sources/WPForms.php:81 2476 2525 msgid "Sync WPForms leads to your email marketing software after form submission, or user registration. %sLearn more%s" … … 2493 2542 msgstr "" 2494 2543 2495 #: src/core/src/Sync/Sources/WPForms.php:1272496 msgid "Form Name"2497 msgstr ""2498 2499 2544 #: src/core/src/Sync/Sources/WPForms.php:128 2500 2545 msgid "Page ID" … … 2512 2557 msgid "Sync WordPress users with your email marketing software based on their registered user roles. Changes to user profile information are automatically synced as well. And if a user is deleted, they are automatically unsubscribed. %sLearn more%s" 2513 2558 msgstr "" 2559 2560 #: src/core/src/Sync/Sources/WSForm.php:74 2561 msgid "Sync WS Form Forms leads to your email marketing software after form submissionh. %sLearn more%s" 2562 msgstr "" -
fusewp/trunk/readme.txt
r3351394 r3372437 6 6 Requires PHP: 7.4 7 7 Tested up to: 6.8 8 Stable tag: 1.1.2 2.08 Stable tag: 1.1.23.0 9 9 License: GPLv2 or later 10 10 … … 23 23 FuseWP [subscribes WordPress users after registration to your email list based on their user roles](https://fusewp.com/article/sync-wordpress-users-email-list-based-on-user-roles/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). If users update their profile information or change their account email address, their profile changes are automatically synchronized to your email marketing software and CRM. And if users' accounts are deleted, they are automatically unsubscribed. 24 24 25 FuseWP can [export, bulk-sync, or batch-process existing WordPress users](https://fusewp.com/article/bulk-sync-existing-users-memberships-records/) to your CRM and email marketing platforms as contacts. 25 With FuseWP, you can [export, bulk-sync, or batch-process existing WordPress users](https://fusewp.com/article/bulk-sync-existing-users-memberships-records/) to your CRM and email marketing platforms as contacts. 26 27 FuseWP Lite connects WordPress form plugin to CRM and email marketing software so leads are synced to your email list after form submissions. They include: Contact Form 7, Gravity Forms, WPForms, Fluent Forms, Ninja Forms, Formidable Forms, Forminator Forms, Everest Forms, WS Form, SureForms. 28 29 * [Contact Form 7](https://fusewp.com/article/sync-contact-form-7-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 30 * [Gravity Forms](https://fusewp.com/article/sync-gravity-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 31 * [WPForms](https://fusewp.com/article/sync-wpforms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 32 * [Fluent Forms](https://fusewp.com/article/sync-fluent-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 33 * [Ninja Forms](https://fusewp.com/article/sync-ninja-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 34 * [Formidable Forms](https://fusewp.com/article/sync-formidable-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 35 * [Forminator Forms](https://fusewp.com/article/sync-forminator-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 36 * [Everest Forms](https://fusewp.com/article/sync-everest-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 37 * [WS Form](https://fusewp.com/article/sync-wsform-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 38 * [SureForms](https://fusewp.com/article/sync-sureforms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 26 39 27 40 It can replace Zapier, Integromat / Make, Pabbly Connect, LeadsBridge, and other automator and integration tools that connect WordPress to your CRM. … … 71 84 **– Gravity Forms –** 72 85 73 [Subscribe Gravity Forms leads to your email marketing list](https://fusewp.com/article/sync-gravity-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) after form submission,user registration, successful payment and refund. Segmentation based on product subscription status is also possible.86 [Subscribe Gravity Forms leads to your email marketing list](https://fusewp.com/article/sync-gravity-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) after user registration, successful payment and refund. Segmentation based on product subscription status is also possible. 74 87 75 88 **– WPForms –** 76 89 77 [Subscribe WPForms leads to your CRM and email marketing list](https://fusewp.com/article/sync-wpforms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) after form submission and user registration. 78 79 **– Contact Form 7 –** 80 81 [Subscribe Contact Form 7 leads to your CRM and email marketing list](https://fusewp.com/article/sync-contact-form-7-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) after form submission. 82 83 **– Fluent Forms –** 84 85 [Subscribe leads and form submissions from Fluent Forms to your CRM and email marketing list](https://fusewp.com/article/sync-fluent-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 86 87 **– Ninja Forms –** 88 89 [Subscribe leads and form submissions from Ninja Forms to your CRM and email marketing list](https://fusewp.com/article/sync-ninja-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 90 91 **– Formidable Forms –** 92 93 [Subscribe leads and form submissions from Formidable Forms to your CRM and email marketing list](https://fusewp.com/article/sync-formidable-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 94 95 **– Forminator Forms –** 96 97 [Subscribe leads and sync form data from Forminator Forms to your CRM and email marketing list](https://fusewp.com/article/sync-forminator-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) after form submission. 98 99 **– Everest Forms –** 100 101 [Subscribe leads and form submissions from Everest Forms to your CRM and email marketing list](https://fusewp.com/article/sync-everest-forms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion). 90 [Subscribe WPForms leads to your CRM and email marketing list](https://fusewp.com/article/sync-wpforms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) after user registration and form submission. 102 91 103 92 **– ProfilePress –** … … 141 130 [Sync students in Sensei LMS with your email list](https://fusewp.com/article/sync-sensei-lms-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) based on the courses and groups they are enrolled in and their enrollment status. 142 131 132 **– FluentCommunity –** 133 134 [Sync members in FluentCommunity with your email list](https://fusewp.com/article/sync-fluentcommunity-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) based on the courses and spaces they are subscribed to and their enrollment and active status. 135 143 136 **– WP Travel Engine –** 144 137 145 138 [Sync users in WP Travel Engine with your email list](https://fusewp.com/article/sync-wp-travel-engine-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) based on their booked trips and order status. 146 139 147 Integrations with other membership, learning management systems (LMS), and e-commerce plugins are coming soon. 140 **– AffiliateWP & SliceWP –** 141 142 FuseWP also integrates with affiliate plugins including [SliceWP](https://fusewp.com/article/sync-slicewp-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) and [AffiliateWP](https://fusewp.com/article/sync-affiliatewp-email-marketing/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion) to subscribe affiliates to CRM and email marketing software after WordPress registration and profile update. 148 143 149 144 ### Other Integration … … 218 213 == Changelog == 219 214 215 = 1.1.23.0 = 216 * Added [SureForms integration](https://fusewp.com/article/sync-sureforms-email-marketing/?ref=changelog). 217 * Added [WS Form integration](https://fusewp.com/article/sync-wsform-email-marketing/?ref=changelog). 218 * Pro [FluentCommunity integration](https://fusewp.com/article/sync-fluentcommunity-email-marketing/?ref=changelog). 219 * Pro [AffiliateWP integration](https://fusewp.com/article/sync-affiliatewp-email-marketing/?ref=changelog). 220 * Pro [SliceWP integration](https://fusewp.com/article/sync-slicewp-email-marketing/?ref=changelog). 221 * Added fusewp_sync_mailchimp_api_key filter. 222 * Fixed token refresh not working for zoho for non-US accounts. 223 220 224 = 1.1.22.0 = 221 225 * Added [Ninja Forms integration](https://fusewp.com/article/sync-ninja-forms-email-marketing/?ref=changelog). … … 246 250 * Added fusewp_bulk_sync_cache_enabled filter to disable bulk-sync cache. 247 251 248 = 1.1.19.0 =249 * Pro [GiveWP integration](https://fusewp.com/article/sync-givewp-email-marketing/?ref=changelog).250 * Pro [Salesforce integration](https://fusewp.com/article/connect-wordpress-with-salesforce/?ref=changelog).251 * Added [beehiiv integration](https://fusewp.com/article/connect-wordpress-to-beehiiv/?ref=changelog).252 * Added logging of failed queue jobs.253 * Added filter flag to enable adding Klaviyo profile to Lists without explicit consent.254 * Fixed: Function _load_textdomain_just_in_time was called incorrectly.255 * Fixed bug in IP address detection.=256 257 252 See the [changelog file](https://plugins.svn.wordpress.org/fusewp/trunk/changelog.txt) for complete changelog information. -
fusewp/trunk/src/core/src/Admin/AdminNotices.php
r3351394 r3372437 188 188 ], 189 189 [ 190 'id' => 'fluentcommunity', 191 'is_active' => class_exists('\FluentCommunity\Framework\Foundation\Application'), 192 'url' => 'https://fusewp.com/article/sync-fluentcommunity-email-marketing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=fluentcommunity_admin_notice', 193 'message' => esc_html__('Did you know you can sync your FluentCommunity members to your CRM and email list based on their subscribed spaces and enrolled courses? %sLearn more%s', 'fusewp') 194 ], 195 [ 190 196 'id' => 'ultimate_member', 191 197 'is_active' => class_exists('\UM'), … … 248 254 ], 249 255 [ 256 'id' => 'sureforms', 257 'is_active' => class_exists('\SRFM\Plugin_Loader'), 258 'url' => 'https://fusewp.com/article/sync-sureforms-email-marketing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=sureforms_admin_notice', 259 'message' => esc_html__('Did you know you can sync SureForms to your CRM and email list after form submission based on the form submitted? %sLearn more%s', 'fusewp') 260 ], 261 [ 262 'id' => 'ws_form', 263 'is_active' => class_exists('\WS_Form'), 264 'url' => 'https://fusewp.com/article/sync-wsform-email-marketing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=wsform_admin_notice', 265 'message' => esc_html__('Did you know you can sync WS Form to your CRM and email list after form submission based on the form submitted? %sLearn more%s', 'fusewp') 266 ], 267 [ 250 268 'id' => 'ninja_forms', 251 269 'is_active' => class_exists('\Ninja_Forms'), … … 264 282 'url' => 'https://fusewp.com/article/sync-wp-travel-engine-email-marketing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=wp_travel_engine_admin_notice', 265 283 'message' => esc_html__('Did you know you can sync WP Travel Engine customers to your CRM and email list after donation based on their booked trips, trip type and booking status? %sLearn more%s', 'fusewp') 284 ], 285 [ 286 'id' => 'affiliatewp', 287 'is_active' => class_exists('\Affiliate_WP'), 288 'url' => 'https://fusewp.com/article/sync-affiliatewp-email-marketing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=affiliatewp_admin_notice', 289 'message' => esc_html__('Did you know you can subscribed affiliates in AffiliateWP to your CRM and email list after registration and profile update? %sLearn more%s', 'fusewp') 290 ], 291 [ 292 'id' => 'slicewp', 293 'is_active' => class_exists('\SliceWP'), 294 'url' => 'https://fusewp.com/article/sync-slicewp-email-marketing/?utm_source=wp_dashboard&utm_medium=upgrade&utm_campaign=slicewp_admin_notice', 295 'message' => esc_html__('Did you know you can subscribed affiliates in SliceWP to your CRM and email list after registration and profile update? %sLearn more%s', 'fusewp') 266 296 ] 267 297 ]; -
fusewp/trunk/src/core/src/Admin/SettingsPage/AbstractSettingsPage.php
r3351394 r3372437 282 282 esc_html__('MasterStudy LMS Sync', 'fusewp'), 283 283 esc_html__('Sensei LMS Sync', 'fusewp'), 284 esc_html__('FluentCommunity Sync', 'fusewp'), 285 esc_html__('WP Travel Engine Sync', 'fusewp'), 284 286 esc_html__('Advanced Custom Fields Sync', 'fusewp'), 285 esc_html__('WP Travel Engine Sync', 'fusewp'),286 287 ]; 287 288 -
fusewp/trunk/src/core/src/Admin/SettingsPage/LicenseUpgrader.php
r3351394 r3372437 199 199 'label' => esc_html__('Restrict Content Pro Sync', 'fusewp'), 200 200 'url' => 'https://fusewp.com/article/sync-restrict-content-pro-email-marketing/?utm_source=wp_dashboard&utm_medium=retrieve_license&utm_campaign=lite_license_page' 201 ], 202 [ 203 'label' => esc_html__('FluentCommunity Sync', 'fusewp'), 204 'url' => 'https://fusewp.com/article/sync-fluentcommunity-email-marketing/?utm_source=wp_dashboard&utm_medium=retrieve_license&utm_campaign=lite_license_page' 201 205 ], 202 206 [ -
fusewp/trunk/src/core/src/Admin/SettingsPage/views/sync/view.pro-upsell.php
r3351394 r3372437 1 1 <?php 2 2 3 $lms = ['LearnDash', 'LifterLMS', 'Tutor LMS' ];3 $lms = ['LearnDash', 'LifterLMS', 'Tutor LMS', 'MasterStudy LMS', 'Sensei LMS']; 4 4 5 5 $membership_plugins = [ … … 9 9 'Paid Memberships Pro', 10 10 'Restrict Content Pro', 11 'FluentCommunity' 11 12 ]; 12 13 … … 18 19 esc_html__("Sync customers in WooCommerce, WooCommerce Subscriptions, Easy Digital Downloads, and WP Travel Engine with your CRM and email marketing software based on their purchased products, the categories and tags they purchased from.", 'fusewp') 19 20 ], 20 'Membership Integrations' => [21 'Membership & Community' => [ 21 22 sprintf( 22 esc_html__("Sync members in your membership plugin with your email marketing software based on their subscribed plans, membership level and membership status. Supports %s.", 'fusewp'),23 esc_html__("Sync members in your membership and community plugin with your email marketing software based on their subscribed plans, membership level and membership status. Supports %s.", 'fusewp'), 23 24 implode(', ', $membership_plugins) 24 25 ) … … 31 32 ], 32 33 'Forms & Other Integrations' => [ 33 esc_html__("Sync custom fields added by Advanced Custom Fields (ACF) to the user profile and form submissions and payments from Gravity Forms, WPForms, Ninja Forms, Contact Form 7, Fluent Forms, Formidable Forms, Everest Forms, Forminator to your email marketing platform and CRM.", 'fusewp')34 esc_html__("Sync custom fields added by Advanced Custom Fields (ACF) to the user profile and form submissions and payments from Gravity Forms, WPForms, Ninja Forms, Contact Form 7, Fluent Forms, Formidable Forms, Everest Forms, Forminator, WS Form, SureForms to your email marketing platform and CRM. Also supports AffiliateWP & SliceWP", 'fusewp') 34 35 ], 35 36 'Premium CRM Integrations' => [ -
fusewp/trunk/src/core/src/Base.php
r3351394 r3372437 46 46 use FuseWP\Core\Sync\Sources\GravityForms; 47 47 use FuseWP\Core\Sync\Sources\NinjaForms; 48 use FuseWP\Core\Sync\Sources\SureForms; 48 49 use FuseWP\Core\Sync\Sources\SyncQueueHandler; 49 50 use FuseWP\Core\Sync\Sources\WPForms; 50 51 use FuseWP\Core\Sync\Sources\WPUserRoles; 51 52 use FuseWP\Core\QueueManager\QueueManager; 53 use FuseWP\Core\Sync\Sources\WSForm; 52 54 53 55 if ( ! defined('ABSPATH')) { … … 192 194 NinjaForms::get_instance(); 193 195 }); 194 196 195 197 add_action('plugins_loaded', function () { 196 198 if (class_exists('FrmForm')) { … … 198 200 } 199 201 }, 20); 200 202 203 add_action('srfm_core_loaded', function () { 204 SureForms::get_instance(); 205 }); 206 201 207 add_action('everest_forms_init', function () { 202 208 EverestForms::get_instance(); 209 }); 210 211 add_action('wsf_loaded', function () { 212 WSForm::get_instance(); 203 213 }); 204 214 -
fusewp/trunk/src/core/src/Integrations/Mailchimp/Mailchimp.php
r2940470 r3372437 30 30 } 31 31 32 private function get_custom_api_key() 33 { 34 return apply_filters('fusewp_sync_mailchimp_api_key', ''); 35 } 36 32 37 public function is_connected() 33 38 { … … 36 41 $settings = $this->get_settings(); 37 42 38 return ! empty(fusewpVar($settings, 'access_token')) && ! empty(fusewpVar($settings, 'dc')); 43 return ! empty($this->get_custom_api_key()) || 44 ( ! empty(fusewpVar($settings, 'access_token')) && ! empty(fusewpVar($settings, 'dc'))); 39 45 }); 40 46 } … … 159 165 } 160 166 167 $dc = fusewpVar($this->get_settings(), 'dc'); 168 169 $custom_api_key = $this->get_custom_api_key(); 170 171 if ( ! empty($custom_api_key)) { 172 $val = explode('-', $custom_api_key); 173 $access_token = $val[0]; 174 $dc = $val[1]; 175 } 176 161 177 $config = [ 162 178 // secret key and callback not needed but authifly requires they have a value hence the FUSEWP_OAUTH_URL constant and "__" … … 164 180 'keys' => ['key' => '_', 'secret' => '__'], 165 181 'access_token' => $access_token, 166 'dc' => fusewpVar($this->get_settings(), 'dc')182 'dc' => $dc 167 183 ]; 168 184 -
fusewp/trunk/src/core/src/Integrations/ZohoCRM/ZohoCRM.php
r3202345 r3372437 196 196 197 197 if ($instance->hasAccessTokenExpired()) { 198 $result = $this->oauth_token_refresh($refresh_token );198 $result = $this->oauth_token_refresh($refresh_token, ['location' => $location]); 199 199 200 200 if ($result) { -
fusewp/trunk/src/core/src/Integrations/ZohoCampaigns/ZohoCampaigns.php
r3202345 r3372437 211 211 if ($instance->hasAccessTokenExpired()) { 212 212 213 $result = $this->oauth_token_refresh($refresh_token );213 $result = $this->oauth_token_refresh($refresh_token, ['location' => $location]); 214 214 215 215 if ($result) { -
fusewp/trunk/src/core/third-party/vendor/composer/installed.json
r3351394 r3372437 385 385 { 386 386 "name": "mailoptin\/authifly", 387 "version": "0.2.175 6288509",388 "version_normalized": "0.2.175 6288509.0",389 "dist": { 390 "type": "zip", 391 "url": "https:\/\/php.fury.io\/uDXRvLf8b2ywvgcokC7z\/mailoptin\/~\/up\/ver_1 1R3FS\/mailoptinauthifly-0-2-1756288509.zip"387 "version": "0.2.1757248738", 388 "version_normalized": "0.2.1757248738.0", 389 "dist": { 390 "type": "zip", 391 "url": "https:\/\/php.fury.io\/uDXRvLf8b2ywvgcokC7z\/mailoptin\/~\/up\/ver_1NTbUr\/mailoptinauthifly-0-2-1757248738.zip" 392 392 }, 393 393 "require": { -
fusewp/trunk/src/core/third-party/vendor/composer/installed.php
r3351394 r3372437 3 3 namespace FuseWPVendor; 4 4 5 return array('root' => array('name' => 'fusewp/core', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'abc71ba1bf7bdf87f23cb0aef5e71d54ae983074', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('barryvdh/composer-cleanup-plugin' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '80cceff45bfb85a0f49236537b1f1c928a1ee820', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../barryvdh/composer-cleanup-plugin', 'aliases' => array(0 => '0.1.x-dev'), 'dev_requirement' => \false), 'carbonphp/carbon-doctrine-types' => array('pretty_version' => '2.1.0', 'version' => '2.1.0.0', 'reference' => '99f76ffa36cce3b70a4a6abce41dba15ca2e84cb', 'type' => 'library', 'install_path' => __DIR__ . '/../carbonphp/carbon-doctrine-types', 'aliases' => array(), 'dev_requirement' => \false), 'collizo4sky/persist-admin-notices-dismissal' => array('pretty_version' => '1.4.5', 'version' => '1.4.5.0', 'reference' => '163b868c98cf97ea15b4d7e1305e2d52c9242e7e', 'type' => 'library', 'install_path' => __DIR__ . '/../collizo4sky/persist-admin-notices-dismissal', 'aliases' => array(), 'dev_requirement' => \false), 'composer/installers' => array('pretty_version' => 'v1.12.0', 'version' => '1.12.0.0', 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/./installers', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-queue' => array('pretty_version' => '2.1.0', 'version' => '2.1.0.0', 'reference' => '2cc2007b996fbb9d3dbdc14c4f7938b4f5a73289', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-queue', 'aliases' => array(), 'dev_requirement' => \false), 'fusewp/core' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'abc71ba1bf7bdf87f23cb0aef5e71d54ae983074', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'mailoptin/authifly' => array('pretty_version' => '0.2.175 6288509', 'version' => '0.2.1756288509.0', 'reference' => null, 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../third-party-authifly/authifly', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.73.0', 'version' => '2.73.0.0', 'reference' => '9228ce90e1035ff2f0db84b40ec2e023ed802075', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'psr/clock' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'reference' => 'e41a24703d4560fd0acb709162f73b8adfc3aa0d', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/clock', 'aliases' => array(), 'dev_requirement' => \false), 'psr/clock-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'roundcube/plugin-installer' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'shama/baton' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'sniccowp/php-scoper-wordpress-excludes' => array('pretty_version' => '6.8.1', 'version' => '6.8.1.0', 'reference' => 'c2c18f89a9aa2d7ef1998d233b9ed00d0deff5dd', 'type' => 'library', 'install_path' => __DIR__ . '/../sniccowp/php-scoper-wordpress-excludes', 'aliases' => array(), 'dev_requirement' => \true), 'soulseekah/wp-lock' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '188e13dacdec526cf2e50a761a1061992d4c2486', 'type' => 'library', 'install_path' => __DIR__ . '/../soulseekah/wp-lock', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.4', 'version' => '2.5.4.0', 'reference' => '605389f2a7e5625f273b53960dc46aeaf9c62918', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.45', 'version' => '5.4.45.0', 'reference' => '98f26acc99341ca4bab345fb14d7b1d7cb825bed', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.4', 'version' => '2.5.4.0', 'reference' => '450d4172653f38818657022252f9d81be89ee9a8', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3'))));5 return array('root' => array('name' => 'fusewp/core', 'pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'abc71ba1bf7bdf87f23cb0aef5e71d54ae983074', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('barryvdh/composer-cleanup-plugin' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '80cceff45bfb85a0f49236537b1f1c928a1ee820', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/../barryvdh/composer-cleanup-plugin', 'aliases' => array(0 => '0.1.x-dev'), 'dev_requirement' => \false), 'carbonphp/carbon-doctrine-types' => array('pretty_version' => '2.1.0', 'version' => '2.1.0.0', 'reference' => '99f76ffa36cce3b70a4a6abce41dba15ca2e84cb', 'type' => 'library', 'install_path' => __DIR__ . '/../carbonphp/carbon-doctrine-types', 'aliases' => array(), 'dev_requirement' => \false), 'collizo4sky/persist-admin-notices-dismissal' => array('pretty_version' => '1.4.5', 'version' => '1.4.5.0', 'reference' => '163b868c98cf97ea15b4d7e1305e2d52c9242e7e', 'type' => 'library', 'install_path' => __DIR__ . '/../collizo4sky/persist-admin-notices-dismissal', 'aliases' => array(), 'dev_requirement' => \false), 'composer/installers' => array('pretty_version' => 'v1.12.0', 'version' => '1.12.0.0', 'reference' => 'd20a64ed3c94748397ff5973488761b22f6d3f19', 'type' => 'composer-plugin', 'install_path' => __DIR__ . '/./installers', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-queue' => array('pretty_version' => '2.1.0', 'version' => '2.1.0.0', 'reference' => '2cc2007b996fbb9d3dbdc14c4f7938b4f5a73289', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-queue', 'aliases' => array(), 'dev_requirement' => \false), 'fusewp/core' => array('pretty_version' => 'dev-main', 'version' => 'dev-main', 'reference' => 'abc71ba1bf7bdf87f23cb0aef5e71d54ae983074', 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'mailoptin/authifly' => array('pretty_version' => '0.2.1757248738', 'version' => '0.2.1757248738.0', 'reference' => null, 'type' => 'wordpress-plugin', 'install_path' => __DIR__ . '/../../third-party-authifly/authifly', 'aliases' => array(), 'dev_requirement' => \false), 'nesbot/carbon' => array('pretty_version' => '2.73.0', 'version' => '2.73.0.0', 'reference' => '9228ce90e1035ff2f0db84b40ec2e023ed802075', 'type' => 'library', 'install_path' => __DIR__ . '/../nesbot/carbon', 'aliases' => array(), 'dev_requirement' => \false), 'psr/clock' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'reference' => 'e41a24703d4560fd0acb709162f73b8adfc3aa0d', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/clock', 'aliases' => array(), 'dev_requirement' => \false), 'psr/clock-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'roundcube/plugin-installer' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'shama/baton' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'sniccowp/php-scoper-wordpress-excludes' => array('pretty_version' => '6.8.1', 'version' => '6.8.1.0', 'reference' => 'c2c18f89a9aa2d7ef1998d233b9ed00d0deff5dd', 'type' => 'library', 'install_path' => __DIR__ . '/../sniccowp/php-scoper-wordpress-excludes', 'aliases' => array(), 'dev_requirement' => \true), 'soulseekah/wp-lock' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '188e13dacdec526cf2e50a761a1061992d4c2486', 'type' => 'library', 'install_path' => __DIR__ . '/../soulseekah/wp-lock', 'aliases' => array(0 => '9999999-dev'), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v2.5.4', 'version' => '2.5.4.0', 'reference' => '605389f2a7e5625f273b53960dc46aeaf9c62918', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation' => array('pretty_version' => 'v5.4.45', 'version' => '5.4.45.0', 'reference' => '98f26acc99341ca4bab345fb14d7b1d7cb825bed', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-contracts' => array('pretty_version' => 'v2.5.4', 'version' => '2.5.4.0', 'reference' => '450d4172653f38818657022252f9d81be89ee9a8', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/translation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/translation-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '2.3'))));
Note: See TracChangeset
for help on using the changeset viewer.