Skip to content

Commit 674b9cb

Browse files
authored
Merge pull request #78 from phpbb-extensions/Release-1.0.0
Release 1.0.0
2 parents a269b00 + 074918e commit 674b9cb

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 1.0.0 - 2024-07-01
4+
5+
- First official release.
6+
37
### 1.0.0-RC10 - 2024-07-01
48

59
- Apple mobile devices are now supported through the implementation of progressive web app capabilities.

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "phpbb/webpushnotifications",
33
"type": "phpbb-extension",
44
"description": "An official phpBB extension that allows board users to receive browser-based push notifications.",
5-
"homepage": "https://www.phpbb.com",
6-
"version": "1.0.0-RC10",
5+
"homepage": "https://www.phpbb.com/customise/db/extension/webpushnotifications/",
6+
"version": "1.0.0",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{
@@ -48,9 +48,10 @@
4848
"phpbb/phpbb": ">=3.3.12,<4.0.0@dev"
4949
},
5050
"version-check": {
51-
"host": "imattpro.github.io",
52-
"directory": "/version",
53-
"filename": "webpushnotifications.json"
51+
"host": "www.phpbb.com",
52+
"directory": "/customise/db/extension/webpushnotifications",
53+
"filename": "version_check",
54+
"ssl": true
5455
}
5556
}
5657
}

0 commit comments

Comments
 (0)