Skip to content

Commit cb56a5b

Browse files
committed
Correct version
1 parent 928fe80 commit cb56a5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

admin/admin-ui.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class Admin_UI
3333
* You must change to correct plugin name that you are working
3434
*/
3535

36-
public $framework_version = '2.4.0';
36+
public $framework_version = '2.4.1';
3737
public $plugin_name = A3_PVC_KEY;
3838
public $plugin_path = A3_PVC_PLUGIN_NAME;
3939
public $google_api_key_option = '';

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.4.9
5+
Version: 2.4.11
66
Requires at least: 5.0
77
Tested up to: 5.8
88
Author: a3rev Software
@@ -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.9' );
26+
define( 'A3_PVC_VERSION', '2.4.11' );
2727
define( 'A3_PVC_G_FONTS', false );
2828

2929
use \A3Rev\PageViewsCount\FrameWork;

0 commit comments

Comments
 (0)