Skip to content

Commit

Permalink
Docs: Add info on limitations of pre-release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GwynethLlewelyn committed Apr 20, 2024
1 parent 852cea8 commit e868573
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ For a _much_ more detailed version of this changelog, see the [commit history](h
## 1.2.0

- @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.
- Not "very simple" extension any more. Just "simple".
- Minor bug fixes (kudos again to @gvp9000).
- Therefore, this is not a "very simple" extension any more. Just "simple".
- Other minor bug fixes (kudos again to @gvp9000).
- Note for the pre-release version: it still includes far too many debug messages.

## 1.1.1

Expand Down

0 comments on commit e868573

Please sign in to comment.