Post Views Counter - Version 1.1.4

Version Description

  • Fix: Dashicons link broken.
  • Tweak: Confirmed WordPress 4.4 compatibility.
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 Post Views Counter
Version 1.1.4
Comparing to
See all releases

Code changes from version 1.1.3 to 1.1.4

Files changed (3) hide show
  1. includes/settings.php +1 -1
  2. post-views-counter.php +3 -3
  3. readme.txt +9 -5
includes/settings.php CHANGED
@@ -488,7 +488,7 @@ class Post_Views_Counter_Settings {
488
  echo '
489
  <div id="pvc_icon_class">
490
  <input type="text" name="post_views_counter_settings_display[icon_class]" class="large-text" value="' . esc_attr( Post_Views_Counter()->options['display']['icon_class'] ) . '" />
491
- <p class="description">' . sprintf( __( 'Enter the post views icon class. Any of the <a href="%s" target="_blank">Dashicons</a> classes are available.', 'post-views-counter' ), 'http://melchoyce.github.io/dashicons/' ) . '</p>
492
  </div>';
493
  }
494
 
488
  echo '
489
  <div id="pvc_icon_class">
490
  <input type="text" name="post_views_counter_settings_display[icon_class]" class="large-text" value="' . esc_attr( Post_Views_Counter()->options['display']['icon_class'] ) . '" />
491
+ <p class="description">' . sprintf( __( 'Enter the post views icon class. Any of the <a href="%s" target="_blank">Dashicons</a> classes are available.', 'post-views-counter' ), 'https://developer.wordpress.org/resource/dashicons/' ) . '</p>
492
  </div>';
493
  }
494
 
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.1.3
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/post-views-counter/
@@ -31,7 +31,7 @@ if ( ! class_exists( 'Post_Views_Counter' ) ) :
31
  * Post Views Counter final class.
32
  *
33
  * @class Post_Views_Counter
34
- * @version 1.1.3
35
  */
36
  final class Post_Views_Counter {
37
 
@@ -82,7 +82,7 @@ final class Post_Views_Counter {
82
  'link_to_post' => true,
83
  'icon_class' => 'dashicons-chart-bar'
84
  ),
85
- 'version' => '1.1.3'
86
  );
87
 
88
  /**
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.1.4
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/post-views-counter/
31
  * Post Views Counter final class.
32
  *
33
  * @class Post_Views_Counter
34
+ * @version 1.1.4
35
  */
36
  final class Post_Views_Counter {
37
 
82
  'link_to_post' => true,
83
  'icon_class' => 'dashicons-chart-bar'
84
  ),
85
+ 'version' => '1.1.4'
86
  );
87
 
88
  /**
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: dfactory
3
  Donate link: http://www.dfactory.eu/
4
  Tags: counter, hits, postviews, post views, views, count
5
  Requires at least: 4.0.0
6
- Tested up to: 4.3.1
7
- Stable tag: 1.1.3
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
@@ -67,6 +67,10 @@ No questions yet.
67
 
68
  == Changelog ==
69
 
 
 
 
 
70
  = 1.1.3 =
71
  * Fix: Duplicated views count in custom post types
72
  * Fix: Exclude visitors checkboxes not working
@@ -125,6 +129,6 @@ Initial release
125
 
126
  == Upgrade Notice ==
127
 
128
- = 1.1.3 =
129
- * Fix: Duplicated views count in custom post types
130
- * Fix: Exclude visitors checkboxes not working
3
  Donate link: http://www.dfactory.eu/
4
  Tags: counter, hits, postviews, post views, views, count
5
  Requires at least: 4.0.0
6
+ Tested up to: 4.4
7
+ Stable tag: 1.1.4
8
  License: MIT License
9
  License URI: http://opensource.org/licenses/MIT
10
 
67
 
68
  == Changelog ==
69
 
70
+ = 1.1.4 =
71
+ * Fix: Dashicons link broken.
72
+ * Tweak: Confirmed WordPress 4.4 compatibility.
73
+
74
  = 1.1.3 =
75
  * Fix: Duplicated views count in custom post types
76
  * Fix: Exclude visitors checkboxes not working
129
 
130
  == Upgrade Notice ==
131
 
132
+ = 1.1.4 =
133
+ * Fix: Dashicons link broken.
134
+ * Tweak: Confirmed WordPress 4.4 compatibility.