Skip to content

Commit e6f5b86

Browse files
authored
Merge pull request #1420 from rtMediaWP/develop
Update release date in readme for v4.5.8
2 parents 233efc8 + a9a5079 commit e6f5b86

9 files changed

+10
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ https://www.youtube.com/watch?v=dJrykKQGDcs
147147

148148
## Changelog ##
149149

150-
### 4.5.8 [July 31, 2019] ###
150+
### 4.5.8 [August 6, 2019] ###
151151

152152
* FIXED
153153
* Duplicate media creation when posted from lightbox and activity creation for media comments kept off from settings

app/assets/admin/css/admin.css

+2
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ input[type=checkbox]:checked ~ .switch-label:after {
725725
background: white;
726726
border-radius: 10px;
727727
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
728+
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(#f0f0f0));
728729
background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
729730
background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
730731
-webkit-transition: left 0.15s ease-out;
@@ -741,6 +742,7 @@ input[type=checkbox]:checked ~ .switch-label:after {
741742
background: #f9f9f9;
742743
border-radius: 6px;
743744
box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
745+
background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(white));
744746
background-image: -webkit-linear-gradient(top, #eee, white);
745747
background-image: linear-gradient(to bottom, #eee, white);
746748
}

app/assets/admin/css/admin.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/admin/js/admin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/js/admin-upload-terms.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/js/rtm-upload-terms.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/assets/js/rtmedia.min.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/buddypress-media.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 4.5.8\n"
66
"Report-Msgid-Bugs-To: https://rtmedia.io/support/\n"
7-
"POT-Creation-Date: 2019-07-31 11:17:23+00:00\n"
7+
"POT-Creation-Date: 2019-08-06 10:41:32+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
134134

135135
== Changelog ==
136136

137-
= 4.5.8 [July 31, 2019] =
137+
= 4.5.8 [August 6, 2019] =
138138

139139
* FIXED
140140

0 commit comments

Comments
 (0)