Skip to content

Commit 5244101

Browse files
authored
Merge pull request #1560 from rtMediaWP/version-update/4.6.0
Update version 4.6.0
2 parents cf39129 + 77211f0 commit 5244101

File tree

5 files changed

+57
-23
lines changed

5 files changed

+57
-23
lines changed

README.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,20 @@ https://www.youtube.com/watch?v=dJrykKQGDcs
147147

148148
## Changelog ##
149149

150+
### 4.6.0 [February 17, 2020] ###
151+
152+
* Enhancement
153+
* Show long text truncated with read more option and image displayed below the truncated text on activity
154+
155+
* FIXED
156+
* Error uploading media in comments with Kleo theme
157+
* JavaScript errors
158+
* Album styling when masonry style is disabled
159+
* The template loaded on media page when nouveau template is set
160+
* Compatibility issues with PHP 7.4.1
161+
* UI related bugs
162+
* Notices and Warnings
163+
150164
### 4.5.11 [December 26, 2019] ###
151165

152166
* Enhancement
@@ -1648,8 +1662,8 @@ https://www.youtube.com/watch?v=dJrykKQGDcs
16481662
* HTML5 Audio Tag Support (with fallback)
16491663
* HTML5 Video Tag Support (with fallback)
16501664

1651-
#### 4.5.11 ####
1652-
rtMedia 4.5.11, with improved styling for albums and improved UX on BuddyPress Activity Wall.
1665+
#### 4.6.0 ####
1666+
rtMedia 4.6.0, with improved activity content preview and JavaScript and Nouveau template related fixes.
16531667

16541668
## Sponsors ##
16551669

index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
44
Plugin URI: https://rtmedia.io/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
55
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!
6-
Version: 4.5.11
6+
Version: 4.6.0
77
Author: rtCamp
88
Text Domain: buddypress-media
99
Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
@@ -22,7 +22,7 @@
2222
* The version of the plugin
2323
*
2424
*/
25-
define( 'RTMEDIA_VERSION', '4.5.11' );
25+
define( 'RTMEDIA_VERSION', '4.6.0' );
2626
}
2727

2828
if ( ! defined( 'RTMEDIA_PATH' ) ) {

languages/buddypress-media.po

+18-14
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the same license as the rtMedia for WordPress, BuddyPress and bbPress package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 4.5.11\n"
5+
"Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 4.6.0\n"
66
"Report-Msgid-Bugs-To: https://rtmedia.io/support/\n"
7-
"POT-Creation-Date: 2020-01-23 12:05:27+00:00\n"
7+
"POT-Creation-Date: 2020-02-14 09:36:14+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -147,7 +147,7 @@ msgstr ""
147147
#: app/admin/RTMediaAdmin.php:761 app/admin/RTMediaAdmin.php:1267
148148
#: app/admin/RTMediaAdmin.php:1268 app/importers/RTMediaActivityUpgrade.php:128
149149
#: app/importers/RTMediaMigration.php:68 app/main/RTMedia.php:1060
150-
#: app/main/RTMedia.php:1637
150+
#: app/main/RTMedia.php:1622
151151
msgid "rtMedia"
152152
msgstr ""
153153

@@ -2519,48 +2519,48 @@ msgstr ""
25192519
msgid "I agree to"
25202520
msgstr ""
25212521

2522-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:479
2522+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:649
25232523
msgid "Media Files"
25242524
msgstr ""
25252525

2526-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:517
2526+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:687
25272527
#: app/main/controllers/media/RTMediaComment.php:175
25282528
#: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:102
25292529
#: app/main/controllers/template/rtmedia-functions.php:2132
25302530
msgid "You are not allowed to upload/attach media."
25312531
msgstr ""
25322532

2533-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:652
2533+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:822
25342534
msgid "%s added a %s"
25352535
msgstr ""
25362536

2537-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:659
2538-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:661
2537+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:829
2538+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:831
25392539
#: app/main/controllers/upload/RTMediaUploadEndpoint.php:229
25402540
msgid "%s added %d %s"
25412541
msgstr ""
25422542

2543-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:714
2543+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:884
25442544
msgid "%1$s liked a %2$s in the group %3$s"
25452545
msgstr ""
25462546

2547-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:717
2547+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:887
25482548
msgid "%1$s liked their %2$s"
25492549
msgstr ""
25502550

2551-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:721
2551+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:891
25522552
msgid "%1$s liked %2$s's %3$s"
25532553
msgstr ""
25542554

2555-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:811
2555+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:981
25562556
msgid "%1$s commented on a %2$s in the group %3$s"
25572557
msgstr ""
25582558

2559-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:814
2559+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:984
25602560
msgid "%1$s commented on their %2$s"
25612561
msgstr ""
25622562

2563-
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:818
2563+
#: app/main/controllers/activity/RTMediaBuddyPressActivity.php:988
25642564
msgid "%1$s commented on %2$s's %3$s"
25652565
msgstr ""
25662566

@@ -3410,6 +3410,10 @@ msgstr ""
34103410
msgid "Deprecated %s. Please use %s."
34113411
msgstr ""
34123412

3413+
#: templates/main.php:70 templates/main.php:143
3414+
msgid "rtMedia menu"
3415+
msgstr ""
3416+
34133417
#: templates/media/album-gallery.php:21
34143418
msgid "Album List"
34153419
msgstr ""

readme.txt

+19-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ License: GPLv2 or later
55
License URI: http://www.gnu.org/licenses/gpl-2.0.html
66
Requires at least: WordPress 4.1
77
Tested up to: 5.3.2
8-
Stable tag: 4.5.11
8+
Stable tag: 4.6.0
99

1010
Add albums, photo, audio/video upload, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices.
1111

@@ -134,6 +134,22 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
134134

135135
== Changelog ==
136136

137+
= 4.6.0 [February 17, 2020] =
138+
139+
* Enhancement
140+
141+
* Show long text truncated with read more option and image displayed below the truncated text on activity
142+
143+
* FIXED
144+
145+
* Error uploading media in comments with Kleo theme
146+
* JavaScript errors
147+
* Album styling when masonry style is disabled
148+
* The template loaded on media page when nouveau template is set
149+
* Compatibility issues with PHP 7.4.1
150+
* UI related bugs
151+
* Notices and Warnings
152+
137153
= 4.5.11 [December 26, 2019] =
138154

139155
* Enhancement
@@ -1642,8 +1658,8 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
16421658

16431659
== Upgrade Notice ==
16441660

1645-
= 4.5.11 =
1646-
rtMedia 4.5.11, with improved styling for albums and improved UX on BuddyPress Activity Wall.
1661+
= 4.6.0 =
1662+
rtMedia 4.6.0, with improved activity content preview and JavaScript and Nouveau template related fixes.
16471663

16481664
== Sponsors ==
16491665

templates/main.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
<?php do_action( 'bp_before_member_body' ); ?>
6969
<?php do_action( 'bp_before_member_media' ); ?>
70-
<nav class="<?php bp_nouveau_single_item_subnav_classes(); ?>" id="subnav" role="navigation" aria-label="<?php esc_attr_e( 'rtMedia menu', 'buddypress' ); ?>">
70+
<nav class="<?php bp_nouveau_single_item_subnav_classes(); ?>" id="subnav" role="navigation" aria-label="<?php esc_attr_e( 'rtMedia menu', 'buddypress-media' ); ?>">
7171
<ul class="subnav">
7272

7373
<?php rtmedia_sub_nav(); ?>
@@ -140,7 +140,7 @@
140140
do_action( 'bp_after_group_status_message' );
141141
} else {
142142
?>
143-
<nav class="<?php bp_nouveau_single_item_subnav_classes(); ?>" id="subnav" role="navigation" aria-label="<?php esc_attr_e( 'rtMedia menu', 'buddypress' ); ?>">
143+
<nav class="<?php bp_nouveau_single_item_subnav_classes(); ?>" id="subnav" role="navigation" aria-label="<?php esc_attr_e( 'rtMedia menu', 'buddypress-media' ); ?>">
144144
<ul class="subnav">
145145
<?php rtmedia_sub_nav(); ?>
146146
<?php do_action( 'rtmedia_sub_nav' ); ?>

0 commit comments

Comments
 (0)