Version Description
- Fix: Pluggable functions initialized too lately
Download this release
Release Info
Developer | dfactory |
Plugin | Post Views Counter |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
- post-views-counter.php +2 -3
- readme.txt +3 -5
post-views-counter.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Post Views Counter
|
4 |
Description: Forget WP-PostViews. Display how many times a post, page or custom post type had been viewed in a simple, fast and reliable way.
|
5 |
-
Version: 1.0.
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/post-views-counter/
|
@@ -80,7 +80,7 @@ class Post_Views_Counter
|
|
80 |
'link_to_post' => true,
|
81 |
'icon_class' => 'dashicons-visibility'
|
82 |
),
|
83 |
-
'version' => '1.0.
|
84 |
);
|
85 |
|
86 |
|
@@ -312,6 +312,5 @@ function Post_Views_Counter()
|
|
312 |
return $instance;
|
313 |
}
|
314 |
|
315 |
-
|
316 |
Post_Views_Counter();
|
317 |
?>
|
2 |
/*
|
3 |
Plugin Name: Post Views Counter
|
4 |
Description: Forget WP-PostViews. Display how many times a post, page or custom post type had been viewed in a simple, fast and reliable way.
|
5 |
+
Version: 1.0.2
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/post-views-counter/
|
80 |
'link_to_post' => true,
|
81 |
'icon_class' => 'dashicons-visibility'
|
82 |
),
|
83 |
+
'version' => '1.0.2'
|
84 |
);
|
85 |
|
86 |
|
312 |
return $instance;
|
313 |
}
|
314 |
|
|
|
315 |
Post_Views_Counter();
|
316 |
?>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.dfactory.eu/
|
|
4 |
Tags: counter, hits, postviews, post views, views, count
|
5 |
Requires at least: 3.8.0
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag: 1.0.
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -51,14 +51,12 @@ No questions yet.
|
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
-
= 1.0.
|
55 |
* Fix: Pluggable functions initialized too lately
|
56 |
|
57 |
= 1.0.0 =
|
58 |
Initial release
|
59 |
|
60 |
== Upgrade Notice ==
|
61 |
-
|
62 |
-
|
63 |
-
= 1.0.1 =
|
64 |
* Fix: Pluggable functions initialized too lately
|
4 |
Tags: counter, hits, postviews, post views, views, count
|
5 |
Requires at least: 3.8.0
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 1.0.2
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
+
= 1.0.2 =
|
55 |
* Fix: Pluggable functions initialized too lately
|
56 |
|
57 |
= 1.0.0 =
|
58 |
Initial release
|
59 |
|
60 |
== Upgrade Notice ==
|
61 |
+
= 1.0.2 =
|
|
|
|
|
62 |
* Fix: Pluggable functions initialized too lately
|