Skip to content

Commit 749daeb

Browse files
committed
Version 1.0.0
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent c93bedb commit 749daeb

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

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-06-04
4+
5+
- First official release.
6+
37
### 1.0.0-RC7 - 2024-06-03
48

59
- New: Added an ACP option to show or hide the push subscriptions toggle switch in the footer of the Notifications drop down.

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An official phpBB extension that allows board users to receive browser-based push notifications.",
55
"homepage": "https://www.phpbb.com",
6-
"version": "1.0.0-RC7",
6+
"version": "1.0.0",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{
@@ -41,9 +41,10 @@
4141
"phpbb/phpbb": ">=3.3.12,<4.0.0@dev"
4242
},
4343
"version-check": {
44-
"host": "imattpro.github.io",
45-
"directory": "/version",
46-
"filename": "webpushnotifications.json"
44+
"host": "www.phpbb.com",
45+
"directory": "/customise/db/extension/webpushnotifications",
46+
"filename": "version_check",
47+
"ssl": true
4748
}
4849
}
4950
}

0 commit comments

Comments
 (0)