Skip to content

Commit

Permalink
Version update v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Tikekar committed Apr 8, 2020
1 parent de6a34c commit 3ee0c8a
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 369 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,19 @@ https://www.youtube.com/watch?v=dJrykKQGDcs

## Changelog ##

### 4.6.1 [April 8, 2020] ###

* Enhancement
* Disable the terms of service checkbox when the activity is published

* FIXED
* Different language characters not showing up properly on rtMedia pages
* HTML warnings of rtMedia contents
* Nouveau template tab count bug
* Added server side validation for terms of service
* Terms of service checkbox conflicting with rtMedia Sidebar Widgets addon
* PHPCS errors and warnings

### 4.6.0 [February 17, 2020] ###

* Enhancement
Expand Down Expand Up @@ -1662,8 +1675,8 @@ https://www.youtube.com/watch?v=dJrykKQGDcs
* HTML5 Audio Tag Support (with fallback)
* HTML5 Video Tag Support (with fallback)

#### 4.6.0 ####
rtMedia 4.6.0, with improved activity content preview and JavaScript and Nouveau template related fixes.
#### 4.6.1 ####
rtMedia 4.6.1 with added server side validation for terms of services checkbox, minor bug fixes along with warnings and PHPCS fixes

## Sponsors ##

Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
Version: 4.6.1
Author: rtCamp
Text Domain: buddypress-media
Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
Expand All @@ -21,7 +21,7 @@
/**
* The version of the plugin
*/
define( 'RTMEDIA_VERSION', '4.6.0' );
define( 'RTMEDIA_VERSION', '4.6.1' );
}

if ( ! defined( 'RTMEDIA_PATH' ) ) {
Expand Down
Loading

0 comments on commit 3ee0c8a

Please sign in to comment.