Plugin Directory

Changeset 2245894


Ignore:
Timestamp:
02/17/2020 10:05:28 PM (6 years ago)
Author:
mahlamusa
Message:

Update to version 1.4.14 from GitHub

Location:
who-hit-the-page-hit-counter
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • who-hit-the-page-hit-counter/tags/1.4.14/readme.txt

    r2245873 r2245894  
    77Requires at least: 4.0
    88Tested up to: 5.3.2
    9 Stable tag: 1.4.13
     9Stable tag: 1.4.14
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868== Changelog ==
    6969
    70 = 1.4.13 =
     70= 1.4.14 =
    7171
    7272* Added: IpInfo Geolocation.
    73 
    74 = 1.4.12 =
    75 
    76 * Updated: Database file.
    77 
    78 = 1.4.11 =
    79 
    8073* Fixed: Fatal errors after update.
    8174* Fixed: Activation errors.
  • who-hit-the-page-hit-counter/tags/1.4.14/who-hit-the-page.php

    r2245833 r2245894  
    77 * Plugin URI: https://whohit.co.za/who-hit-the-page-hit-counter
    88 * Description: Lets you know who visted your pages by adding an invisible page hit counter on your website, so you know how many times a page has been visited in total and how many times each user identified by IP address has visited each page. You will also know the IP addresses of your visitors and relate the IP addresses to the country of the visitor and all browsers used by that IP/user.
    9  * Version: 1.4.11
     9 * Version: 1.4.14
    1010 * Author: mahlamusa
    1111 * Author URI: http://lindeni.co.za
     
    3535}
    3636
    37 define( 'WHTP_VERSION', '1.4.11' );
     37define( 'WHTP_VERSION', '1.4.14' );
    3838define( 'WHTP_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3939define( 'WHTP_BASE_NAME', plugin_basename( __FILE__ ) );
  • who-hit-the-page-hit-counter/trunk/readme.txt

    r2245873 r2245894  
    77Requires at least: 4.0
    88Tested up to: 5.3.2
    9 Stable tag: 1.4.13
     9Stable tag: 1.4.14
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868== Changelog ==
    6969
    70 = 1.4.13 =
     70= 1.4.14 =
    7171
    7272* Added: IpInfo Geolocation.
    73 
    74 = 1.4.12 =
    75 
    76 * Updated: Database file.
    77 
    78 = 1.4.11 =
    79 
    8073* Fixed: Fatal errors after update.
    8174* Fixed: Activation errors.
  • who-hit-the-page-hit-counter/trunk/who-hit-the-page.php

    r2245833 r2245894  
    77 * Plugin URI: https://whohit.co.za/who-hit-the-page-hit-counter
    88 * Description: Lets you know who visted your pages by adding an invisible page hit counter on your website, so you know how many times a page has been visited in total and how many times each user identified by IP address has visited each page. You will also know the IP addresses of your visitors and relate the IP addresses to the country of the visitor and all browsers used by that IP/user.
    9  * Version: 1.4.11
     9 * Version: 1.4.14
    1010 * Author: mahlamusa
    1111 * Author URI: http://lindeni.co.za
     
    3535}
    3636
    37 define( 'WHTP_VERSION', '1.4.11' );
     37define( 'WHTP_VERSION', '1.4.14' );
    3838define( 'WHTP_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) );
    3939define( 'WHTP_BASE_NAME', plugin_basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.