Skip to content

Commit e1e0b27

Browse files
committed
Merge pull request #122
2 parents fb02f0c + 7f295fd commit e1e0b27

3 files changed

Lines changed: 15 additions & 32 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
fail-fast: false
2525
matrix:
26-
php-version: ['7.2']
26+
php-version: ['8.1']
2727
steps:
2828
- name: Checkout phpBB
2929
uses: actions/checkout@v6
@@ -118,24 +118,9 @@ jobs:
118118
fail-fast: false
119119
matrix:
120120
include:
121-
- php-version: '7.2'
121+
- php-version: '8.1'
122122
db-type: 'mysql'
123123
db-version: '5.7'
124-
- php-version: '7.2'
125-
db-type: 'mariadb'
126-
db-version: '10.5'
127-
- php-version: '7.3'
128-
db-type: 'mariadb'
129-
db-version: '10.5'
130-
- php-version: '7.4'
131-
db-type: 'mysql'
132-
db-version: '8.0'
133-
- php-version: '7.4'
134-
db-type: 'mariadb'
135-
db-version: '10.5'
136-
- php-version: '8.0'
137-
db-type: 'mariadb'
138-
db-version: '10.5'
139124
- php-version: '8.1'
140125
db-type: 'mariadb'
141126
db-version: '10.6'
@@ -148,6 +133,9 @@ jobs:
148133
- php-version: '8.4'
149134
db-type: 'mariadb'
150135
db-version: '10.11'
136+
- php-version: '8.5'
137+
db-type: 'mariadb'
138+
db-version: '10.11'
151139
steps:
152140
- name: Checkout phpBB
153141
uses: actions/checkout@v6
@@ -238,12 +226,15 @@ jobs:
238226
fail-fast: false
239227
matrix:
240228
include:
241-
- php-version: '7.2'
229+
- php-version: '8.1'
242230
db-type: 'postgres'
243-
db-version: '16-alpine'
231+
db-version: '17-alpine'
244232
- php-version: '8.4'
245233
db-type: 'postgres'
246-
db-version: '17-alpine'
234+
db-version: '18-alpine'
235+
- php-version: '8.5'
236+
db-type: 'postgres'
237+
db-version: '18-alpine'
247238
steps:
248239
- name: Checkout phpBB
249240
uses: actions/checkout@v6

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ If available, it will dynamically generate and include the following data inside
105105

106106
### Requirements
107107

108-
- PHP 7.1.3 or greater
108+
- PHP 8.1 or greater
109109
- phpBB 3.3 or greater
110110

111111
### Support
@@ -117,11 +117,7 @@ If available, it will dynamically generate and include the following data inside
117117

118118
### Donate
119119

120-
If you like or found my work useful and want to show some appreciation, you can consider supporting its development by giving a donation.
121-
122-
| [![Donate with PayPal](https://alfredoramos.mx/images/paypal.svg)](https://alfredoramos.mx/donate/) | [![Donate with Stripe](https://alfredoramos.mx/images/stripe.svg)](https://alfredoramos.mx/donate/) |
123-
| :--------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------: |
124-
| [![Donate with PayPal](https://alfredoramos.mx/images/donate_paypal.svg)](https://alfredoramos.mx/donate/) | [![Donate with Stripe](https://alfredoramos.mx/images/donate_stripe.svg)](https://alfredoramos.mx/donate/) |
120+
If you like or found my work useful and want to show some appreciation, you can consider supporting its development by [**giving a donation**](https://alfredoramos.mx/donate/).
125121

126122
### Installation
127123

@@ -133,11 +129,7 @@ If you like or found my work useful and want to show some appreciation, you can
133129

134130
### Preview
135131

136-
[![Global settings](https://i.imgur.com/8rg2fKIb.png)](https://i.imgur.com/8rg2fKI.png)
137-
[![Open Graph, Twitter Cards and JSON-LD settings](https://i.imgur.com/042NB5Fb.png)](https://i.imgur.com/042NB5F.png)
138-
[![Generated markup](https://i.imgur.com/xKswZUHb.png)](https://i.imgur.com/xKswZUH.png)
139-
140-
*(Click to view in full size)*
132+
See the [full blog post](https://alfredoramos.mx/seo-metadata-extension-for-phpbb/) for the screenshots gallery.
141133

142134
### Configuration
143135

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"require": {
31-
"php": "^7.1.3 || ^8.0.0",
31+
"php": "^8.1.0",
3232
"composer/installers": "^2.2.0"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)