Skip to content

Releases: CODESIGN2/wordpress-fullstory-integration

BugFix Settings page

18 Feb 19:32
Compare
Choose a tag to compare

New users encountering an error should use this updated version of the plugin.

WordPress version compat + features

18 Feb 17:09
7854d1b
Compare
Choose a tag to compare

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

Options Page Label

26 Dec 11:51
Compare
Choose a tag to compare

Added Options Page Label

Separate Settings Page & JS Helper

26 Dec 11:28
dfde00c
Compare
Choose a tag to compare

This is a combo release of 1.0.5 and 1.0.6 which respectively add a separate settings page and a JavaScript URL helper.

image

image
image

image

Filters for adding user-data

06 Aug 07:07
Compare
Choose a tag to compare

Includes Fix for #6

  • cd2_fstory_data hook
  • move existing WooCommerce check to within filter

Version bump

06 Aug 06:48
Compare
Choose a tag to compare

Comitting to WP Repo needed a version bump. this just does that...

Initial Release (GitHub)

06 Aug 05:54
Compare
Choose a tag to compare
  • Imported from WordPress.org SVN
  • Communicated goals using GitHub Issues with links
  • Updated readme to use image