Version Description
- 03-10-2016 =
- Chnage the readme file.
- Added note on the admin plugin configuration
Download this release
Release Info
Developer | dots |
Plugin | Page Visit Counter |
Version | 4.0.1 |
Comparing to | |
See all releases |
Code changes from version 4.0 to 4.0.1
- README.txt +9 -5
- admin/class-page-visit-counter-admin.php +1 -1
- images/Thumbs.db +0 -0
- page_visit_counter.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Plugin URI: http://multidots.com/
|
|
4 |
Author: Multidots
|
5 |
Author URI: http://multidots.com/
|
6 |
Contributors: dots
|
7 |
-
Stable tag: 4.0
|
8 |
Tags: page counter,page visit, post counter, post visit, wordpress post view, wordpress page view, page visit graph, post visit graph,
|
9 |
Requires at least: 2.1
|
10 |
Tested up to: 4.6.1
|
@@ -18,6 +18,8 @@ This plugin will count the total visits of your sites pages.
|
|
18 |
== Description ==
|
19 |
This Plugin use for front side post and pages counter. After activation of plugin it will automatically add page counts on bottom of all pages. So, that all visitors can see page counts for entire site pages. Plugin provide search by page title and search by page published date facilities. Settings are required for page counter. Plugin provide to select specific post type to include in post /pages counter. Plugin also provide to exclude specific IP/s and specific register user to exude from post/pages counter.
|
20 |
|
|
|
|
|
21 |
= Page Counter Settings: =
|
22 |
* In these options you can do different setting for page visit counter.
|
23 |
* Short Code: There are two shortcuts that you can use to manually add page view count to any content on admin or post/page template created by your theme or plugin that's creating its own display content in a page / post.
|
@@ -52,7 +54,7 @@ In this option you can see all pages listing within Page ID, Page Title and Tota
|
|
52 |
* Dutch
|
53 |
* Indonesian
|
54 |
|
55 |
-
We always welcome user suggestions. Let us know what you think about this plugin you liked or may have disliked. User
|
56 |
|
57 |
= You can check our other plugins: =
|
58 |
|
@@ -107,6 +109,10 @@ Automatic updates should work great for you. As always, though, we recommend ba
|
|
107 |
|
108 |
== Changelog ==
|
109 |
|
|
|
|
|
|
|
|
|
110 |
= 4.0 - 30-09-2016 =
|
111 |
* Check wordpress and woocommerce compatibility
|
112 |
* Fixies - Shop page and checkout page error handled
|
@@ -179,6 +185,4 @@ Automatic updates should work great for you. As always, though, we recommend ba
|
|
179 |
* Tweak - Remote request handles on activate.
|
180 |
|
181 |
= 1.1 - 07.11.2015 =
|
182 |
-
* Tweak - Class file added for admin settings page output.
|
183 |
-
|
184 |
-
|
4 |
Author: Multidots
|
5 |
Author URI: http://multidots.com/
|
6 |
Contributors: dots
|
7 |
+
Stable tag: 4.0.1
|
8 |
Tags: page counter,page visit, post counter, post visit, wordpress post view, wordpress page view, page visit graph, post visit graph,
|
9 |
Requires at least: 2.1
|
10 |
Tested up to: 4.6.1
|
18 |
== Description ==
|
19 |
This Plugin use for front side post and pages counter. After activation of plugin it will automatically add page counts on bottom of all pages. So, that all visitors can see page counts for entire site pages. Plugin provide search by page title and search by page published date facilities. Settings are required for page counter. Plugin provide to select specific post type to include in post /pages counter. Plugin also provide to exclude specific IP/s and specific register user to exude from post/pages counter.
|
20 |
|
21 |
+
= Important Note: To start the count of the page/post please select the Cpt (custom post type), page or post from "Post Type" select box under the "Basic Configuration settings" box. If you keep the blank it will not start to count of the Cpt (custom post type), page or post. =
|
22 |
+
|
23 |
= Page Counter Settings: =
|
24 |
* In these options you can do different setting for page visit counter.
|
25 |
* Short Code: There are two shortcuts that you can use to manually add page view count to any content on admin or post/page template created by your theme or plugin that's creating its own display content in a page / post.
|
54 |
* Dutch
|
55 |
* Indonesian
|
56 |
|
57 |
+
We always welcome user suggestions. Let us know what you think about this plugin you liked or may have disliked. User�s feedback is important for us to improve more our plugins.
|
58 |
|
59 |
= You can check our other plugins: =
|
60 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 4.0.1 - 03-10-2016 =
|
113 |
+
* Chnage the readme file.
|
114 |
+
* Added note on the admin plugin configuration
|
115 |
+
|
116 |
= 4.0 - 30-09-2016 =
|
117 |
* Check wordpress and woocommerce compatibility
|
118 |
* Fixies - Shop page and checkout page error handled
|
185 |
* Tweak - Remote request handles on activate.
|
186 |
|
187 |
= 1.1 - 07.11.2015 =
|
188 |
+
* Tweak - Class file added for admin settings page output.
|
|
|
|
admin/class-page-visit-counter-admin.php
CHANGED
@@ -887,7 +887,7 @@ class page_visit_counter_Admin {
|
|
887 |
} ?>
|
888 |
</select>
|
889 |
<p><?php echo __('(Select post types for which post views will be counted.)', 'page-visit-counter');?></p>
|
890 |
-
<p>(<b><?php echo __('Note:
|
891 |
</td>
|
892 |
</tr>
|
893 |
|
887 |
} ?>
|
888 |
</select>
|
889 |
<p><?php echo __('(Select post types for which post views will be counted.)', 'page-visit-counter');?></p>
|
890 |
+
<p>(<b><?php echo __('Note: To start the count of the page/post please select the Cpt (custom post type), page or post from above select box. If you not select any one then it will not start to count.', 'page-visit-counter'); ?></b>)</p>
|
891 |
</td>
|
892 |
</tr>
|
893 |
|
images/Thumbs.db
DELETED
Binary file
|
page_visit_counter.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Plugin URI: http://www.multidots.com/
|
8 |
* Description: This plugin will count the total visits of your sites pages.
|
9 |
* Author: Multidots
|
10 |
-
* Version: 4.0
|
11 |
* Author URI: http://www.multidots.com/
|
12 |
*/
|
13 |
// If this file is called directly, abort.
|
7 |
* Plugin URI: http://www.multidots.com/
|
8 |
* Description: This plugin will count the total visits of your sites pages.
|
9 |
* Author: Multidots
|
10 |
+
* Version: 4.0.1
|
11 |
* Author URI: http://www.multidots.com/
|
12 |
*/
|
13 |
// If this file is called directly, abort.
|