Version Description
Download this release
Release Info
Developer | GamerZ |
Plugin | WP-PostViews |
Version | 1.76.1 |
Comparing to | |
See all releases |
Code changes from version 1.76 to 1.76.1
- readme.txt +1 -1
- wp-postviews.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://lesterchan.net/site/donation/
|
|
4 |
Tags: views, hits, counter, postviews
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.0
|
7 |
-
Stable tag: 1.76
|
8 |
|
9 |
Enables you to display how many times a post/page had been viewed.
|
10 |
|
4 |
Tags: views, hits, counter, postviews
|
5 |
Requires at least: 4.0
|
6 |
Tested up to: 5.0
|
7 |
+
Stable tag: 1.76.1
|
8 |
|
9 |
Enables you to display how many times a post/page had been viewed.
|
10 |
|
wp-postviews.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP-PostViews
|
4 |
Plugin URI: https://lesterchan.net/portfolio/programming/php/
|
5 |
Description: Enables you to display how many times a post/page had been viewed.
|
6 |
-
Version: 1.76
|
7 |
Author: Lester 'GaMerZ' Chan
|
8 |
Author URI: https://lesterchan.net
|
9 |
Text Domain: wp-postviews
|
@@ -826,7 +826,7 @@ function add_postviews_column_content($column_name) {
|
|
826 |
|
827 |
|
828 |
### Function Sort Columns
|
829 |
-
add_filter( 'manage_edit-post_sortable_columns', 'sort_postviews_column
|
830 |
add_filter( 'manage_edit-page_sortable_columns', 'sort_postviews_column' );
|
831 |
function sort_postviews_column( $defaults ) {
|
832 |
$defaults['views'] = 'views';
|
3 |
Plugin Name: WP-PostViews
|
4 |
Plugin URI: https://lesterchan.net/portfolio/programming/php/
|
5 |
Description: Enables you to display how many times a post/page had been viewed.
|
6 |
+
Version: 1.76.1
|
7 |
Author: Lester 'GaMerZ' Chan
|
8 |
Author URI: https://lesterchan.net
|
9 |
Text Domain: wp-postviews
|
826 |
|
827 |
|
828 |
### Function Sort Columns
|
829 |
+
add_filter( 'manage_edit-post_sortable_columns', 'sort_postviews_column');
|
830 |
add_filter( 'manage_edit-page_sortable_columns', 'sort_postviews_column' );
|
831 |
function sort_postviews_column( $defaults ) {
|
832 |
$defaults['views'] = 'views';
|