Skip to content

Commit 9b47bb2

Browse files
committed
Bump version and require phpBB 3.2
1 parent 923f67a commit 9b47bb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# "Individual posts per page" extension for phpBB 3.1
1+
# "Individual posts per page" extension for phpBB 3.2+
22

33
This is the repository for the development of the Individual posts per page Extension.
44

@@ -23,4 +23,4 @@ This is the repository for the development of the Individual posts per page Exte
2323
* Report bugs and other issues to the [Issue Tracker](https://github.com/Elsensee/phpbb-ext-posts-per-page/issues).
2424

2525
## License
26-
[GNU General Public License v2](http://opensource.org/licenses/GPL-2.0)
26+
[GNU General Public License v2](http://opensource.org/licenses/GPL-2.0)

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "An extension which allows users to set their own posts per page settings.",
55
"homepage": "https://github.com/Elsensee/phpbb-ext-posts-per-page",
6-
"version": "1.0.1",
7-
"time": "2015-04-09",
6+
"version": "1.1.0",
7+
"time": "2018-09-28",
88
"license": "GPL-2.0",
99
"authors": [
1010
{
@@ -26,7 +26,7 @@
2626
"extra": {
2727
"display-name": "Individual posts per page",
2828
"soft-require" : {
29-
"phpbb/phpbb": ">=3.1.3"
29+
"phpbb/phpbb": ">=3.2.0"
3030
},
3131
"version-check": {
3232
"host": "www.phpbb.com",

0 commit comments

Comments
 (0)