Plugin Directory

Changeset 2677662


Ignore:
Timestamp:
02/12/2022 01:32:43 PM (4 years ago)
Author:
dcangulo
Message:

chore: release v1.4.0

Location:
posts-unique-view-counter/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • posts-unique-view-counter/trunk/README.md

    r2322898 r2677662  
    22
    33# Posts Unique View Counter
    4 [![GitHub version](https://img.shields.io/wordpress/plugin/v/posts-unique-view-counter?color=brightgreen&style=for-the-badge)](https://wordpress.org/plugins/posts-unique-view-counter/)
    5 [![GPLv2 license](https://img.shields.io/badge/License-GPLv2-blue.svg?style=for-the-badge)](LICENSE)
    6 [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blueviolet.svg?style=for-the-badge)](https://github.com/dcangulo/posts-unique-view-counter/pulls)
    7 [![saythanks](https://img.shields.io/badge/say-thanks-ff69b4.svg?style=for-the-badge)](https://wordpress.org/support/plugin/posts-unique-view-counter/reviews/#new-post)
     4[![GitHub version](https://img.shields.io/wordpress/plugin/v/posts-unique-view-counter?color=brightgreen&style=for-the-badge&labelColor=000000)](https://wordpress.org/plugins/posts-unique-view-counter/)
     5[![GPLv2 license](https://img.shields.io/badge/License-GPLv2-blue.svg?style=for-the-badge&labelColor=000000)](LICENSE)
     6[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-hotpink.svg?style=for-the-badge&labelColor=000000)](https://github.com/dcangulo/posts-unique-view-counter/pulls)
     7[![saythanks](https://img.shields.io/badge/say-thanks-blueviolet.svg?style=for-the-badge&labelColor=000000)](https://wordpress.org/support/plugin/posts-unique-view-counter/reviews/#new-post)
    88
    99Easily count unique views of your posts.
    10 
    11 Just install the plugin and the counting begins. No coding skills needed.
    1210
    1311## How does it work?
     
    1715* Visitors who use "incognito" or something similar will be counted always as a unique visitor because "incognito" mode does not save cookies.
    1816* 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/)
    2317
    2418## Installation
     
    3428```
    3529
    36 ## Frequently Asked Questions
    37 
    38 Do you have any question/s? You may contact me using the email [hello@davidangulo.xyz](mailto:hello@davidangulo.xyz)
    39 
    4030## Screenshots
    4131
     
    4535
    4636## License
    47 Copyright © 2020 David Angulo, released under the GPL2 license, see [LICENSE](LICENSE).
     37Copyright © 2022 David Angulo, released under the GPL2 license, see [LICENSE](LICENSE).
  • posts-unique-view-counter/trunk/index.php

    r2322898 r2677662  
    22/*
    33  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
    55  Description: Easily count unique views of your posts.
    6   Version: 1.3.0.1
     6  Version: 1.4.0
    77  Author: David Angulo
    88  Author URI: https://www.davidangulo.xyz/
    99  Requires at least: 4.8.5
    10   Tested Up to: 5.4.2
     10  Tested Up to: 5.9.0
    1111  License: GPL2
    1212*/
    1313
    1414/*
    15   Copyright 2020 David Angulo (email: hello@davidangulo.xyz)
     15  Copyright © 2022 David Angulo (email: hello@davidangulo.xyz)
    1616
    1717  This program is free software; you can redistribute it and/or
  • posts-unique-view-counter/trunk/readme.txt

    r2322898 r2677662  
    11=== Posts Unique View Counter ===
    22Contributors: dcangulo
    3 Plugin URI: Plugin URI: https://www.davidangulo.xyz/portfolio/posts-unique-view-counter/
     3Plugin URI: Plugin URI: https://github.com/dcangulo/posts-unique-view-counter
    44Tags: post, views, counter, hits, analytics, post counter, post hits, post views
    55Requires at least: 4.8.5
    6 Tested up to: 5.4.2
     6Tested up to: 5.9.0
    77Requires PHP: 7.2
    88Stable tag: trunk
     
    4545== Changelog ==
    4646
     47= 1.4.0 =
     48* Test against WordPress 5.9.0.
     49
    4750= 1.3.0.1 =
    4851* Updated screenshots.
Note: See TracChangeset for help on using the changeset viewer.