Skip to content

Commit e868573

Browse files
Docs: Add info on limitations of pre-release 1.2.0
1 parent 852cea8 commit e868573

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ For a _much_ more detailed version of this changelog, see the [commit history](h
55
## 1.2.0
66

77
- @kylesands correctly pointed out that the code introduced in 1.1.0 doesn't work properly: when clicking `Submit` without having a valid session, all local storage will be deleted as well (because `Submit` has that side-effect). So we need to address this case *before* clicking submit, and this can only be accomplished by hooking up to the correct event and properly exporting the session expiry date, because phpBB forcefully hides the session cookie from the JavaScript sandbox.
8-
- Not "very simple" extension any more. Just "simple".
9-
- Minor bug fixes (kudos again to @gvp9000).
8+
- Therefore, this is not a "very simple" extension any more. Just "simple".
9+
- Other minor bug fixes (kudos again to @gvp9000).
10+
- Note for the pre-release version: it still includes far too many debug messages.
1011

1112
## 1.1.1
1213

0 commit comments

Comments
 (0)