Skip to content

Commit

Permalink
Merge pull request #9 from hivepress/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
hivepress committed Apr 23, 2020
2 parents 07f0a9c + df2b7ad commit 33c8383
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hivepress-messages.php
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: HivePress Messages
* Description: Allow users to send private messages.
* Version: 1.2.1
* Version: 1.2.2
* Author: HivePress
* Author URI: https://hivepress.io/
* Text Domain: hivepress-messages
Expand Down
2 changes: 1 addition & 1 deletion includes/configs/settings.php
Expand Up @@ -12,7 +12,7 @@

return [
'messages' => [
'title' => esc_html__( 'Messages', 'hivepress-messages' ),
'title' => hivepress()->translator->get_string( 'messages' ),
'_order' => 110,

'sections' => [
Expand Down
1 change: 1 addition & 0 deletions includes/configs/strings.php
Expand Up @@ -11,5 +11,6 @@
defined( 'ABSPATH' ) || exit;

return [
'messages' => esc_html__( 'Messages', 'hivepress-messages' ),
'reply_to_listing' => esc_html__( 'Reply to Listing', 'hivepress-messages' ),
];
2 changes: 1 addition & 1 deletion includes/controllers/class-message.php
Expand Up @@ -45,7 +45,7 @@ public function __construct( $args = [] ) {
],

'messages_thread_page' => [
'title' => esc_html__( 'Messages', 'hivepress-messages' ),
'title' => hivepress()->translator->get_string( 'messages' ),
'base' => 'user_account_page',
'path' => '/messages',
'redirect' => [ $this, 'redirect_messages_thread_page' ],
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Expand Up @@ -2,9 +2,9 @@
Contributors: hivepress
Tags: hivepress, messages, directory, listings, classifieds
Requires at least: 4.9
Tested up to: 5.3
Tested up to: 5.4
Requires PHP: 5.6
Stable tag: 1.2.1
Stable tag: 1.2.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 33c8383

Please sign in to comment.