Changeset 2245894
- Timestamp:
- 02/17/2020 10:05:28 PM (6 years ago)
- Location:
- who-hit-the-page-hit-counter
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.14 (copied) (copied from who-hit-the-page-hit-counter/trunk)
-
tags/1.4.14/readme.txt (modified) (2 diffs)
-
tags/1.4.14/who-hit-the-page.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/who-hit-the-page.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
who-hit-the-page-hit-counter/tags/1.4.14/readme.txt
r2245873 r2245894 7 7 Requires at least: 4.0 8 8 Tested up to: 5.3.2 9 Stable tag: 1.4.1 39 Stable tag: 1.4.14 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.4.1 3=70 = 1.4.14 = 71 71 72 72 * Added: IpInfo Geolocation. 73 74 = 1.4.12 =75 76 * Updated: Database file.77 78 = 1.4.11 =79 80 73 * Fixed: Fatal errors after update. 81 74 * Fixed: Activation errors. -
who-hit-the-page-hit-counter/tags/1.4.14/who-hit-the-page.php
r2245833 r2245894 7 7 * Plugin URI: https://whohit.co.za/who-hit-the-page-hit-counter 8 8 * 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.1 19 * Version: 1.4.14 10 10 * Author: mahlamusa 11 11 * Author URI: http://lindeni.co.za … … 35 35 } 36 36 37 define( 'WHTP_VERSION', '1.4.1 1' );37 define( 'WHTP_VERSION', '1.4.14' ); 38 38 define( 'WHTP_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) ); 39 39 define( 'WHTP_BASE_NAME', plugin_basename( __FILE__ ) ); -
who-hit-the-page-hit-counter/trunk/readme.txt
r2245873 r2245894 7 7 Requires at least: 4.0 8 8 Tested up to: 5.3.2 9 Stable tag: 1.4.1 39 Stable tag: 1.4.14 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 68 68 == Changelog == 69 69 70 = 1.4.1 3=70 = 1.4.14 = 71 71 72 72 * Added: IpInfo Geolocation. 73 74 = 1.4.12 =75 76 * Updated: Database file.77 78 = 1.4.11 =79 80 73 * Fixed: Fatal errors after update. 81 74 * Fixed: Activation errors. -
who-hit-the-page-hit-counter/trunk/who-hit-the-page.php
r2245833 r2245894 7 7 * Plugin URI: https://whohit.co.za/who-hit-the-page-hit-counter 8 8 * 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.1 19 * Version: 1.4.14 10 10 * Author: mahlamusa 11 11 * Author URI: http://lindeni.co.za … … 35 35 } 36 36 37 define( 'WHTP_VERSION', '1.4.1 1' );37 define( 'WHTP_VERSION', '1.4.14' ); 38 38 define( 'WHTP_PLUGIN_DIR_PATH', plugin_dir_path( __FILE__ ) ); 39 39 define( 'WHTP_BASE_NAME', plugin_basename( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.