PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.0.5
Post Views Counter v1.0.5
1.7.13 1.7.12 1.7.11 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.2 1.3.2.1 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.7.10 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9
post-views-counter / readme.txt
post-views-counter Last commit date
assets 11 years ago css 11 years ago images 11 years ago includes 11 years ago js 11 years ago languages 11 years ago index.php 11 years ago post-views-counter.php 11 years ago readme.txt 11 years ago
readme.txt
76 lines
1 === Post Views Counter ===
2 Contributors: dfactory
3 Donate link: http://www.dfactory.eu/
4 Tags: counter, hits, postviews, post views, views, count
5 Requires at least: 3.8.0
6 Tested up to: 4.1.1
7 Stable tag: 1.0.5
8 License: MIT License
9 License URI: http://opensource.org/licenses/MIT
10
11 Forget WP-PostViews. Display how many times a post, page or custom post type had been viewed in a simple, fast and reliable way.
12
13 == Description ==
14
15 [Post Views Counter](http://www.dfactory.eu/plugins/post-views-counter/) allows you to display how many times a post, page or custom post type had been viewed with this simple, fast and easy to use plugin.
16
17 For more information, check out plugin page at [dFactory](http://www.dfactory.eu/) or plugin [support forum](http://www.dfactory.eu/support/forum/post-views-counter/).
18
19 = Features include: =
20
21 * Option to select post types for which post views will be counted and displayed.
22 * 2 methods of collecting post views data: PHP and Javascript, for greater flexibility
23 * Option to set time between counts
24 * Excluding counts from visitors: bots, logged in users, selected user roles
25 * Excluding users by IPs
26 * Restricting display by user roles
27 * One-click data import from WP-PostViews
28 * Post views display position, automatic or manual via shortcode
29 * W3 Cache/WP SuperCache compatible
30 * WPML and Polylang compatible
31 * .pot file for translations included
32
33 = Translations: =
34 * Polish - by Bartosz Arendt
35 * Russian - by moonkir
36
37
38 == Installation ==
39
40 1. Install Post Views Counter either via the WordPress.org plugin directory, or by uploading the files to your server
41 2. Activate the plugin through the 'Plugins' menu in WordPress
42 3. Go to the Post Views Counter settings and set your options.
43
44 == Frequently Asked Questions ==
45
46 No questions yet.
47
48 == Screenshots ==
49
50 1. screenshot-1.png
51 2. screenshot-2.png
52
53 == Changelog ==
54
55 = 1.0.5 =
56 * Tweak: Added number_format_i18n for displayed views count
57 * Tweak: Additional action hook for developers
58
59 = 1.0.4 =
60 * Fix: Possible issue with remove_post_views_count function
61
62 = 1.0.3 =
63 * New: Russian translation, thanks to moonkir
64 * Fix: Remove [post-views] shortcode from post excerpts if excerpt is empty
65
66 = 1.0.2 =
67 * Fix: Pluggable functions initialized too lately
68
69 = 1.0.0 =
70 Initial release
71
72 == Upgrade Notice ==
73
74 = 1.0.5 =
75 * Tweak: Added number_format_i18n for displayed views count
76 * Tweak: Additional action hook for developers