Skip to content

Commit 218cff4

Browse files
Tweaks in preparation of a formal release
... to get every bit right in place before this gets audited by the phpBB core dev team.
1 parent 400e0f5 commit 218cff4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gwynethllewelyn/postlocalstorage/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gwynethllewelyn/postlocalstorage",
33
"type": "phpbb-extension",
44
"description": "A very simple phpBB3 extension to locally store the content of a post being written, to avoid losing everything after a crash or session expiration.",
5-
"homepage": "https://gwynethllewelyn.net",
5+
"homepage": "https://github.com/GwynethLlewelyn/post-local-storage",
66
"version": "1.0.1",
77
"license": "MIT",
88
"keywords": [

version_check.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"stable": {
33
"1.0": {
4-
"current": "1.0.0",
5-
"download": "https://www.phpbb.com/customise/db/download/148016",
6-
"announcement": "https://www.phpbb.com/customise/db/official_tool/ext_skeleton/",
4+
"current": "1.0.1",
5+
"download": "https://github.com/GwynethLlewelyn/post-local-storage/releases/download/v1.0.1/postlocalstorage.zip",
6+
"announcement": "",
77
"eol": null,
88
"security": false
99
}

0 commit comments

Comments
 (0)