From 88649b62377478b76cdc3a14555f4b328727c9d4 Mon Sep 17 00:00:00 2001 From: Mohammed Noumaan Ahamed Date: Fri, 30 Jan 2026 14:47:08 +0530 Subject: [PATCH] Version update v4.7.9 --- README.md | 10 ++++++ changelog.txt | 10 ++++++ index.php | 4 +-- languages/buddpress-media.pot | 62 ++++++++++++++++++++++------------- readme.txt | 12 ++++++- 5 files changed, 72 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 7d338e44c..24ac52be4 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,16 @@ https://www.youtube.com/watch?v=dJrykKQGDcs ## Changelog ## +### 4.7.9 + +* FIXED + * Fixed GoDAM plugin integration issues + * Fixed translation loading + * Applied security fixes in dependencies + +* ENHANCEMENT + * Improved security handling for plugin integrations + ### 4.7.8 * ENHANCEMENT diff --git a/changelog.txt b/changelog.txt index d01344732..53861ccee 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,15 @@ == Changelog == += 4.7.9 [January 30, 2026] = + +* FIXED + * Fixed GoDAM plugin integration issues + * Fixed translation loading + * Applied security fixes in dependencies + +* ENHANCEMENT + * Improved security handling for plugin integrations + = 4.7.8 [January 06, 2026] = * ENHANCEMENT diff --git a/index.php b/index.php index 3acea1103..8041619a0 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: rtMedia for WordPress, BuddyPress and bbPress * Plugin URI: https://rtmedia.io/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media * Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously! - * Version: 4.7.8 + * Version: 4.7.9 * Requires at least: 4.1 * Text Domain: buddypress-media * Author: rtCamp @@ -22,7 +22,7 @@ /** * The version of the plugin */ - define( 'RTMEDIA_VERSION', '4.7.8' ); + define( 'RTMEDIA_VERSION', '4.7.9' ); } if ( ! defined( 'RTMEDIA_PATH' ) ) { diff --git a/languages/buddpress-media.pot b/languages/buddpress-media.pot index 3f8907078..b198fd942 100644 --- a/languages/buddpress-media.pot +++ b/languages/buddpress-media.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPLv2 or later. msgid "" msgstr "" -"Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 4.7.8\n" +"Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 4.7.9\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/buddypress-media\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2026-01-06T06:20:43+00:00\n" +"POT-Creation-Date: 2026-01-30T09:10:24+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.12.0\n" "X-Domain: buddypress-media\n" @@ -791,84 +791,84 @@ msgstr "" msgid "Please Enable BuddyPress User Groups to update option" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:40 +#: app/admin/RTMediaUploadTermsAdmin.php:52 msgid "terms of services." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:41 +#: app/admin/RTMediaUploadTermsAdmin.php:53 msgid "Please check terms of service." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:62 +#: app/admin/RTMediaUploadTermsAdmin.php:69 msgid "Please enter valid URL." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:63 +#: app/admin/RTMediaUploadTermsAdmin.php:70 msgid "Please enter terms message." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:64 +#: app/admin/RTMediaUploadTermsAdmin.php:71 msgid "Please enter error message." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:65 +#: app/admin/RTMediaUploadTermsAdmin.php:72 msgid "Please enter privacy message." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:126 +#: app/admin/RTMediaUploadTermsAdmin.php:133 msgid "Ask users to agree to your terms" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:141 +#: app/admin/RTMediaUploadTermsAdmin.php:148 msgid "Show \"Terms of Service\" checkbox on upload screen" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:146 -#: app/admin/RTMediaUploadTermsAdmin.php:156 +#: app/admin/RTMediaUploadTermsAdmin.php:153 +#: app/admin/RTMediaUploadTermsAdmin.php:163 msgid "User have to check the terms and conditions before uploading the media." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:151 +#: app/admin/RTMediaUploadTermsAdmin.php:158 msgid "Show \"Terms of Service\" checkbox on activity screen" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:161 +#: app/admin/RTMediaUploadTermsAdmin.php:168 msgid "Link for \"Terms of Service\" page" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:166 +#: app/admin/RTMediaUploadTermsAdmin.php:173 msgid "Link to the terms and condition page where user can read terms and conditions." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:172 +#: app/admin/RTMediaUploadTermsAdmin.php:179 msgid "Terms of Service Message" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:177 +#: app/admin/RTMediaUploadTermsAdmin.php:184 msgid "Add Terms of Service Message." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:182 +#: app/admin/RTMediaUploadTermsAdmin.php:189 msgid "Error Message" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:187 +#: app/admin/RTMediaUploadTermsAdmin.php:194 msgid "Display Error Message When User Upload Media Without Selecting Checkbox ." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:192 +#: app/admin/RTMediaUploadTermsAdmin.php:199 msgid "Show \"Privacy Message\" on website" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:197 +#: app/admin/RTMediaUploadTermsAdmin.php:204 msgid "User will see the privacy message on website." msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:202 +#: app/admin/RTMediaUploadTermsAdmin.php:209 msgid "Privacy Message" msgstr "" -#: app/admin/RTMediaUploadTermsAdmin.php:207 +#: app/admin/RTMediaUploadTermsAdmin.php:214 msgid "Display privacy message on your website." msgstr "" @@ -3481,6 +3481,22 @@ msgstr "" msgid "Sorry !! You can not edit this album." msgstr "" +#: templates/media/godam-integration.php:207 +msgid "Authentication required" +msgstr "" + +#: templates/media/godam-integration.php:213 +msgid "Invalid activity ID" +msgstr "" + +#: templates/media/godam-integration.php:218 +msgid "Activity comment not found" +msgstr "" + +#: templates/media/godam-integration.php:223 +msgid "You do not have permission to view this activity" +msgstr "" + #: templates/media/media-gallery.php:27 #: templates/media/media-gallery.php:63 msgid "Media Gallery" diff --git a/readme.txt b/readme.txt index 5ea209bb3..b1f159e40 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Requires at least: 4.1 Tested up to: 6.9 -Stable tag: 4.7.8 +Stable tag: 4.7.9 Add albums, photo, audio/video upload, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices. @@ -128,6 +128,16 @@ http://www.youtube.com/watch?v=dJrykKQGDcs == Changelog == += 4.7.9 [January 30, 2026] = + +* FIXED + * Fixed GoDAM plugin integration issues + * Fixed translation loading + * Applied security fixes in dependencies + +* ENHANCEMENT + * Improved security handling for plugin integrations + = 4.7.8 [January 06, 2026] = * ENHANCEMENT