Skip to content

Commit 9c00cf3

Browse files
Merge pull request #11 from BeAPI/release/0-6-7
Release 0.6.7
2 parents c7aeb41 + 62f2332 commit 9c00cf3

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Enables you to display how many times a post, page and any post type had been vi
1111
**Tags:** counter, hits, postviews, views, count, popular, popular post, stats, view, views, widget
1212
**Requires at least:** 3.1
1313
**Tested up to:** 3.5.1
14-
**Stable tag:** 0.6.6
14+
**Stable tag:** 0.6.7
1515
**License:** GPLv2 or later
1616
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1717

@@ -60,6 +60,10 @@ No, this plugin written with poetry, no ads, no viruses, no spyware.
6060

6161
## Changelog ##
6262

63+
### 0.6.7
64+
* 4 Apr 2023
65+
* Fix missing .mo & .pot files after french translation update
66+
6367
### 0.6.6
6468
* 31 Mar 2023
6569
* Fix missing spaces in french counter message translation

bea-post-views-counter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: BEA Post Views Counter
4-
Version: 0.6.6
4+
Version: 0.6.7
55
Plugin URI: https://github.com/beapi/bea-post-views-counter
66
Description: Counts views for any post type. Compatible with static cache plugins, with an asynchronous AJAX implementation.
77
Author: BE API Technical team
@@ -44,7 +44,7 @@
4444
$wpdb->post_views_counter = $wpdb->prefix . 'post_views_counter';
4545

4646
// Plugin constants
47-
define('BEA_PVC_VERSION', '0.6.6');
47+
define('BEA_PVC_VERSION', '0.6.7');
4848

4949
// Plugin URL and PATH
5050
define('BEA_PVC_URL', plugin_dir_url ( __FILE__ ));

languages/bea-post-views-counter.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the same license as the BEA Post Views Counter plugin.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: BEA Post Views Counter 0.6.6\n"
5+
"Project-Id-Version: BEA Post Views Counter 0.6.7\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bea-post-views-counter\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Enables you to display how many times a post, page and any post type had been vi
1111
**Tags:** counter, hits, postviews, views, count, popular, popular post, stats, view, views, widget
1212
**Requires at least:** 3.1
1313
**Tested up to:** 3.5.1
14-
**Stable tag:** 0.6.6
14+
**Stable tag:** 0.6.7
1515
**License:** GPLv2 or later
1616
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1717

@@ -60,6 +60,10 @@ No, this plugin written with poetry, no ads, no viruses, no spyware.
6060

6161
## Changelog ##
6262

63+
### 0.6.7
64+
*4 Apr 2023
65+
* Fix missing .mo & .pot files after french translation update
66+
6367
### 0.6.6
6468
* 31 Mar 2023
6569
* Fix missing spaces in french counter message translation

0 commit comments

Comments
 (0)