Skip to content

Commit 7125e27

Browse files
Bump to 1.0.2 with new GPL 2.0 license
This is a requirement of the current phpBB3 developers: all licensing has to be GPL-2-0-only; also, the license file needs to be written as license.txt
1 parent 902bded commit 7125e27

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

gwynethllewelyn/postlocalstorage/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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.1",
7-
"license": "MIT",
6+
"version": "1.0.2",
7+
"license": "gpl-2-0-only",
88
"keywords": [
99
"phpbb",
1010
"extension",

gwynethllewelyn/postlocalstorage/styles/prosilver/template/custom_functions.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
// Copyright (C) 2023 Gwyneth Llewelyn
2+
//
3+
// This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2.
4+
//
5+
// This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
6+
//
7+
// You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
8+
19
(function (message, doc) {
210
// If there is no localStorage support, give up
311
if (!message.localStorage) return;
File renamed without changes.

version_check.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"stable": {
33
"1.0": {
4-
"current": "1.0.1",
4+
"current": "1.0.2",
55
"download": "https://github.com/GwynethLlewelyn/post-local-storage/releases/download/v1.0.1/postlocalstorage.zip",
66
"announcement": "",
77
"eol": null,

0 commit comments

Comments
 (0)