]> 91.132.146.200 Git - selfpaste.git/commitdiff
version 1.6 Neon
authorBanana <mail@bananas-playground.net>
Thu, 19 Jun 2025 20:19:35 +0000 (22:19 +0200)
committerBanana <mail@bananas-playground.net>
Thu, 19 Jun 2025 20:19:35 +0000 (22:19 +0200)
Signed-off-by: Banana <mail@bananas-playground.net>
CHANGELOG
VERSION
documentation/requirements.txt
documentation/setup.txt
documentation/update.txt
webroot/lib/summoner.class.php

index a70e7d1fa8fba2f8c8d5eb240ea0649e83b2cb1e..d00ca4023d2998dd8289ef72592167d609e2af8d 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
-yyyymmdd version 1.x Neon
+20250619 version 1.6 Neon
+* Required PHP 8.3 now.
 * Moved and added settings to config file. See update.txt
 * Better logging
 * Updated client/webclient
diff --git a/VERSION b/VERSION
index f41d507ac18fece2f4c5bc329b455a6f3441287d..b25e74e89111598179f7e210552b1dd13fdfea55 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.x Neon
+1.6 Neon
index 63d5c027bbbb154d5598e00246c171d8692b1f64..b5415920a4ea663eefff39220d10bd58fa4a9f17 100644 (file)
@@ -1,4 +1,4 @@
-PHP >= 8.1
+PHP >= 8.3
 Apache >= 2.4
 - mod_deflate
 - mod_rewrite
index 86dd763f59eb4f0ebfebe93db1ac5ea649f64e18..307600daac9de45c0d92f784234ac5ea5317b6ce 100644 (file)
@@ -1,7 +1,7 @@
 Unpack and move everything in the webroot folder to a web-accessible folder
 into your webserver.
 
-Rename config.default.php t config.php.
+Rename config.default.php to config.php.
 
 Open config.php, read the comments and make your changes.
 
index 15c973c2532d814958cc72fbbf371c0077c63940..e44fc9eea1aced8779e83ad7bd90b6cc2af747d1 100644 (file)
@@ -5,7 +5,7 @@ Update process is as follows:
 - update your config.php
 - make sure of any special update steps listed below.
 
-## x.x Neon
+## 1.6 Neon
 Moved and added settings to config file. See config.default.php
 Make sure to add (with default values):
 const DEBUG = false;
index 7d51b4fa4b46236b110d61cebaef42e5e0fbc757..720c43619f7fdf233763a7c94447245c6dabdb3c 100644 (file)
@@ -13,7 +13,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see http://www.gnu.org/licenses/gpl-3.0.
  *
- * 2019 - 2023 https://://www.bananas-playground.net/projekt/selfpaste
+ * 2019 - 2025 https://://www.bananas-playground.net/projekt/selfpaste
  */
 
 /**
@@ -165,6 +165,7 @@ class Summoner {
      * create a short string based on a integer
      *
      * @see https://www.jwz.org/base64-shortlinks/
+     * @param string $id
      * @return string
      */
     static function b64sl_pack_id(string $id): string {