WP Statistics - Version 12.6.5

Version Description

  • WordPress 5.2 compatibility.
Download this release

Release Info

Developer mostafa.s1990
Plugin Icon 128x128 WP Statistics
Version 12.6.5
Comparing to
See all releases

Code changes from version 12.6.4 to 12.6.5

assets/images/welcome/icon-github.png ADDED
Binary file
assets/images/welcome/icon-instagram.png ADDED
Binary file
assets/images/welcome/icon-linkedin.png ADDED
Binary file
assets/images/welcome/icon-twitter.png ADDED
Binary file
includes/settings/tabs/wps-visitor-ip.php CHANGED
@@ -27,8 +27,13 @@ add_thickbox();
27
 
28
  ?>
29
  <!-- Show Help $_SERVER -->
 
 
 
 
 
30
  <div id="list-of-php-server" style="display:none;">
31
- <table>
32
  <tr>
33
  <td width="330" style="color: #3238fb; border-bottom: 1px solid #bcbeff;padding-top:10px;padding-bottom:10px;">
34
  <b><?php _e( '$_SERVER', 'wp-statistics' ); ?></b></td>
@@ -51,7 +56,7 @@ add_thickbox();
51
  <tbody>
52
  <tr valign="top">
53
  <th scope="row" colspan="2" style="padding-bottom: 10px; font-weight: normal;line-height: 25px;">
54
- <?php _e( 'Your real IP detected with ipify.org service:', 'wp-statistics' ); ?>
55
  </th>
56
  </tr>
57
 
27
 
28
  ?>
29
  <!-- Show Help $_SERVER -->
30
+ <style>
31
+ #TB_window {
32
+ direction: ltr;
33
+ }
34
+ </style>
35
  <div id="list-of-php-server" style="display:none;">
36
+ <table style="direction: ltr;">
37
  <tr>
38
  <td width="330" style="color: #3238fb; border-bottom: 1px solid #bcbeff;padding-top:10px;padding-bottom:10px;">
39
  <b><?php _e( '$_SERVER', 'wp-statistics' ); ?></b></td>
56
  <tbody>
57
  <tr valign="top">
58
  <th scope="row" colspan="2" style="padding-bottom: 10px; font-weight: normal;line-height: 25px;">
59
+ <?php _e( 'Your real IP detected with ipify.org service:', 'wp-statistics' ); ?>
60
  </th>
61
  </tr>
62
 
includes/templates/welcome.php CHANGED
@@ -22,7 +22,7 @@
22
  <section class="center-section">
23
  <div class="left">
24
  <div class="content-padding">
25
- <h2><?php _e( 'Improvement update for WP-Statistics', 'wp-statistics' ); ?></h2>
26
  </div>
27
  </div>
28
  </section>
@@ -30,13 +30,29 @@
30
  <section class="normal-section">
31
  <div class="left">
32
  <div class="content-padding">
33
- <h2><?php _e( 'Visitor IP', 'wp-statistics' ); ?></h2>
34
- <p><?php _e( 'Solve your IP problem with this option.', 'wp-statistics' ); ?></p>
 
 
 
35
  </div>
36
  </div>
37
 
38
  <div class="right text-center">
39
- <img src="<?php echo plugins_url( 'wp-statistics/assets/images/welcome/visitor-ip.png' ); ?>"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  </div>
41
  </section>
42
  </div>
22
  <section class="center-section">
23
  <div class="left">
24
  <div class="content-padding">
25
+ <h2>An Event and Trigger Add-On</h2>
26
  </div>
27
  </div>
28
  </section>
30
  <section class="normal-section">
31
  <div class="left">
32
  <div class="content-padding">
33
+ <h2>Actions</h2>
34
+ <p>Actions is a smart Add-On for WP-Statistics, with this add-on you can make actions in WordPress when a condition is established.</p>
35
+ <p>Yes! It’s very simple, you can do a lot of things, for example, if a user referred from Google in your post, you can do something such as, modify the post title and post content, modify the post author or send a notification with Email or SMS.</p>
36
+
37
+ <a class="button-primary" href="https://wp-statistics.com/downloads/wp-statistics-actions/" target="_blank">Get Add-On</a>
38
  </div>
39
  </div>
40
 
41
  <div class="right text-center">
42
+ <iframe width="660" height="415" src="https://www.youtube.com/embed/Gcj-wK2pmLs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
43
+ </div>
44
+ </section>
45
+
46
+ <section class="center-section">
47
+ <div class="left">
48
+ <div class="content-padding">
49
+ <h3>Follow us on Social Media</h3>
50
+ </div>
51
+
52
+ <a href="https://github.com/veronalabs" target="_blank"><img src="<?php echo plugins_url( 'wp-statistics/assets/images/welcome/icon-github.png' ); ?>"/></a>
53
+ <a href="https://www.instagram.com/veronalabs/" target="_blank"><img src="<?php echo plugins_url( 'wp-statistics/assets/images/welcome/icon-instagram.png' ); ?>"/></a>
54
+ <a href="https://www.linkedin.com/company/veronalabs/" target="_blank"><img src="<?php echo plugins_url( 'wp-statistics/assets/images/welcome/icon-linkedin.png' ); ?>"/></a>
55
+ <a href="https://twitter.com/veronalabs" target="_blank"><img src="<?php echo plugins_url( 'wp-statistics/assets/images/welcome/icon-twitter.png' ); ?>"/></a>
56
  </div>
57
  </section>
58
  </div>
readme.txt CHANGED
@@ -3,8 +3,9 @@ Contributors: mostafa.s1990, mehrshaddarzi, ghasemi71ir, GregRoss, dedidata
3
  Donate link: https://wp-statistics.com/donate/
4
  Tags: analytics, wordpress analytics, stats, statistics, visit, visitors, hits, chart, browser, today, yesterday, week, month, year, total, post, page, sidebar, google, live visit, search word, agent, google analytics, webmasters, google webmasters, geoip, location
5
  Requires at least: 3.0
6
- Tested up to: 5.1
7
- Stable tag: 12.6.4
 
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -125,6 +126,9 @@ http://yourwebsite.com/wp-json/wpstatistics/v1
125
  To register, go to the Permalink page and update the permalink with press Save Changes.
126
 
127
  == Changelog ==
 
 
 
128
  = 12.6.4 =
129
  * Added: The Visitor IP configuration in the setting page for choosing method that gets visitor's IP addresses.
130
  * Improved: Minor issues in datepicker.
3
  Donate link: https://wp-statistics.com/donate/
4
  Tags: analytics, wordpress analytics, stats, statistics, visit, visitors, hits, chart, browser, today, yesterday, week, month, year, total, post, page, sidebar, google, live visit, search word, agent, google analytics, webmasters, google webmasters, geoip, location
5
  Requires at least: 3.0
6
+ Tested up to: 5.2
7
+ Requires PHP: 5.6
8
+ Stable tag: 12.6.5
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
 
126
  To register, go to the Permalink page and update the permalink with press Save Changes.
127
 
128
  == Changelog ==
129
+ = 12.6.5 =
130
+ * WordPress 5.2 compatibility.
131
+
132
  = 12.6.4 =
133
  * Added: The Visitor IP configuration in the setting page for choosing method that gets visitor's IP addresses.
134
  * Improved: Minor issues in datepicker.
wp-statistics.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WP Statistics
4
  * Plugin URI: https://wp-statistics.com/
5
  * Description: Complete WordPress Analytics and Statistics for your site!
6
- * Version: 12.6.4
7
  * Author: VeronaLabs
8
  * Author URI: http://veronalabs.com/
9
  * Text Domain: wp-statistics
3
  * Plugin Name: WP Statistics
4
  * Plugin URI: https://wp-statistics.com/
5
  * Description: Complete WordPress Analytics and Statistics for your site!
6
+ * Version: 12.6.5
7
  * Author: VeronaLabs
8
  * Author URI: http://veronalabs.com/
9
  * Text Domain: wp-statistics