diff --git a/README.md b/README.md index 733dc0de9..04f4855e7 100755 --- a/README.md +++ b/README.md @@ -152,6 +152,15 @@ https://www.youtube.com/watch?v=dJrykKQGDcs ## Changelog ## +### 4.6.21 [Septemeber 23, 2024] ### + +* Fixed + + * Resolved the issue with the privacy message's close button not functioning. + * Addressed the problem with JSON import not working. + * Fixed errors encountered while editing document uploads. + * Fixed issue related to videos automatically opened in full screen, hiding the activity feed in ios devices. + ### 4.6.20 [August 02, 2024] ### * Fixed diff --git a/index.php b/index.php index 3f6318cdb..347c7c3bb 100755 --- 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.6.20 + * Version: 4.6.21 * Author: rtCamp * Text Domain: buddypress-media * Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media @@ -19,7 +19,7 @@ /** * The version of the plugin */ - define( 'RTMEDIA_VERSION', '4.6.20' ); + define( 'RTMEDIA_VERSION', '4.6.21' ); } if ( ! defined( 'RTMEDIA_PATH' ) ) { diff --git a/languages/buddypress-media.po b/languages/buddypress-media.po index 4ec93b3d7..20716f06e 100644 --- a/languages/buddypress-media.po +++ b/languages/buddypress-media.po @@ -2,9 +2,9 @@ # This file is distributed under the same license as the rtMedia for WordPress, BuddyPress and bbPress package. msgid "" msgstr "" -"Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 4.6.20\n" +"Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 4.6.21\n" "Report-Msgid-Bugs-To: https://rtmedia.io/support/\n" -"POT-Creation-Date: 2024-08-22 05:39:31+00:00\n" +"POT-Creation-Date: 2024-09-23 06:40:47+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -70,7 +70,7 @@ msgstr "" #: app/admin/RTMediaAdmin.php:623 app/admin/RTMediaAdmin.php:1105 #: app/admin/RTMediaAdmin.php:1106 app/importers/RTMediaActivityUpgrade.php:189 #: app/importers/RTMediaMigration.php:96 app/main/RTMedia.php:1207 -#: app/main/RTMedia.php:2201 +#: app/main/RTMedia.php:2215 msgid "rtMedia" msgstr "" @@ -254,7 +254,7 @@ msgstr "" #: app/admin/RTMediaAdmin.php:1285 #: app/main/controllers/privacy/RTMediaPrivacy.php:520 -#: app/main/controllers/template/rtmedia-functions.php:2739 +#: app/main/controllers/template/rtmedia-functions.php:2743 msgid "Privacy" msgstr "" @@ -2487,16 +2487,16 @@ msgstr "" #: app/main/RTMedia.php:1370 #: app/main/controllers/media/RTMediaGalleryItemAction.php:88 #: app/main/controllers/media/RTMediaGalleryItemAction.php:122 -#: app/main/controllers/template/rtmedia-functions.php:1270 -#: app/main/controllers/template/rtmedia-functions.php:1296 +#: app/main/controllers/template/rtmedia-functions.php:1274 +#: app/main/controllers/template/rtmedia-functions.php:1300 msgid "Edit" msgstr "" #: app/main/RTMedia.php:1371 #: app/main/controllers/media/RTMediaGalleryItemAction.php:91 #: app/main/controllers/media/RTMediaGalleryItemAction.php:124 -#: app/main/controllers/template/rtmedia-functions.php:2216 -#: app/main/controllers/template/rtmedia-functions.php:2231 +#: app/main/controllers/template/rtmedia-functions.php:2220 +#: app/main/controllers/template/rtmedia-functions.php:2235 #: templates/media/album-single-edit.php:94 msgid "Delete" msgstr "" @@ -2590,7 +2590,7 @@ msgstr "" #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:822 #: app/main/controllers/media/RTMediaComment.php:219 #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:135 -#: app/main/controllers/template/rtmedia-functions.php:2265 +#: app/main/controllers/template/rtmedia-functions.php:2269 msgid "You are not allowed to upload/attach media." msgstr "" @@ -3042,18 +3042,18 @@ msgstr "" msgid "Invalid attribute passed for rtmedia_gallery shortcode." msgstr "" -#: app/main/controllers/template/RTMediaTemplate.php:452 -#: app/main/controllers/template/RTMediaTemplate.php:581 -#: app/main/controllers/template/RTMediaTemplate.php:694 -#: app/main/controllers/template/RTMediaTemplate.php:918 +#: app/main/controllers/template/RTMediaTemplate.php:460 +#: app/main/controllers/template/RTMediaTemplate.php:589 +#: app/main/controllers/template/RTMediaTemplate.php:702 +#: app/main/controllers/template/RTMediaTemplate.php:926 msgid "Ooops !!! Invalid access. No nonce was found !!" msgstr "" -#: app/main/controllers/template/RTMediaTemplate.php:462 +#: app/main/controllers/template/RTMediaTemplate.php:470 msgid "Media updated Successfully" msgstr "" -#: app/main/controllers/template/RTMediaTemplate.php:481 +#: app/main/controllers/template/RTMediaTemplate.php:489 msgid "Error in updating Media" msgstr "" @@ -3122,12 +3122,12 @@ msgstr "" msgid "Please swipe for more media." msgstr "" -#: app/main/controllers/template/rtmedia-ajax-actions.php:75 +#: app/main/controllers/template/rtmedia-ajax-actions.php:77 msgid "Doing wrong, invalid AJAX request!" msgstr "" -#: app/main/controllers/template/rtmedia-ajax-actions.php:152 -#: app/main/controllers/template/rtmedia-functions.php:2140 +#: app/main/controllers/template/rtmedia-ajax-actions.php:154 +#: app/main/controllers/template/rtmedia-functions.php:2144 msgid "Comment" msgstr "" @@ -3152,12 +3152,12 @@ msgid "Merge Album" msgstr "" #: app/main/controllers/template/rtmedia-filters.php:966 -#: app/main/controllers/template/rtmedia-functions.php:4644 +#: app/main/controllers/template/rtmedia-functions.php:4648 msgid "rtMedia Shortcode Uploads" msgstr "" #: app/main/controllers/template/rtmedia-filters.php:970 -#: app/main/controllers/template/rtmedia-functions.php:4525 +#: app/main/controllers/template/rtmedia-functions.php:4529 msgid "rtMedia Activities" msgstr "" @@ -3166,12 +3166,12 @@ msgid "rtMedia Comments" msgstr "" #: app/main/controllers/template/rtmedia-filters.php:978 -#: app/main/controllers/template/rtmedia-functions.php:4873 +#: app/main/controllers/template/rtmedia-functions.php:4877 msgid "rtMedia Media Views" msgstr "" #: app/main/controllers/template/rtmedia-filters.php:982 -#: app/main/controllers/template/rtmedia-functions.php:4974 +#: app/main/controllers/template/rtmedia-functions.php:4978 msgid "rtMedia Media Likes" msgstr "" @@ -3187,154 +3187,154 @@ msgstr "" msgid "rtMedia Album Eraser" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:1378 +#: app/main/controllers/template/rtmedia-functions.php:1382 msgid "There are no comments on this media yet." msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:1417 +#: app/main/controllers/template/rtmedia-functions.php:1421 #. translators: %s Count of comments. msgid "Show all %s comments" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:1461 +#: app/main/controllers/template/rtmedia-functions.php:1465 msgid "Delete Comment" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:2139 +#: app/main/controllers/template/rtmedia-functions.php:2143 msgid "Type Comment..." msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:2215 -#: app/main/controllers/template/rtmedia-functions.php:2230 +#: app/main/controllers/template/rtmedia-functions.php:2219 +#: app/main/controllers/template/rtmedia-functions.php:2234 msgid "Delete Media" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:2500 +#: app/main/controllers/template/rtmedia-functions.php:2504 msgid "Profile Albums" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:2509 -#: app/main/controllers/template/rtmedia-functions.php:2566 +#: app/main/controllers/template/rtmedia-functions.php:2513 +#: app/main/controllers/template/rtmedia-functions.php:2570 msgid "Group Albums" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3096 +#: app/main/controllers/template/rtmedia-functions.php:3100 msgid "You like this" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3110 +#: app/main/controllers/template/rtmedia-functions.php:3114 msgid "You and " msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3133 +#: app/main/controllers/template/rtmedia-functions.php:3137 msgid " person likes this" msgid_plural " people like this" msgstr[0] "" msgstr[1] "" -#: app/main/controllers/template/rtmedia-functions.php:3252 +#: app/main/controllers/template/rtmedia-functions.php:3256 msgid "Public" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3257 +#: app/main/controllers/template/rtmedia-functions.php:3261 msgid "All members" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3262 +#: app/main/controllers/template/rtmedia-functions.php:3266 msgid "Your friends" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3267 +#: app/main/controllers/template/rtmedia-functions.php:3271 msgid "Only you" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3272 +#: app/main/controllers/template/rtmedia-functions.php:3276 msgid "Blocked temporarily" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3328 +#: app/main/controllers/template/rtmedia-functions.php:3332 #. translators: %s: count of hour/minute/second. msgid "%s ago " msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:3350 +#: app/main/controllers/template/rtmedia-functions.php:3354 #. translators: %s: number of seconds. msgid "%s second" msgid_plural "%s seconds" msgstr[0] "" msgstr[1] "" -#: app/main/controllers/template/rtmedia-functions.php:3355 +#: app/main/controllers/template/rtmedia-functions.php:3359 #. translators: %s: number of minutes. msgid "%s minute" msgid_plural "%s minutes" msgstr[0] "" msgstr[1] "" -#: app/main/controllers/template/rtmedia-functions.php:3360 +#: app/main/controllers/template/rtmedia-functions.php:3364 #. translators: %s: number of hours. msgid "%s hour" msgid_plural "%s hours" msgstr[0] "" msgstr[1] "" -#: app/main/controllers/template/rtmedia-functions.php:3975 +#: app/main/controllers/template/rtmedia-functions.php:3979 #. translators: %s: date format, see http:php.net/date. msgid "View Conversation" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4551 +#: app/main/controllers/template/rtmedia-functions.php:4555 msgid "Activity Date" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4555 +#: app/main/controllers/template/rtmedia-functions.php:4559 msgid "Activity Content" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4559 -#: app/main/controllers/template/rtmedia-functions.php:4783 +#: app/main/controllers/template/rtmedia-functions.php:4563 +#: app/main/controllers/template/rtmedia-functions.php:4787 msgid "Attachments" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4653 +#: app/main/controllers/template/rtmedia-functions.php:4657 msgid "Media Upload Date" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4657 +#: app/main/controllers/template/rtmedia-functions.php:4661 msgid "Media Title" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4661 -#: app/main/controllers/template/rtmedia-functions.php:4877 -#: app/main/controllers/template/rtmedia-functions.php:4978 +#: app/main/controllers/template/rtmedia-functions.php:4665 +#: app/main/controllers/template/rtmedia-functions.php:4881 +#: app/main/controllers/template/rtmedia-functions.php:4982 msgid "Media URL" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4665 +#: app/main/controllers/template/rtmedia-functions.php:4669 msgid "Album Title" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4754 +#: app/main/controllers/template/rtmedia-functions.php:4758 msgid "rtMedia Activity Comments" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4775 +#: app/main/controllers/template/rtmedia-functions.php:4779 msgid "Comment Date" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4779 +#: app/main/controllers/template/rtmedia-functions.php:4783 msgid "Comment Content" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4881 +#: app/main/controllers/template/rtmedia-functions.php:4885 msgid "Number of Views" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4885 +#: app/main/controllers/template/rtmedia-functions.php:4889 msgid "Date of First View" msgstr "" -#: app/main/controllers/template/rtmedia-functions.php:4982 +#: app/main/controllers/template/rtmedia-functions.php:4986 msgid "Date" msgstr "" diff --git a/readme.txt b/readme.txt index 72ce96742..4cf97190c 100755 --- a/readme.txt +++ b/readme.txt @@ -1,11 +1,11 @@ === rtMedia for WordPress, BuddyPress and bbPress === -Contributors: rtcamp, mangeshp, sanket.parmar, pranalipatel, jignesh.nakrani, manishsongirkar36, kiranpotphode, yahil, 1naveengiri, bhargavbhandari90, raftaar1191, rittesh.patel, sagarjadhav, pushpak.pop, faishal, desaiuditd, rahul286, JoshuaAbenazer, gagan0123, saurabhshukla, nitun.lanjewar, umesh.nevase, suhasgirgaonkar, neerukoul, hrishiv90, kanakiyajay, jarretc, tobiaskluge, rafaelfunchal, UmeshSingla, mehulkaklotar, tannermirabel, kishores, chandrapatel, rahul3883, nomnom99, sayanchakraborty, milindmore22, thrijith, abhijitrakas, sid177, montu3366, jashwini, juhise, ravatparmar, dharmin16, malavvasita, pooja1210, krupajnanda, surajkumarsingh, kanumalivad, dishitpala, shobhit2412, vaishu.agola27, kapilpaul, opurockey, vkd007, pavanpatil1, pradeep1308, shardul200, sabbir1991, kamalahmed, ibnulk, harshbarach, Mukulsingh27, vishalkakadiya, elifvish, krupajnanda, utsavladani +Contributors: rtcamp, mangeshp, sanket.parmar, pranalipatel, jignesh.nakrani, manishsongirkar36, kiranpotphode, yahil, 1naveengiri, bhargavbhandari90, raftaar1191, rittesh.patel, sagarjadhav, pushpak.pop, faishal, desaiuditd, rahul286, JoshuaAbenazer, gagan0123, saurabhshukla, nitun.lanjewar, umesh.nevase, suhasgirgaonkar, neerukoul, hrishiv90, kanakiyajay, jarretc, tobiaskluge, rafaelfunchal, UmeshSingla, mehulkaklotar, tannermirabel, kishores, chandrapatel, rahul3883, nomnom99, sayanchakraborty, milindmore22, thrijith, abhijitrakas, sid177, montu3366, jashwini, juhise, ravatparmar, dharmin16, malavvasita, pooja1210, krupajnanda, surajkumarsingh, kanumalivad, dishitpala, shobhit2412, vaishu.agola27, kapilpaul, opurockey, vkd007, pavanpatil1, pradeep1308, shardul200, sabbir1991, kamalahmed, ibnulk, harshbarach, Mukulsingh27, vishalkakadiya, elifvish, krupajnanda, utsavladani, krishana7911 Tags: BuddyPress, media, multimedia, album, audio, songs, music, video, photo, image, upload, share, MediaElement.js, media-node, rtMedia, WordPress, bbPress, masonry License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Requires at least: WordPress 4.1 Tested up to: 6.6 -Stable tag: 4.6.20 +Stable tag: 4.6.21 Add albums, photo, audio/video upload, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices. @@ -133,6 +133,15 @@ http://www.youtube.com/watch?v=dJrykKQGDcs == Changelog == += 4.6.21 [September 23, 2024] = + +* Fixed + + * Resolved the issue with the privacy message's close button not functioning. + * Addressed the problem with JSON import not working. + * Fixed errors encountered while editing document uploads. + * Fixed issue related to videos automatically opened in full screen, hiding the activity feed in ios devices. + = 4.6.20 [August 02, 2024] = * Fixed @@ -1896,6 +1905,12 @@ http://www.youtube.com/watch?v=dJrykKQGDcs == Upgrade Notice == += 4.6.21 = +rtMedia 4.6.21 with minor bug fixes, JSON importing and editing document uploads fixes. + += 4.6.20 = +rtMedia 4.6.20 with PHP 8.2 compatibility fixes. + = 4.6.19 = rtMedia 4.6.19 with shortcode security fixes.