Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IMC-GER committed Dec 21, 2022
1 parent a654e57 commit 715cf00
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ Go to "ACP" > "Extensions" > "External Links settings" and customize "External L

## Changelog

### v1.5.1 (21-12-2022)
- Fixed typo
- Changed to TWIG syntax
- Changed PHP max to v8.2
- Update language variable
- Update check system requirement

### v1.5.0 (16-11-2022)
- Added ACP panel for affect user settings
- Change requirements
Expand Down
2 changes: 1 addition & 1 deletion externallinks_version.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stable": {
"1.5": {
"current": "1.5.0",
"current": "1.5.1",
"announcement": "https://www.phpbb.de/community/viewtopic.php?t=245923",
"download": "https://github.com/IMC-GER/phpBB-External-Links/tags",
"eol": null,
Expand Down
7 changes: 7 additions & 0 deletions imcger/externallinks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ Go to "ACP" > "Extensions" > "External Links settings" and customize "External L

## Changelog

### v1.5.1 (21-12-2022)
- Fixed typo
- Changed to TWIG syntax
- Changed PHP max to v8.2
- Update language variable
- Update check system requirement

### v1.5.0 (16-11-2022)
- Added ACP panel for affect user settings
- Change requirements
Expand Down
6 changes: 3 additions & 3 deletions imcger/externallinks/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "phpbb-extension",
"description": "With this extension it is possible to influence the display of links and pictures. Some settings are available in the User Control Panel. This allows the user to decide for himself what is more important to him. Secure data transfer, comfortable display or fast loading times of the forum page. Open external links in a new tab/window.",
"homepage": "https://github.com/IMC-GER/phpBB-External-Links",
"version": "1.5.0",
"time": "2022-11-16",
"version": "1.5.1",
"time": "2022-12-21",
"license": "GPL-2.0-only",
"authors": [{
"name": "Thorsten Ahlers",
Expand All @@ -13,7 +13,7 @@
}
],
"require": {
"php": ">=5.4.7,<8.2"
"php": ">=5.4.7,<8.3"
},
"extra": {
"display-name": "External Links",
Expand Down

0 comments on commit 715cf00

Please sign in to comment.