Version Description
- Update new Author Name in core file.
- update Author Website in core file.
Download this release
Release Info
Developer | easyplugin |
Plugin | Count per Day |
Version | 3.6 |
Comparing to | |
See all releases |
Code changes from version 3.6.1 to 3.6
- counter.php +2 -2
- readme.txt +1 -1
counter.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Count Per Day
|
4 |
Plugin URI: http://easyplugin.co.uk/count-per-day/
|
5 |
Description: Counter, shows reads and visitors per page; today, yesterday, last week, last months ... on dashboard, per shortcode or in widget.
|
6 |
-
Version: 3.6
|
7 |
License: Postcardware
|
8 |
Author: EasyPlugin (Jon Highham)
|
9 |
Author URI: http://easyplugin.co.uk/
|
@@ -13,7 +13,7 @@ if (!defined('ABSPATH'))
|
|
13 |
exit;
|
14 |
|
15 |
$cpd_dir_name = 'count-per-day';
|
16 |
-
$cpd_version = '3.6
|
17 |
|
18 |
if (strpos($_SERVER['SERVER_NAME'], '.test'))
|
19 |
$cpd_path = str_replace('/', DIRECTORY_SEPARATOR, ABSPATH.PLUGINDIR.'/'.$cpd_dir_name.'/');
|
3 |
Plugin Name: Count Per Day
|
4 |
Plugin URI: http://easyplugin.co.uk/count-per-day/
|
5 |
Description: Counter, shows reads and visitors per page; today, yesterday, last week, last months ... on dashboard, per shortcode or in widget.
|
6 |
+
Version: 3.6
|
7 |
License: Postcardware
|
8 |
Author: EasyPlugin (Jon Highham)
|
9 |
Author URI: http://easyplugin.co.uk/
|
13 |
exit;
|
14 |
|
15 |
$cpd_dir_name = 'count-per-day';
|
16 |
+
$cpd_version = '3.6';
|
17 |
|
18 |
if (strpos($_SERVER['SERVER_NAME'], '.test'))
|
19 |
$cpd_path = str_replace('/', DIRECTORY_SEPARATOR, ABSPATH.PLUGINDIR.'/'.$cpd_dir_name.'/');
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Jon Highham
|
|
3 |
Tags: counter, count, posts, visits, reads, dashboard, widget, shortcode
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.8
|
6 |
-
Stable tag: 3.6
|
7 |
License: GPLv2
|
8 |
|
9 |
Visit Counter, shows reads and visitors per page, visitors today, yesterday, last week, last months and other statistics.
|
3 |
Tags: counter, count, posts, visits, reads, dashboard, widget, shortcode
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.8
|
6 |
+
Stable tag: 3.6
|
7 |
License: GPLv2
|
8 |
|
9 |
Visit Counter, shows reads and visitors per page, visitors today, yesterday, last week, last months and other statistics.
|