Skip to content

Commit e3c1159

Browse files
committed
update for 1.6
1 parent baa74e0 commit e3c1159

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

Changelog.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,8 @@
1414
- updated mermaid to 11.6.0
1515

1616

17-
- [ ] create settings.php
18-
- [ ] update wiki for pretty urls
19-
20-
21-
2217
## 1.5.9
23-
- added YouTube link support #133 thanks to @rsubr
18+
- added YouTube link support [#133](https://github.com/secure-77/Perlite/issues/133) thanks to @rsubr
2419
- added image postion support thanks to @ar0x4
2520
- fixed direct page links [#90](https://github.com/secure-77/Perlite/issues/90)
2621
- added support for webp images [#126](https://github.com/secure-77/Perlite/issues/126)

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 secure-77
3+
Copyright (c) 2025 secure-77
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

perlite/settings.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<?php
2+
3+
/*!
4+
* Perlite v1.6 (https://github.com/secure-77/Perlite)
5+
* Author: sec77 (https://secure77.de)
6+
* Licensed under MIT (https://github.com/secure-77/Perlite/blob/main/LICENSE)
7+
*/
8+
9+
210
$rootDir = "Demo";
311
$vaultName = "Demo";
412
$hideFolders = "docs,trash";

0 commit comments

Comments
 (0)