assets
6 months ago
classes
6 months ago
modules
4 months ago
changelog.txt
3 months ago
class-bsf-analytics-events.php
3 months ago
class-bsf-analytics-loader.php
6 months ago
class-bsf-analytics-stats.php
4 months ago
class-bsf-analytics.php
3 months ago
composer.json
4 months ago
version.json
3 months ago
changelog.txt
54 lines
| 1 | v1.1.26 - 20-April-2026 |
| 2 | - Improvement: Switched from `Astra_Notices` to `BSF_Admin_Notices`. |
| 3 | |
| 4 | v1.1.25 - 13-April-2026 |
| 5 | - New: Added optional `$force` parameter (4th arg) to `track()` — when true, bypasses the post-send dedup and overwrites any pending entry with the latest value. Default behavior (skip on duplicate) is unchanged. Useful for recurring events like `plugin_updated`. |
| 6 | |
| 7 | v1.1.24 - 8-April-2026 |
| 8 | - Improvement: Updated admin notice copy — concise heading, description, and button labels. |
| 9 | |
| 10 | v1.1.23 - 7-April-2026 |
| 11 | - Improvement: Improved consent notice copy — leads with benefit, clearer CTAs. |
| 12 | - Improvement: Standardized usage doc link with dynamic product-specific UTM parameters. |
| 13 | - Fix: Clear tracking transient immediately on opt-out for instant effect. |
| 14 | - New: Added `bsf_usage_tracking_enabled` global filter as a kill switch for hosting providers and compliance plugins. |
| 15 | - New: Include admin email in tracking payload. |
| 16 | |
| 17 | v1.1.22 - 1-April-2026 |
| 18 | - Improvement: Added `surecontact`, `surecookie`, `suredash`, `power-coupons` and `sigmize` slugs to UTM analytics. |
| 19 | |
| 20 | v1.1.21 - 27-March-2026 |
| 21 | - New: Introduced BSF_Analytics_Events class for reusable one-time milestone event tracking with dedup. |
| 22 | - New: Support for custom option resolver callbacks (get/update) or default plugin-slug-prefixed WordPress options. |
| 23 | |
| 24 | v1.1.20 - 4-March-2026 |
| 25 | - New: Added PHPUnit test suite with 73 tests covering all 6 classes using WP_Mock. |
| 26 | - New: Added GitHub Actions CI workflow for PHPUnit tests across PHP 7.4, 8.0, 8.1, and 8.2. |
| 27 | |
| 28 | v1.1.19 - 1-March-2026 |
| 29 | - Fix: Resolved dead-code form ID fallback and reduced AJAX timeout from 90s to 15s in deactivation survey. |
| 30 | - Fix: Moved nonce verification before $_GET access in handle_optin_optout() to comply with WordPress.org coding standards. |
| 31 | |
| 32 | v1.1.18 - 19-February-2026 |
| 33 | - Improvement: Added `modern-cart` slug to UTM analytics. |
| 34 | |
| 35 | v1.1.17 - 29-January-2026 |
| 36 | - Improvement: Renamed options from `*_analytics_*` to `*_usage_*`. |
| 37 | |
| 38 | v1.1.16 - 15-July-2025 |
| 39 | - Improvement: Added `SureRank` slug to UTM analytics. |
| 40 | |
| 41 | v1.1.15 - 1-July-2025 |
| 42 | - Improvement: Added `Ultimate_VC_Addons` slug to UTM analytics. |
| 43 | |
| 44 | v1.1.14 - 6-May-2025 |
| 45 | - New: Introduced a key 'hide_optin_checkbox' to hide checkbox from Settings > General. |
| 46 | - Improvement: Single optin notice for all bsf products. |
| 47 | - Improvement: Introduced delay of 7 days for next optin message if user has reqested request from product. |
| 48 | |
| 49 | v1.1.13 - 17-April-2025 |
| 50 | - Improvement: Ensured unique id for label's `for` attribute in deactivation survey fields by prefixing them with product slugs. |
| 51 | - Improvement: Prevented deactivation survey from triggering when switching from a child theme to its parent. |
| 52 | |
| 53 | v1.1.12 - 24-March-2025 |
| 54 | - Improvement: Added `suremails` and `latepoint` slugs to UTM analytics. |