Skip to content

Commit

Permalink
Merge pull request #11 from BeAPI/release/0-6-7
Browse files Browse the repository at this point in the history
Release 0.6.7
  • Loading branch information
jeremykervran authored Apr 4, 2023
2 parents c7aeb41 + 62f2332 commit 9c00cf3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Enables you to display how many times a post, page and any post type had been vi
**Tags:** counter, hits, postviews, views, count, popular, popular post, stats, view, views, widget
**Requires at least:** 3.1
**Tested up to:** 3.5.1
**Stable tag:** 0.6.6
**Stable tag:** 0.6.7
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 0.6.7
* 4 Apr 2023
* Fix missing .mo & .pot files after french translation update

### 0.6.6
* 31 Mar 2023
* Fix missing spaces in french counter message translation
Expand Down
4 changes: 2 additions & 2 deletions bea-post-views-counter.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: BEA Post Views Counter
Version: 0.6.6
Version: 0.6.7
Plugin URI: https://github.com/beapi/bea-post-views-counter
Description: Counts views for any post type. Compatible with static cache plugins, with an asynchronous AJAX implementation.
Author: BE API Technical team
Expand Down Expand Up @@ -44,7 +44,7 @@
$wpdb->post_views_counter = $wpdb->prefix . 'post_views_counter';

// Plugin constants
define('BEA_PVC_VERSION', '0.6.6');
define('BEA_PVC_VERSION', '0.6.7');

// Plugin URL and PATH
define('BEA_PVC_URL', plugin_dir_url ( __FILE__ ));
Expand Down
2 changes: 1 addition & 1 deletion languages/bea-post-views-counter.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the same license as the BEA Post Views Counter plugin.
msgid ""
msgstr ""
"Project-Id-Version: BEA Post Views Counter 0.6.6\n"
"Project-Id-Version: BEA Post Views Counter 0.6.7\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/bea-post-views-counter\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Enables you to display how many times a post, page and any post type had been vi
**Tags:** counter, hits, postviews, views, count, popular, popular post, stats, view, views, widget
**Requires at least:** 3.1
**Tested up to:** 3.5.1
**Stable tag:** 0.6.6
**Stable tag:** 0.6.7
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

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

## Changelog ##

### 0.6.7
*4 Apr 2023
* Fix missing .mo & .pot files after french translation update

### 0.6.6
* 31 Mar 2023
* Fix missing spaces in french counter message translation
Expand Down

0 comments on commit 9c00cf3

Please sign in to comment.