Skip to content

Commit 55b9d97

Browse files
Cleaning up version checking
1 parent 8153a75 commit 55b9d97

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo](post-local-storage-logo-smaller.png)
1+
![Logo](graphics/post-local-storage-logo-smaller.png)
22
# post-local-storage
33
## Locally store the content of a post in the phpBB forum software
44

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Currently being supported with security updates:
66

77
| Version | Supported | Comments |
88
| ------- | ------------------ |-----------------------------------------------------|
9-
| 1.0.2 | :white_check_mark: | Early Pre-Alpha Release (bugs _are_ to be expected!)|
9+
| 1.0.3 | :white_check_mark: | Early Pre-Alpha Release (bugs _are_ to be expected!)|
1010

1111
## Reporting a Vulnerability
1212

gwynethllewelyn/postlocalstorage/composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.",
55
"homepage": "https://github.com/GwynethLlewelyn/post-local-storage",
6-
"version": "1.0.2",
6+
"version": "1.0.3",
77
"license": "GPL-2.0-only",
88
"keywords": [
99
"phpbb",
@@ -31,5 +31,12 @@
3131
"soft-require": {
3232
"phpbb/phpbb": ">=3.3"
3333
}
34+
},
35+
"version-check":
36+
{
37+
"host": "raw.githubusercontent.com",
38+
"directory": "/GwynethLlewelyn/post-local-storage/master",
39+
"filename": "version_check.json",
40+
"ssl": true
3441
}
3542
}

0 commit comments

Comments
 (0)