Skip to content

Commit 70c5e46

Browse files
authored
Merge pull request #26 from Crizz0/bump-version-phpbb-require
Remove version number in lang-files, bump version and validator 1.4.0
2 parents 16d7200 + 9dbfa8f commit 70c5e46

8 files changed

Lines changed: 14 additions & 25 deletions

File tree

.travis.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@ dist: precise
44

55
matrix:
66
include:
7-
- php: 5.4
8-
env: DB=mysqli
9-
- php: 5.4
10-
env: DB=mysql
11-
- php: 5.4
7+
- php: 5.6
128
env: DB=mariadb
13-
- php: 5.4
9+
- php: 5.6
1410
env: DB=postgres
15-
- php: 5.4
11+
- php: 5.6
1612
env: DB=sqlite3
17-
- php: 5.5
18-
env: DB=mysqli
1913
- php: 5.6
2014
env: DB=mysqli
2115
- php: 7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Author: Christian Schnegelberger, Oliver Schramm
66

77
URL: https://www.phpbb.de
88

9-
Version: 1.1.0
9+
Version: 1.2.0
1010

1111
## Install instructions:
1212
1. Download the extension

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "Displays every image as a link, which is included with [img] bbcode and not hosted with the own board.",
55
"homepage": "https://github.com/phpbb-de/phpbb-ext-external-images-as-link",
6-
"version": "1.1.0",
7-
"time": "2016-07-15",
6+
"version": "1.2.0",
7+
"time": "2018-01-22",
88
"license": "GPL-2.0",
99
"authors": [
1010
{
@@ -21,16 +21,16 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=5.4"
24+
"php": ">=5.4.7"
2525
},
2626
"require-dev": {
2727
"phpbb/epv": "~0.0.8",
28-
"phpbb/translation-validator": "~1.3.10"
28+
"phpbb/translation-validator": "~1.4.0"
2929
},
3030
"extra": {
3131
"display-name": "phpBB.de - External Image as Link",
3232
"soft-require": {
33-
"phpbb/phpbb": ">=3.2.1"
33+
"phpbb/phpbb": ">=3.2.2"
3434
}
3535
}
3636
}

language/ar/extimgaslink.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* External Image as link [Arabic]
55
*
66
* @package language
7-
* @version 1.1.0
8-
* @copyright (c) 2016 phpbb.de
7+
* @copyright (c) 2016-2018 phpbb.de
98
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
109
*
1110
* Translated By : Bassel Taha Alhitary - www.alhitary.net

language/de/extimgaslink.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* External Image as link [German (Casual Honorifics)]
55
*
66
* @package language
7-
* @version 1.1.0
8-
* @copyright (c) 2016 phpbb.de
7+
* @copyright (c) 2016-2018 phpbb.de
98
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
109
*
1110
*/

language/de_x_sie/extimgaslink.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* External Image as link [German (Formal Honorifics)]
55
*
66
* @package language
7-
* @version 1.1.0
8-
* @copyright (c) 2016 phpbb.de
7+
* @copyright (c) 2016-2018 phpbb.de
98
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
109
*
1110
*/

language/en/extimgaslink.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
* External Image as link [English]
55
*
66
* @package language
7-
* @version 1.1.0
8-
* @copyright (c) 2016 phpbb.de
7+
* @copyright (c) 2016-2018 phpbb.de
98
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
109
*
1110
*/

language/fr/extimgaslink.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
*
44
* External Image as Link extension for the phpBB Forum Software package.
55
* French translation by Galixte (http://www.galixte.com)
6-
* @version 1.1.0
7-
* @copyright (c) 2016 phpbb.de
6+
* @copyright (c) 2016-2018 phpbb.de
87
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
98
*
109
*/

0 commit comments

Comments
 (0)