Skip to content

Commit b80ff91

Browse files
committed
Release new version 2.1.3
= 2.1.3 - 2019/08/01 = * This maintenance upgrade is to fix a style conflict with fontawesome icons * Fix - fontawesome icons not able to get correct style on frontend when the fontawesome script is loaded on the page by theme or another plugin.
1 parent ad6d6cc commit b80ff91

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

assets/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
float: left;
1212
padding: 5px !important;
1313
}
14-
.pvc_stats i.pvc-stats-icon.small {
14+
.pvc_stats .pvc-stats-icon.small {
1515
font-size: 10px;
1616
}
17-
.pvc_stats i.pvc-stats-icon.medium {
17+
.pvc_stats .pvc-stats-icon.medium {
1818
font-size: 14px;
1919
}
20-
.pvc_stats i.pvc-stats-icon.large {
20+
.pvc_stats .pvc-stats-icon.large {
2121
font-size: 18px;
2222
}

assets/css/style.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
float: left;
77
.padding(5px !important, 5px !important, 5px !important, 5px !important);
88

9-
i.pvc-stats-icon {
9+
.pvc-stats-icon {
1010
&.small {
1111
font-size: 10px;
1212
}

assets/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

page-views-count.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Page Views Count
44
Description: Show front end users all time views and views today on posts, pages, index pages and custom post types with the Page Views Count Plugin. Use the Page Views Count function to add page views to any content type or object created by your theme or plugins.
5-
Version: 2.1.2
5+
Version: 2.1.3
66
Requires at least: 4.6
77
Tested up to: 5.2.2
88
Author: a3rev Software
@@ -22,7 +22,7 @@
2222
define('A3_PVC_IMAGES_URL', A3_PVC_URL . '/assets/images');
2323

2424
define( 'A3_PVC_KEY', 'a3_page_view_count' );
25-
define( 'A3_PVC_VERSION', '2.1.2' );
25+
define( 'A3_PVC_VERSION', '2.1.3' );
2626
define( 'A3_PVC_G_FONTS', false );
2727

2828
/**

readme.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: a3rev, a3rev Software, nguyencongtuan
33
Tags: wordpress page view, page view count , post views, post view count, gutenberg
44
Requires at least: 4.6
55
Tested up to: 5.2.2
6-
Stable tag: 2.1.2
6+
Stable tag: 2.1.3
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -98,6 +98,10 @@ The manual installation method involves down loading our plugin and uploading it
9898

9999
== Changelog ==
100100

101+
= 2.1.3 - 2019/08/01 =
102+
* This maintenance upgrade is to fix a style conflict with fontawesome icons
103+
* Fix - fontawesome icons not able to get correct style on frontend when the fontawesome script is loaded on the page by theme or another plugin.
104+
101105
= 2.1.2 - 2019/06/29 =
102106
* This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 plus compatibility with WordPress 5.2.2
103107
* Fix - PHP warning continue targeting switch is equivalent to break for compatibility on PHP 7.3
@@ -322,6 +326,9 @@ The manual installation method involves down loading our plugin and uploading it
322326

323327
== Upgrade Notice ==
324328

329+
= 2.1.3 =
330+
This maintenance upgrade is to fix a style conflict with fontawesome icons
331+
325332
= 2.1.2 =
326333
* This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 plus compatibility with WordPress 5.2.2
327334

0 commit comments

Comments
 (0)