PluginProbe ʕ •ᴥ•ʔ
Presto Player / 4.3.3
Presto Player v4.3.3
4.4.0 4.3.3 4.3.2 4.3.1 4.3.0 4.2.4 4.2.3 4.2.2 4.2.0 4.2.1 trunk 1.10.0 1.10.1 1.10.2 1.11.0 1.12.0 1.13.0 1.14.0 1.14.1 1.5.10 1.5.11 1.5.12 1.5.13 1.5.14 1.5.15 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.10 1.6.11 1.6.12 1.6.13 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.9.0 1.9.1 1.9.10 1.9.11 1.9.12 1.9.13 1.9.14 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.2.0 2.2.1 2.2.2 2.2.3 2.2.3-beta1 2.3.0 2.3.1 2.3.2 2.3.3 3.0.0 3.0.0-beta1 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.1.0 3.1.1 3.1.2 3.1.3 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4
presto-player / inc / lib / bsf-analytics / changelog.txt
presto-player / inc / lib / bsf-analytics Last commit date
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.