Skip to content

Commit

Permalink
build version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed Aug 16, 2023
1 parent 8f7154c commit f5c7d76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions better-recent-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Plugin Name: Better Recent Comments
* Plugin URI: https://wordpress.org/plugins/better-recent-comments/
* Description: This plugin provides an improved widget and shortcode to show your most recent comments. If using WPML, comments are limited to posts in the current language.
* Version: 1.1.7
* Version: 1.1.8
* Author: Barn2 Plugins
* Author URI: https://barn2.com
* Text Domain: better-recent-comments
Expand All @@ -29,7 +29,7 @@
exit;
}

const PLUGIN_VERSION = '1.1.7';
const PLUGIN_VERSION = '1.1.8';
const PLUGIN_FILE = __FILE__;

// Include autoloader.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-recent-comments",
"version": "1.1.7",
"version": "1.1.8",
"description": "Better Recent Comments WordPress plugin",
"main": "gulpfile.js",
"directories": {
Expand Down
12 changes: 9 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== Better Recent Comments ===
Contributors: andykeith, barn2media
Contributors: andykeith, barn2media, amirition
Donate link: https://barn2.com
Tags: comments, widget, avatar, shortcode, wpml
Requires at least: 5.1
Tested up to: 6.3
Requires PHP: 7.1
Stable tag: 1.1.7
Stable tag: 1.1.8
License: GPL-3.0
License URI: https://www.gnu.org/licenses/gpl.html

Expand All @@ -30,7 +30,7 @@ Options available with the shortcode:
* `date_format` - the date and time format to use. Like WordPress, this uses a PHP date format. It defaults to 'M j, H:i'. See [this cheat sheet](https://barn2.com/PHP-Date-Format.pdf) for a full list of date and time options.
* `avatar_size` - the size of the avatar in pixels. Only used if you have included {avatar} in your comment format (see 'format' option). Default: 50
* `post_status` - the status of posts to retrieve comments for. Defaults to 'publish'. Can be a single status or a comma-separated list, or 'any' to show comments for all post statuses.
* `post_type` - the post type to retrieve comments for. Accepts a single post type (e.g. 'post') or 'any' to show comments for all post types. Default: 'any'
* `post_type` - the post type to retrieve comments for. Accepts a single or multiple post types (e.g. 'post' or 'post, dlp_document') or 'any' to show comments for all post types. Default: 'any'
* `excerpts` - set to 'true' to show an excerpt of the comment (limited to 20 words), or 'false' to show the full comment. Default: true
* `replies` - set to 'true' to also show responses to comments, or 'false' to only see the top level comments. Default: true

Expand Down Expand Up @@ -104,6 +104,12 @@ Please visit our [Knowledge Base](https://barn2.com/kb-categories/better-recent-

== Changelog ==

= 1.1.8 =
Release date 17 Aug 2023

* Fixed warnings in PHP 8.1
* Support multi post types

= 1.1.7 =
Release date 30 March 2023

Expand Down

0 comments on commit f5c7d76

Please sign in to comment.