WordPress version compat + features
Added
- Hook
cd2_enable_fstorywhich allows custom plugins to disable the fullstory integration by returning false from filter. It's true by default. Just deactivate the plugin if you don't want to use. - Hook
cd2_disable_fstory_adminwhich allows custom plugins to enable fullstory integration in the admin area by returning true from filter. Importantly,cd2_enable_fstoryalso needs to be true. - Hook
cd2_fstory_debug_enablewhich allows custom plugins to enable debug mode by returning true from filter. - Hook
cd2_fstory_snippetallows custom plugins to enable using alternative JavaScript when integrating with FullStory. - Ability to edit FullStory plugin JavaScript using files (source control vs database call) by editing the plugin or creating a
snippet.jswithin afullstorydirectory, inside yourwp-contentdirectory. - Media files deployed via GitHub actions
Changed
- Reported WordPress compatibility (after tests).
- Disabling logic.
- Plugin source code (following moving to the CD2 org)
Fixed
- N/A