PluginProbe ʕ •ᴥ•ʔ
Independent Analytics – WordPress Analytics Plugin / 2.2.0
Independent Analytics – WordPress Analytics Plugin v2.2.0
2.15.0 2.14.10 trunk 1.1 1.10 1.10.1 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.17.1 1.17.2 1.17.3 1.17.4 1.18 1.18.1 1.19.0 1.19.1 1.2 1.20.0 1.21.0 1.22.0 1.22.1 1.23.0 1.23.1 1.24.0 1.24.1 1.25.0 1.25.1 1.26.0 1.27.0 1.28.0 1.28.1 1.28.2 1.28.3 1.29.0 1.3 1.30.0 1.30.1 1.4 1.5 1.6 1.7 1.8 1.9 2.0.0 2.0.1 2.1.4 2.1.5 2.1.6 2.10.0 2.10.1 2.10.2 2.10.3 2.10.4 2.11.0 2.11.1 2.11.10 2.11.2 2.11.3 2.11.4 2.11.5 2.11.6 2.11.7 2.11.8 2.11.9 2.12.0 2.12.1 2.12.2 2.13.1 2.13.2 2.13.5 2.13.6 2.14.0 2.14.1 2.14.2 2.14.4 2.14.6 2.14.7 2.14.8 2.14.9 2.2.0 2.2.1 2.3.1 2.3.2 2.4.2 2.4.3 2.5.0 2.5.1 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.7.1 2.7.2 2.7.3 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.2 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7
independent-analytics / views / partials / updates.blade.php
independent-analytics / views / partials Last commit date
interrupt-header.blade.php 2 years ago report-header.blade.php 2 years ago sidebar-menu-section.blade.php 2 years ago sidebar.blade.php 2 years ago updates.blade.php 2 years ago
updates.blade.php
39 lines
1 <div id="updates-modal" aria-hidden="true" class="mm micromodal-slide updates-modal">
2 <div tabindex="-1" class="mm__overlay">
3 <div role="dialog" aria-modal="true" aria-labelledby="delete-data-modal-title"
4 class="mm__container">
5 <div class="heading"><?php esc_html_e("Latest Plugin Updates", 'independent-analytics'); ?></div>
6 <div class="entry">
7 <div class="video-container">
8 <lite-youtube videoid="OQ-mP31uWpM"></lite-youtube>
9 </div>
10 <div class="title-container">
11 <div class="title">Version 2.2 - PDF Exporting, UI Enhancements, and WC Landing Pages</div>
12 <div class="date">February 7th, 2024</div>
13 </div>
14 <div class="description-container">
15 <p>This update brings a new PDF exporting feature, improvements to the interface, and WooCommerce landing page data. Plus, style fixes for RTL websites, tracking for the WC checkout success page, and new sidebar menu items</p>
16 </div>
17 </div>
18 <div class="entry">
19 <div class="video-container">
20 <lite-youtube videoid="VC7iEne_g-g"></lite-youtube>
21 </div>
22 <div class="title-container">
23 <div class="title">v2.1.0 - Performance enhancements, Dev API, and more</div>
24 <div class="date">January 17th, 2024</div>
25 </div>
26 <div class="description-container">
27 <p>We've made a lot of improvements in this update, but there are seven changes in particular you should know about.</p>
28 <p>We optimized the back-end so that the analytics no longer crash for sites with hundreds of thousands or millions of views. We also optimized the REST API request on the front end to load much faster.</p>
29 <p>Up until now, traffic from Google showed up in one row, whether it was from organic clicks or paid clicks. Now, we separate Google Ads traffic from Google and label traffic from the Google Display Network.</p>
30 <p>For our PRO users with WooCommerce, we added a new Order Referrer box in the Orders menu, showing where the buyer came from.</p>
31 <p>We also added a new option to refresh the visitor salt token, which allows for stricter adherence to the GDPR.</p>
32 <p>For developers, we launched the first version of our API, which allows you to get stats for your site (and individual pages) from anywhere else on your website.</p>
33 <p>Lastly, we added a new changelog notification into the sidebar, making it easier to stay updated with the changes made in each release</p>
34 </div>
35 </div>
36 <button id="close-updates-modal" class="close-updates-modal"><span class="dashicons dashicons-dismiss"></span></button>
37 </div>
38 </div>
39 </div>