Skip to content

Commit af7a2df

Browse files
committed
Release 1.3.5
1 parent 1b6c240 commit af7a2df

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Extension for phpBB 3.1 to let visitors quickly switch board styles.
4545
### License
4646
[GNU General Public License v2](http://opensource.org/licenses/GPL-2.0)
4747

48-
© 2014 - PayBas
48+
© 2015 - PayBas

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "Adds a style dropdown box to the header of every page for quickly switching between styles. Based on the original Prime Quick Style by primehalo.",
55
"homepage": "https://github.com/PayBas/QuickStyle",
6-
"version": "1.3.4",
7-
"time": "2014-12-11",
6+
"version": "1.3.5",
7+
"time": "2015-02-05",
88
"license": "GPL-2.0",
99
"authors": [
1010
{
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": ">=5.3",
24+
"php": ">=5.3.3",
2525
"composer/installers": "~1.0"
2626
},
2727
"extra": {

language/ru/info_acp_quickstyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
*
44
* @package Quick Style
5-
* Russian translation by ???
5+
* Russian translation by rxu
66
*
77
* @copyright (c) 2015 PayBas
88
* @license GNU General Public License, version 2 (GPL-2.0)

language/ru/quickstyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
*
44
* @package Quick Style
5-
* English translation by PayBas
5+
* Russian translation by rxu
66
*
77
* @copyright (c) 2015 PayBas
88
* @license GNU General Public License, version 2 (GPL-2.0)

0 commit comments

Comments
 (0)