Skip to content

Commit

Permalink
Merge pull request #1513 from rtMediaWP/pre-release
Browse files Browse the repository at this point in the history
Update Version 4.5.10
  • Loading branch information
dharmin authored Dec 25, 2019
2 parents ac6ae39 + 2d327f2 commit 9e24d12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ https://www.youtube.com/watch?v=dJrykKQGDcs

## Changelog ##

### 4.5.10 [December 23, 2019] ###
### 4.5.10 [December 26, 2019] ###

* Enhancement
* Add better styling for albums
Expand Down
1 change: 1 addition & 0 deletions app/assets/js/rtMedia.backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,7 @@ jQuery( document ).ready( function( $ ) {
} );

whats_new_form.bind( 'submit', function () {
window.onbeforeunload = null;
setTimeout( function () {
whats_new_form.find( '.rtmedia-uploader-div' ).hide();
}, 2000 );
Expand Down
2 changes: 1 addition & 1 deletion bin/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ before_script:
- cd $PLUGIN_DIR
- cp -Rf * /var/www/automation.rtmedia.me/htdocs/wp-content/plugins/rtMedia/
- cd /var/www/automation.rtmedia.me/htdocs/
- wp --allow-root plugin install https://downloads.wordpress.org/plugin/buddypress.5.0.0.zip
- wp --allow-root plugin install https://downloads.wordpress.org/plugin/buddypress.5.1.1.zip
- wp plugin activate --all
- wp theme activate twentynineteen
- cd $PLUGIN_DIR
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ http://www.youtube.com/watch?v=dJrykKQGDcs

== Changelog ==

= 4.5.10 [December 23, 2019] =
= 4.5.10 [December 26, 2019] =

* Enhancement

Expand Down
2 changes: 1 addition & 1 deletion tests/codeception/tests/_support/Page/UploadMedia.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function uploadMediaFromActivity( $mediaFile, $numOfMedia, $allowed = 'no
$I->waitForElementVisible('.rt_alert_msg', 5);
$I->see('Please check terms of service.');
}else{
$I->waitForElementNotVisible( ConstantsPage::$fileList, 20 );
$I->waitForElementNotVisible( ConstantsPage::$fileList, 30 );
}

}
Expand Down

0 comments on commit 9e24d12

Please sign in to comment.