click-tracking
1 year ago
date-picker
1 year ago
email
1 year ago
icons
1 year ago
interrupt
1 year ago
notices
1 year ago
partials
1 year ago
settings
1 year ago
tables
1 year ago
campaign-builder.blade.php
2 years ago
chart.blade.php
1 year ago
plugin-group-options.blade.php
1 year ago
quick-stats.blade.php
2 years ago
real-time.blade.php
1 year ago
support.blade.php
1 year ago
updates.blade.php
1 year ago
updates.blade.php
73 lines
| 1 | <div class="updates-menu"> |
| 2 | <div class="updates-container"> |
| 3 | <div class="heading"> |
| 4 | <h1>{{ __("Newest Updates", "independent-analytics") }}</h1> |
| 5 | <a class="link-purple" href="https://independentwp.com/changelog/" |
| 6 | target="_blank">{{ __("View all updates", "independent-analytics") }} <span |
| 7 | class="dashicons dashicons-external"></span></a> |
| 8 | </div> |
| 9 | <div class="entry"> |
| 10 | <div class="video-container"> |
| 11 | <iframe src="https://www.youtube-nocookie.com/embed/bYS3ckJxE8o?si=Fvqcos0IunjY28y6" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
| 12 | </div> |
| 13 | <div class="text"> |
| 14 | <div class="title-container"> |
| 15 | <h2 class="title">Version 2.10 - eCommerce Tracking Added for EDD & PMP</h2> |
| 16 | <span class="date">January 29th, 2025</span> |
| 17 | </div> |
| 18 | <div class="description-container"> |
| 19 | <p>Version 2.10.0 adds eCommerce tracking for Easy Digital Downloads and Paid Memberships Pro. It also includes a new CSV export option and |
| 20 | additional features for email reports and click-tracking.</p> |
| 21 | <p>You can review the <a |
| 22 | href="https://independentwp.com/changelog/version-2-10/" |
| 23 | target="_blank">full changelog here</a>.</p> |
| 24 | </div> |
| 25 | </div> |
| 26 | </div> |
| 27 | <div class="entry"> |
| 28 | <div class="video-container"> |
| 29 | <iframe src="https://www.youtube-nocookie.com/embed/hhW-gaeOusk?si=YjN_IDFe9LPygsF2" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> |
| 30 | </div> |
| 31 | <div class="text"> |
| 32 | <div class="title-container"> |
| 33 | <h2 class="title">Version 2.9 - Click Tracking Added to IA Pro</h2> |
| 34 | <span class="date">November 4th, 2024</span> |
| 35 | </div> |
| 36 | <div class="description-container"> |
| 37 | <p>Version 2.9 adds click tracking to Independent Analytics Pro. Track any link on your website with the innovative and user-friendly |
| 38 | Click Tracking menu, and review your data in the new Clicks report.</p> |
| 39 | <p>Learn more about <a |
| 40 | href="https://independentwp.com/features/click-tracking/" |
| 41 | target="_blank">click tracking here</a> or review the <a |
| 42 | href="https://independentwp.com/changelog/version-2-9/" |
| 43 | target="_blank">full changelog here</a>. |
| 44 | </p> |
| 45 | </div> |
| 46 | </div> |
| 47 | </div> |
| 48 | <div class="entry"> |
| 49 | <div class="video-container"> |
| 50 | <iframe |
| 51 | allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" |
| 52 | allowfullscreen frameborder="0" referrerpolicy="strict-origin-when-cross-origin" |
| 53 | src="https://www.youtube-nocookie.com/embed/zt9tY5-ARvI?si=dgidwmO4UKkLxcWq" |
| 54 | title="YouTube video player"></iframe> |
| 55 | </div> |
| 56 | <div class="text"> |
| 57 | <div class="title-container"> |
| 58 | <h2 class="title">Version 2.8 - SureCart Integration is Here!</h2> |
| 59 | <span class="date">September 4th, 2024</span> |
| 60 | </div> |
| 61 | <div class="description-container"> |
| 62 | <p>Version 2.8.0 adds SureCart analytics for Independent Analytics Pro users. It also includes a |
| 63 | brand new date picker and the option to choose which WooCommerce order statuses to include in |
| 64 | the analytics.</p> |
| 65 | <p>You can review the <a |
| 66 | href="https://independentwp.com/changelog/version-2-8/" |
| 67 | target="_blank">full changelog here</a>.</p> |
| 68 | </div> |
| 69 | </div> |
| 70 | </div> |
| 71 | </div> |
| 72 | </div> |
| 73 |