We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c1ce2 commit 160f8dfCopy full SHA for 160f8df
bea-post-views-counter.php
@@ -1,7 +1,7 @@
1
<?php
2
/*
3
Plugin Name: BEA Post Views Counter
4
- Version: 0.6.3
+ Version: 0.6.4
5
Plugin URI: https://github.com/beapi/bea-post-views-counter
6
Description: Counts views for any post type. Compatible with static cache plugins, with an asynchronous AJAX implementation.
7
Author: BE API Technical team
@@ -44,7 +44,7 @@
44
$wpdb->post_views_counter = $wpdb->prefix . 'post_views_counter';
45
46
// Plugin constants
47
-define('BEA_PVC_VERSION', '0.6.3');
+define('BEA_PVC_VERSION', '0.6.4');
48
49
// Plugin URL and PATH
50
define('BEA_PVC_URL', plugin_dir_url ( __FILE__ ));
0 commit comments