click-tracking
11 months ago
date-picker
5 months ago
email
9 months ago
examiner
11 months ago
icons
6 months ago
integrations
11 months ago
interrupt
11 months ago
journeys
6 months ago
notices
6 months ago
overview
6 months ago
partials
5 months ago
settings
5 months ago
tables
6 months ago
campaign-builder.blade.php
11 months ago
chart.blade.php
11 months ago
debug.blade.php
11 months ago
plugin-group-options.blade.php
11 months ago
quick-stat-loading.blade.php
11 months ago
quick-stat.blade.php
5 months ago
quick-stats.blade.php
11 months ago
real-time.blade.php
6 months ago
support.blade.php
6 months ago
updates.blade.php
6 months ago
woocommerce-order-meta-box.blade.php
6 months ago
updates.blade.php
68 lines
| 1 | <div class="updates-menu"> |
| 2 | <div class="updates-container"> |
| 3 | <div class="heading"> |
| 4 | <h1><?php esc_html_e("Newest Updates", "independent-analytics"); ?></h1> |
| 5 | <a class="link-purple" href="https://independentwp.com/changelog/" |
| 6 | target="_blank"><?php esc_html_e("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/Xc0uN24245w?si=V6qRYH6NVpq0IVmX" title="Version 2.14.0 update" 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.14 - The User Journeys Report is Here!</h2> |
| 16 | <span class="date">January 19th, 2026</span> |
| 17 | </div> |
| 18 | <div class="description-container"> |
| 19 | <p>Version 2.14.0 adds the User Journey report to Independent Analytics Pro. Browse your recent sessions |
| 20 | and explore a timeline of every visitors journey through your website.</p> |
| 21 | <p>You can review the <a |
| 22 | href="https://independentwp.com/changelog/version-2-14-0/" |
| 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/GtuvpNcC0dA?si=lTdhF4Ue--OTTXN7" 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.13 - Exciting New Features & Improvements</h2> |
| 34 | <span class="date">October 21st, 2025</span> |
| 35 | </div> |
| 36 | <div class="description-container"> |
| 37 | <p>Version 2.13.0 adds a variety of new features like an AI referrer type, the option to filter by ANY or ALL conditions, and |
| 38 | a new option to group the referrers table by referrer type. |
| 39 | </p> |
| 40 | <p>You can review the <a |
| 41 | href="https://independentwp.com/changelog/version-2-13-0/" |
| 42 | target="_blank">full changelog here</a>.</p> |
| 43 | </div> |
| 44 | </div> |
| 45 | </div> |
| 46 | <div class="entry"> |
| 47 | <div class="video-container"> |
| 48 | <iframe src="https://www.youtube-nocookie.com/embed/PI39D6NFd9A?si=DHaHAvWWaDoiEFei" 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> |
| 49 | </div> |
| 50 | <div class="text"> |
| 51 | <div class="title-container"> |
| 52 | <h2 class="title">Version 2.12 - Uncover Hidden Gems with Solo Reports</h2> |
| 53 | <span class="date">August 19th, 2025</span> |
| 54 | </div> |
| 55 | <div class="description-container"> |
| 56 | <p>Version 2.12 adds Solo Reports to Independent Analytics Pro. View a dedicated report for any page, referrer, location, device, campaign, link, or link pattern.</p> |
| 57 | <p>Learn more about <a |
| 58 | href="https://independentwp.com/features/solo-reports/" |
| 59 | target="_blank">Solo Reports here</a> or review the <a |
| 60 | href="https://independentwp.com/changelog/version-2-12-0/" |
| 61 | target="_blank">full changelog here</a>. |
| 62 | </p> |
| 63 | </div> |
| 64 | </div> |
| 65 | </div> |
| 66 | </div> |
| 67 | </div> |
| 68 |