Changeset 2677662
- Timestamp:
- 02/12/2022 01:32:43 PM (4 years ago)
- Location:
- posts-unique-view-counter/trunk
- Files:
-
- 2 added
- 3 edited
-
.gitignore (added)
-
README.md (modified) (4 diffs)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
release.rb (added)
Legend:
- Unmodified
- Added
- Removed
-
posts-unique-view-counter/trunk/README.md
r2322898 r2677662 2 2 3 3 # Posts Unique View Counter 4 [](https://wordpress.org/plugins/posts-unique-view-counter/)5 [](LICENSE)6 [](https://github.com/dcangulo/posts-unique-view-counter/pulls)7 [](https://wordpress.org/support/plugin/posts-unique-view-counter/reviews/#new-post)4 [](https://wordpress.org/plugins/posts-unique-view-counter/) 5 [](LICENSE) 6 [](https://github.com/dcangulo/posts-unique-view-counter/pulls) 7 [](https://wordpress.org/support/plugin/posts-unique-view-counter/reviews/#new-post) 8 8 9 9 Easily count unique views of your posts. 10 11 Just install the plugin and the counting begins. No coding skills needed.12 10 13 11 ## How does it work? … … 17 15 * Visitors who use "incognito" or something similar will be counted always as a unique visitor because "incognito" mode does not save cookies. 18 16 * One (1) visitor = One (1) cookie. 19 20 Please rate and review the plugin if you find it useful.21 22 Find my other works here: [https://www.davidangulo.xyz/portfolio/](https://www.davidangulo.xyz/portfolio/)23 17 24 18 ## Installation … … 34 28 ``` 35 29 36 ## Frequently Asked Questions37 38 Do you have any question/s? You may contact me using the email [hello@davidangulo.xyz](mailto:hello@davidangulo.xyz)39 40 30 ## Screenshots 41 31 … … 45 35 46 36 ## License 47 Copyright © 202 0David Angulo, released under the GPL2 license, see [LICENSE](LICENSE).37 Copyright © 2022 David Angulo, released under the GPL2 license, see [LICENSE](LICENSE). -
posts-unique-view-counter/trunk/index.php
r2322898 r2677662 2 2 /* 3 3 Plugin Name: Posts Unique View Counter 4 Plugin URI: https:// www.davidangulo.xyz/portfolio/posts-unique-view-counter/4 Plugin URI: https://github.com/dcangulo/posts-unique-view-counter 5 5 Description: Easily count unique views of your posts. 6 Version: 1. 3.0.16 Version: 1.4.0 7 7 Author: David Angulo 8 8 Author URI: https://www.davidangulo.xyz/ 9 9 Requires at least: 4.8.5 10 Tested Up to: 5. 4.210 Tested Up to: 5.9.0 11 11 License: GPL2 12 12 */ 13 13 14 14 /* 15 Copyright 2020David Angulo (email: hello@davidangulo.xyz)15 Copyright © 2022 David Angulo (email: hello@davidangulo.xyz) 16 16 17 17 This program is free software; you can redistribute it and/or -
posts-unique-view-counter/trunk/readme.txt
r2322898 r2677662 1 1 === Posts Unique View Counter === 2 2 Contributors: dcangulo 3 Plugin URI: Plugin URI: https:// www.davidangulo.xyz/portfolio/posts-unique-view-counter/3 Plugin URI: Plugin URI: https://github.com/dcangulo/posts-unique-view-counter 4 4 Tags: post, views, counter, hits, analytics, post counter, post hits, post views 5 5 Requires at least: 4.8.5 6 Tested up to: 5. 4.26 Tested up to: 5.9.0 7 7 Requires PHP: 7.2 8 8 Stable tag: trunk … … 45 45 == Changelog == 46 46 47 = 1.4.0 = 48 * Test against WordPress 5.9.0. 49 47 50 = 1.3.0.1 = 48 51 * Updated screenshots.
Note: See TracChangeset
for help on using the changeset viewer.