Skip to content

Commit 0fc618e

Browse files
Tweaks here & there; add a smaller logo
1 parent 4e6b07d commit 0fc618e

File tree

7 files changed

+22
-2
lines changed

7 files changed

+22
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
![Logo](post-local-storage-logo-smaller.png)
12
# post-local-storage
2-
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.
3+
4+
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+
6+
Logo designed by DALL·E 2.
7+

gwynethllewelyn/postlocalstorage/composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
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://gwynethllewelyn.net",
66
"version": "1.0.0",
7+
"license": "MIT",
78
"keywords": [
89
"phpbb",
910
"extension",
1011
"local storage"
1112
],
12-
"license": "MIT",
1313
"authors": [
1414
{
1515
"name": "gwynethllewelyn",
16+
"email": "[email protected]",
1617
"homepage": "https://gwynethllewelyn.net",
1718
"role": "Overall Coordination"
1819
}
@@ -22,6 +23,9 @@
2223
"composer/installers": "~1.0.0",
2324
"phpbb/phpbb": ">=3.3"
2425
},
26+
"require-dev": {
27+
"phing/phing": "2.4.*"
28+
},
2529
"extra": {
2630
"display-name": "Locally store the content of a post",
2731
"soft-require": {
422 KB
Loading
16.8 KB
Loading

post-local-storage-logo.png

-278 KB
Loading

post-local-storage-logo.psd

20.8 KB
Binary file not shown.

version_check.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"stable": {
3+
"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/",
7+
"eol": null,
8+
"security": false
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)