Plugin Directory

Changeset 3468989


Ignore:
Timestamp:
02/25/2026 01:03:07 AM (2 weeks ago)
Author:
wordplus
Message:

2.12.8

Location:
bp-better-messages/tags/2.12.8
Files:
1 edited
4 copied

Legend:

Unmodified
Added
Removed
  • bp-better-messages/tags/2.12.8/bp-better-messages.php

    r3468987 r3468989  
    66    Plugin URI: https://www.wordplus.org
    77    Description: Realtime private messaging system for WordPress
    8     Version: 2.12.7
     8    Version: 2.12.8
    99    Author: WordPlus
    1010    Author URI: https://www.wordplus.org
     
    1717if ( !class_exists( 'Better_Messages' ) && !function_exists( 'bpbm_fs' ) ) {
    1818    class Better_Messages {
    19         public $version = '2.12.7';
     19        public $version = '2.12.8';
    2020
    2121        public $db_version = '1.0.4';
  • bp-better-messages/tags/2.12.8/inc/rest-api.php

    r3468978 r3468989  
    10101010            }
    10111011
     1012            $voice_attachment_id = Better_Messages()->functions->get_message_meta( $message_id, 'bpbm_voice_messages', true );
     1013
    10121014            $results = [];
    10131015            $errors  = [];
     
    10321034                        $meta_data['forwarded_from_user'] = (int) $original_message->sender_id;
    10331035                    }
     1036                }
     1037
     1038                if( ! empty( $voice_attachment_id ) ) {
     1039                    $meta_data['bpbm_voice_messages'] = (int) $voice_attachment_id;
    10341040                }
    10351041
     
    10631069                    }
    10641070
    1065                     // Copy voice message meta if present
    1066                     $voice_attachment_id = Better_Messages()->functions->get_message_meta( $message_id, 'bpbm_voice_messages', true );
    10671071                    if( ! empty( $voice_attachment_id ) ) {
    1068                         Better_Messages()->functions->update_message_meta( $new_message_id, 'bpbm_voice_messages', (int) $voice_attachment_id );
    10691072                        add_post_meta( (int) $voice_attachment_id, 'bp-better-messages-message-id', $new_message_id );
    10701073                    }
  • bp-better-messages/tags/2.12.8/languages/bp-better-messages.pot

    r3468978 r3468989  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Better Messages 2.12.7\n"
     5"Project-Id-Version: Better Messages 2.12.8\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-messages-dev\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2026-02-25T00:07:38+00:00\n"
     12"POT-Creation-Date: 2026-02-25T00:54:57+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.7.1\n"
     
    833833#: inc/rest-api.php:961
    834834#: inc/rest-api.php:985
    835 #: inc/rest-api.php:1087
     835#: inc/rest-api.php:1090
    836836msgctxt "Rest API Error"
    837837msgid "Sorry, you are not allowed to do that"
     
    842842#: addons/reactions.php:96
    843843#: addons/user-reports/user-reports.php:139
    844 #: inc/rest-api.php:1143
     844#: inc/rest-api.php:1146
    845845msgid "Message not found"
    846846msgstr ""
     
    24002400msgstr ""
    24012401
    2402 #: inc/rest-api.php:1019
    2403 #: inc/rest-api.php:2268
    2404 #: inc/rest-api.php:2286
    2405 #: inc/rest-api.php:2298
    2406 #: inc/rest-api.php:2310
    2407 #: inc/rest-api.php:2322
     2402#: inc/rest-api.php:1021
     2403#: inc/rest-api.php:2271
     2404#: inc/rest-api.php:2289
     2405#: inc/rest-api.php:2301
     2406#: inc/rest-api.php:2313
     2407#: inc/rest-api.php:2325
    24082408msgctxt "Rest API Error"
    24092409msgid "Sorry, you are not allowed to reply into this conversation"
    24102410msgstr ""
    24112411
    2412 #: inc/rest-api.php:1102
     2412#: inc/rest-api.php:1105
    24132413msgid "Message content was empty."
    24142414msgstr ""
    24152415
    2416 #: inc/rest-api.php:1113
     2416#: inc/rest-api.php:1116
    24172417msgctxt "Rest API Error"
    24182418msgid "Forwarded messages cannot be edited"
    24192419msgstr ""
    24202420
    2421 #: inc/rest-api.php:1678
     2421#: inc/rest-api.php:1681
    24222422msgid "Message not found in this conversation"
    24232423msgstr ""
    24242424
    2425 #: inc/rest-api.php:2362
     2425#: inc/rest-api.php:2365
    24262426msgctxt "Rest API Error"
    24272427msgid "Sorry, the conversation which you tried to access does not exists"
    24282428msgstr ""
    24292429
    2430 #: inc/rest-api.php:2376
     2430#: inc/rest-api.php:2379
    24312431msgctxt "Rest API Error"
    24322432msgid "Sorry, you are not allowed to access this conversation"
  • bp-better-messages/tags/2.12.8/readme.txt

    r3468963 r3468989  
    1 === Better Messages ===
     1=== Better Messages - Live Chat, Chat Rooms, Real-Time Messaging & Private Messages ===
    22Contributors: wordplus
    33Tags: BuddyPress, Ultimate Member, private message, chat, messaging
     
    55Tested up to: 6.9.1
    66Requires PHP: 7.4
    7 Stable tag: 2.12.7
     7Stable tag: 2.12.8
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    230230== Changelog ==
    231231
    232 = 2.12.7 =
     232= 2.12.8 =
    233233* Added optional feature to enable messages forwarding
    234234* Reworked bulk messaging
Note: See TracChangeset for help on using the changeset viewer.