Custom fields: Radio buttons, checkboxes, hidden fields, and select options not working so removed from dropdown.
Resolved issue with quotes not encoding properly
Quotes encoding issue fixed
Removed commented code inside the if condition
Image URL encoding issue fixed
Fixed em dash character in image file name
Added for in label and id in input field
Added fix for ad-blocker
Added filter for content vars
Added post object to sailthru_horizon_meta_tags filter
Fixed Bulk Edit not propagating category and Wordpress tags properly
Fixed JQUery queries without scope hidding non-Sailthru elements Added delete from Sailthru when item is sent to trash in Wordpress
Fixed bug where an unset Welcome Template breaks the signup widget
Updated Wordpress version tested through value
Fixed warning where post_type not set properly
Supports Wordpress version 5.5. This version isn't backwards compatible with older Wordpress versions.
Fixed bug where an unset Welcome Template breaks the signup widget
Fixed warning where post_type not set properly
Fixed bug where double opt-in option adds users to list immediately
Added option for users to have Sailthru Subscription widget title to disappear after user sign-up Changed code which produced some errors and warnings in Wordpress PHP Codesniffer
Added option for users to change Spider value in Content API calls (defaults to enabled) Renamed Global Vars to Custom Fields and updated helper text on Content Settings page
Fixed bug where “Scout from Sailthru” page was created for all sites, rather than just Scout-enabled sites.
Fixed bug where Sailthru onsite JS would sometimes fail to initialize due to asynchronous loading of scripts
Fixed bug where onsite JS taking too long to load would prevent some pages from loading
Fixed bug where HTTPS urls were sent to the Sailthru Content API as HTTP
Added the option to reset user optout status on newsletter subscription. Appears as a checkbox in the footer widget and as the following option in the shortcode:
[sailthru_widget ... reset_optout_status="true"]
Enabling this option will change the user's optout status to "valid" in Sailthru by passing the optout_email=none
option in the API.
VIP: Clear cache because of 5.3 changes handling for user_activation_key
Address codestyle issues for VIP
Added content settings section to the setup and migrated some horizon code to a common content class.
- Add abilility to combine WordPress tags with Sailthru interest tags via a UI setting
- Added abilility to combine categories with Sailthru interest tags via a UI setting
- Added ability to add any available taxonomy to Sailthru tags via the UI
- Added a global whitelist of vars to be included in content api posts
- Added a global tag option so a tag can be added to every post.
- Added ability to turn on/off Content API syncing via the UI.
Updated sailthru_horizon_meta_tags filter to apply to Content API calls.
Added a filter to allow customers to override API verification in the setup process. The goal of this feature is to mitigate some edge cases where the setup process returns a payload to WordPress VIP creates an error on their platform. Most customers using this plugin are not affected. Changed ajaxurl used in widget to be namespaced to prevent collision. Fixed issue whereby any error on a signup widget would render on all signup widgets on the page. Added a filter to allow the localized js to be loaded in wp_footer() Removed php 7.2 unsupported code. (Thanks srtfisher) Added support for Page in Sailthru meta box. Extended timeout for VIP API calls to 3 seconds. Squished a few more bugs.
Fixed bug with rendering of checkboxes on widget subscription. Fixed issue with validation of email addresses on subscription widget. Fixed PHP warnings on newly created instance on subscription widget if debugging is turned on.
Added ability to select JS versions in the setup Added new flag to check for API readiness. Must re-save keys ato add flag Added a check to verify if SPM is enabled on Sailthru customer account Subscribe widget now supports instance level source var Subscribe widget now can add an Event API call when converting Non VIP customers can create a WordPress user when new users subscribe via the subscribe widget Fixed a number of bugs, and updated coding standards to WordPress VIP Concierge and Scout disabled when Sailthru Script Tag is enabled Added support for latest SPM and Sailthru Script Tag.
Fixed a bug with deployment of Sailthru Script Tag where Sailthru functions are not available due to incorrect Setup of Sailthru.init Added filters to allow customers to customize rendering of Script Tag
Added support for latest version of Sailthru Script Tag and some big fixes.
Version 3.0.6 of the plugin adds support for Sailthru's content API and additional support for our personalization engine JavaScript as well as bug fixes and improvements.
Each time a post is added or saved it is now pushed to Sailthru's Content API. Any additional custom fields produced by a WordPress plugin are passed as vars. The post type is also passed a a var so that you can filter data feeds based on post type as well as tags.
Content API calls can be disabled and the Spidering process used by applying the filter sailthru_content_api_enable
in your functions.php file with a return value of false
Customers can choose between Personalize JS and Horizon JS versions. During the sunsetting of Horizon JS in 2016 we will provide options for which version of our JavaScript library that will be available.
Fixed a bug whereby smart lists were available in the subscription widget. Changed Sailthru subscription widget to only use natural lists as subscription option as Smart Lists cannot be posted to.
Added a call to setHorizonCookie that will be called upon form submission of the Sailthru subscribe widget. This should drop the sailthru_hid cookie.
Added an integration parameter to all API calls to help Salthru support identify the WordPress plugin version to help provide faster responses and initial investigations.