Skip to content

Commit 84fce8b

Browse files
authored
Merge pull request #1266 from rtMediaWP/develop
Version update v4.5.5 - update date 22 jan
2 parents 46f7e7c + 1bca91a commit 84fce8b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ https://www.youtube.com/watch?v=dJrykKQGDcs
149149

150150
## Changelog ##
151151

152-
### 4.5.5 [January 17, 2019] ###
152+
### 4.5.5 [January 22, 2019] ###
153153

154154
* FIXED
155155

bin/.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dist: trusty
22
language: php
33
sudo: required
44
php:
5-
- 5.5
5+
- 7.1
66
branches:
77
only:
88
- develop
@@ -49,7 +49,10 @@ before_script:
4949
- composer update
5050
- export PATH="$PATH:/home/travis/build/rtMediaWP/rtMedia/tests/codeception/vendor/bin"
5151
## PHP_CodeSniffer
52-
- pear install pear/PHP_CodeSniffer-2.9.1
52+
- git clone https://github.com/squizlabs/PHP_CodeSniffer.git
53+
- cd PHP_CodeSniffer
54+
- pear install package.xml
55+
- cd ../
5356
- git clone git://github.com/wimg/PHPCompatibility.git $(pear config-get php_dir)/PHP/CodeSniffer/Standards/PHPCompatibility
5457
- phpenv rehash
5558
- phpcs -i

languages/buddypress-media.po

Lines changed: 1 addition & 1 deletion
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.5\n"
66
"Report-Msgid-Bugs-To: https://rtmedia.io/support/\n"
7-
"POT-Creation-Date: 2019-01-17 09:41:09+00:00\n"
7+
"POT-Creation-Date: 2019-01-22 07:28:35+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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
137137

138138
== Changelog ==
139139

140-
= 4.5.5 [January 17, 2019] =
140+
= 4.5.5 [January 22, 2019] =
141141

142142
* FIXED
143143

0 commit comments

Comments
 (0)