Version Description
- WordPress 5.2 compatibility.
Download this release
Release Info
Developer | mostafa.s1990 |
Plugin | 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 +0 -0
- assets/images/welcome/icon-instagram.png +0 -0
- assets/images/welcome/icon-linkedin.png +0 -0
- assets/images/welcome/icon-twitter.png +0 -0
- includes/settings/tabs/wps-visitor-ip.php +7 -2
- includes/templates/welcome.php +20 -4
- readme.txt +6 -2
- wp-statistics.php +1 -1
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 |
-
|
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
|
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
|
34 |
-
<p
|
Â
|
|
Â
|
|
Â
|
|
35 |
Â
</div>
|
36 |
Â
</div>
|
37 |
Â
|
38 |
Â
<div class="right text-center">
|
39 |
-
<
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
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.
|
7 |
-
|
Â
|
|
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.
|
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
|