Skip to content

Commit ccd3dbd

Browse files
committed
Release new version 2.4.7
= 2.4.7 - 2021/03/09 = * This maintenance release is for compatibility with WordPress 5.7 and Gutenberg 10.0 * Tweak - Test for compatibility with WordPress 5.7 * Tweak - Test for compatibility with Gutenberg 10.0
1 parent 4952797 commit ccd3dbd

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

page-views-count.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.4.6
5+
Version: 2.4.7
66
Requires at least: 5.0
7-
Tested up to: 5.6
7+
Tested up to: 5.7
88
Author: a3rev Software
99
Author URI: https://a3rev.com
1010
Text Domain: page-views-count
@@ -23,7 +23,7 @@
2323

2424
define( 'A3_PVC_KEY', 'a3_page_view_count' );
2525
define( 'A3_PVC_PREFIX', 'wp_pvc_' );
26-
define( 'A3_PVC_VERSION', '2.4.6' );
26+
define( 'A3_PVC_VERSION', '2.4.7' );
2727
define( 'A3_PVC_G_FONTS', false );
2828

2929
use \A3Rev\PageViewsCount\FrameWork;

readme.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: a3rev, a3rev Software, nguyencongtuan
33
Tags: wordpress page view, page view count , post views, post view count, gutenberg
44
Requires at least: 5.0
5-
Tested up to: 5.6
6-
Stable tag: 2.4.6
5+
Tested up to: 5.7
6+
Stable tag: 2.4.7
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -103,6 +103,11 @@ The manual installation method involves down loading our plugin and uploading it
103103

104104
== Changelog ==
105105

106+
= 2.4.7 - 2021/03/09 =
107+
* This maintenance release is for compatibility with WordPress 5.7 and Gutenberg 10.0
108+
* Tweak - Test for compatibility with WordPress 5.7
109+
* Tweak - Test for compatibility with Gutenberg 10.0
110+
106111
= 2.4.6 - 2020/12/30 =
107112
* This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
108113
* Tweak - Update JavaScript on plugin framework for work compatibility with latest version of jQuery
@@ -424,6 +429,9 @@ The manual installation method involves down loading our plugin and uploading it
424429

425430
== Upgrade Notice ==
426431

432+
= 2.4.7 =
433+
This maintenance release is for compatibility with WordPress 5.7 and Gutenberg 10.0
434+
427435
= 2.4.6 =
428436
This is an important maintenance release that updates our scripts for compatibility with the latest version of jQuery released in WordPress 5.6
429437

0 commit comments

Comments
 (0)