Skip to content

WordPress version compat + features

Choose a tag to compare

@Lewiscowles1986 Lewiscowles1986 released this 18 Feb 17:09
· 3 commits to main since this release
7854d1b

Added

  • Hook cd2_enable_fstory which 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_admin which allows custom plugins to enable fullstory integration in the admin area by returning true from filter. Importantly, cd2_enable_fstory also needs to be true.
  • Hook cd2_fstory_debug_enable which allows custom plugins to enable debug mode by returning true from filter.
  • Hook cd2_fstory_snippet allows 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.js within a fullstory directory, inside your wp-content directory.
  • 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