Changeset 3468992
- Timestamp:
- 02/25/2026 01:18:24 AM (2 weeks ago)
- Location:
- bp-better-messages
- Files:
-
- 1 deleted
- 4 edited
-
tags/2.12.7 (deleted)
-
trunk/bp-better-messages.php (modified) (3 diffs)
-
trunk/inc/rest-api.php (modified) (3 diffs)
-
trunk/languages/bp-better-messages.pot (modified) (5 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-better-messages/trunk/bp-better-messages.php
r3468987 r3468992 1 1 <?php 2 2 3 /* 3 4 @wordpress-plugin … … 5 6 Plugin URI: https://www.wordplus.org 6 7 Description: Realtime private messaging system for WordPress 7 Version: 2.12. 78 Version: 2.12.8 8 9 Author: WordPlus 9 10 Author URI: https://www.wordplus.org … … 16 17 if ( !class_exists( 'Better_Messages' ) && !function_exists( 'bpbm_fs' ) ) { 17 18 class Better_Messages { 18 public $version = '2.12. 7';19 public $version = '2.12.8'; 19 20 20 21 public $db_version = '1.0.4'; -
bp-better-messages/trunk/inc/rest-api.php
r3468978 r3468992 1010 1010 } 1011 1011 1012 $voice_attachment_id = Better_Messages()->functions->get_message_meta( $message_id, 'bpbm_voice_messages', true ); 1013 1012 1014 $results = []; 1013 1015 $errors = []; … … 1032 1034 $meta_data['forwarded_from_user'] = (int) $original_message->sender_id; 1033 1035 } 1036 } 1037 1038 if( ! empty( $voice_attachment_id ) ) { 1039 $meta_data['bpbm_voice_messages'] = (int) $voice_attachment_id; 1034 1040 } 1035 1041 … … 1063 1069 } 1064 1070 1065 // Copy voice message meta if present1066 $voice_attachment_id = Better_Messages()->functions->get_message_meta( $message_id, 'bpbm_voice_messages', true );1067 1071 if( ! empty( $voice_attachment_id ) ) { 1068 Better_Messages()->functions->update_message_meta( $new_message_id, 'bpbm_voice_messages', (int) $voice_attachment_id );1069 1072 add_post_meta( (int) $voice_attachment_id, 'bp-better-messages-message-id', $new_message_id ); 1070 1073 } -
bp-better-messages/trunk/languages/bp-better-messages.pot
r3468978 r3468992 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Better Messages 2.12. 7\n"5 "Project-Id-Version: Better Messages 2.12.8\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/better-messages-dev\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "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" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.7.1\n" … … 833 833 #: inc/rest-api.php:961 834 834 #: inc/rest-api.php:985 835 #: inc/rest-api.php:10 87835 #: inc/rest-api.php:1090 836 836 msgctxt "Rest API Error" 837 837 msgid "Sorry, you are not allowed to do that" … … 842 842 #: addons/reactions.php:96 843 843 #: addons/user-reports/user-reports.php:139 844 #: inc/rest-api.php:114 3844 #: inc/rest-api.php:1146 845 845 msgid "Message not found" 846 846 msgstr "" … … 2400 2400 msgstr "" 2401 2401 2402 #: inc/rest-api.php:10 192403 #: inc/rest-api.php:22 682404 #: inc/rest-api.php:228 62405 #: inc/rest-api.php:2 2982406 #: inc/rest-api.php:231 02407 #: inc/rest-api.php:232 22402 #: 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 2408 2408 msgctxt "Rest API Error" 2409 2409 msgid "Sorry, you are not allowed to reply into this conversation" 2410 2410 msgstr "" 2411 2411 2412 #: inc/rest-api.php:110 22412 #: inc/rest-api.php:1105 2413 2413 msgid "Message content was empty." 2414 2414 msgstr "" 2415 2415 2416 #: inc/rest-api.php:111 32416 #: inc/rest-api.php:1116 2417 2417 msgctxt "Rest API Error" 2418 2418 msgid "Forwarded messages cannot be edited" 2419 2419 msgstr "" 2420 2420 2421 #: inc/rest-api.php:16 782421 #: inc/rest-api.php:1681 2422 2422 msgid "Message not found in this conversation" 2423 2423 msgstr "" 2424 2424 2425 #: inc/rest-api.php:236 22425 #: inc/rest-api.php:2365 2426 2426 msgctxt "Rest API Error" 2427 2427 msgid "Sorry, the conversation which you tried to access does not exists" 2428 2428 msgstr "" 2429 2429 2430 #: inc/rest-api.php:237 62430 #: inc/rest-api.php:2379 2431 2431 msgctxt "Rest API Error" 2432 2432 msgid "Sorry, you are not allowed to access this conversation" -
bp-better-messages/trunk/readme.txt
r3468978 r3468992 1 === Better Messages ===1 === Better Messages - Live Chat, Chat Rooms, Real-Time Messaging & Private Messages === 2 2 Contributors: wordplus 3 3 Tags: BuddyPress, Ultimate Member, private message, chat, messaging … … 5 5 Tested up to: 6.9.1 6 6 Requires PHP: 7.4 7 Stable tag: 2.12. 77 Stable tag: 2.12.8 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 230 230 == Changelog == 231 231 232 = 2.12. 7=232 = 2.12.8 = 233 233 * Added optional feature to enable messages forwarding 234 234 * Reworked bulk messaging
Note: See TracChangeset
for help on using the changeset viewer.