Releases: CODESIGN2/wordpress-fullstory-integration
Releases · CODESIGN2/wordpress-fullstory-integration
BugFix Settings page
New users encountering an error should use this updated version of the plugin.
WordPress version compat + features
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 afullstory
directory, inside yourwp-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
Added Options Page Label
Separate Settings Page & JS Helper
Filters for adding user-data
Includes Fix for #6
cd2_fstory_data
hook- move existing WooCommerce check to within filter
Version bump
Comitting to WP Repo needed a version bump. this just does that...
Initial Release (GitHub)
- Imported from WordPress.org SVN
- Communicated goals using GitHub Issues with links
- Updated readme to use image