Skip to content

Commit 6395aa2

Browse files
committed
Release phpwcms v1.9.43, the legacy release
Merge branch 'v1.9-dev' into phpwcms-legacy
2 parents 91d7329 + 485e626 commit 6395aa2

838 files changed

Lines changed: 5861 additions & 2032 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ root or sub folder. Link your browser to the related URL and follow the install
2626
Server system requirements
2727
--------------------------
2828

29-
**phpwcms** version 1.9.41 requires a web server with PHP 7.4 or newer.
29+
**phpwcms** version 1.9.43 requires a web server with PHP 7.4 or newer.
3030
and a MySQL/MariaDB database (minimum version 5.1, recommend 5.5+).
3131
If you already use PHP v8.x you should use the latest version of
32-
[**phpwcms v1.10.5**](https://github.com/slackero/phpwcms/releases/tag/v1.10.5).
32+
[**phpwcms v1.10**](https://github.com/slackero/phpwcms/releases?q=1.10&expanded=true).
3333

3434

3535
Known problems
@@ -52,10 +52,7 @@ that conforms with [necolas's guidelines](https://github.com/necolas/issue-guide
5252
Share with us
5353
-------------
5454

55-
Keep up to date on announcements and more by following **phpwcms** on Twitter
56-
[@phpwcms](https://twitter.com/phpwcms) or on
57-
[Facebook](https://www.facebook.com/pages/phpwcms/162275020999).
58-
*(We are no longer active there, better you stay in touch with **phpwcms** on
55+
Keep up to date on announcements and more by following **phpwcms** on
5956
[Github](https://github.com/slackero/phpwcms))*
6057

6158

@@ -65,15 +62,13 @@ Creator
6562
**Oliver Georgi**
6663

6764
- <https://github.com/slackero>
68-
- <https://webverbund.de>
6965
- <https://www.linkedin.com/in/olivergeorgi>
70-
- <https://twitter.com/slackero>
7166

7267

7368
Copyright and license
7469
---------------------
7570

76-
Copyright 2002-2024 [Oliver Georgi](mailto:og@phpwcms.org?subject=phpwcms)
71+
Copyright © 2002-2025 [Oliver Georgi](mailto:og@phpwcms.org?subject=phpwcms)
7772

7873
Licensed under the GNU General Public License, Version 2 (the "License");
7974
you may not use this work except in compliance with the License.

composer.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,24 @@
99
"require": {
1010
"php": ">=7.4",
1111
"algo26-matthias/idna-convert": "^v3.1.1",
12-
"enshrined/svg-sanitize": "^0.19.0",
13-
"netcarver/textile": "v4.1.1",
14-
"league/commonmark": "^2.5.3",
15-
"ezyang/htmlpurifier": "^v4.17.0",
12+
"enshrined/svg-sanitize": "^0.21.0",
13+
"netcarver/textile": "v4.1.3",
14+
"league/commonmark": "^2.6.1",
15+
"ezyang/htmlpurifier": "^v4.18.0",
1616
"openpsa/universalfeedcreator": "^v1.9.0",
17-
"phpmailer/phpmailer": "^v6.9.1",
18-
"phpoffice/phpspreadsheet": "^1.29.0",
17+
"phpmailer/phpmailer": "^v6.9.3",
18+
"phpoffice/phpspreadsheet": "^1.29.10",
1919
"simplepie/simplepie": "@dev",
20-
"ext-intl": "*",
2120
"html2text/html2text": "^4.3.2",
21+
"symfony/polyfill-mbstring": "^v1.31.0",
22+
"symfony/polyfill-php73": "^v1.31.0",
23+
"symfony/polyfill-php80": "^v1.31.0",
24+
"symfony/polyfill-php81": "^v1.31.0",
25+
"symfony/polyfill-php82": "^v1.31.0",
26+
"symfony/polyfill-php83": "^v1.31.0",
27+
"ext-intl": "*",
2228
"ext-gd": "*",
2329
"ext-mysqli": "*",
24-
"ext-mbstring": "*",
25-
"symfony/polyfill-mbstring": "^v1.30.0",
26-
"symfony/polyfill-php80": "^v1.30.0",
27-
"symfony/polyfill-php81": "^v1.30.0",
28-
"symfony/polyfill-php82": "^v1.30.0"
30+
"ext-mbstring": "*"
2931
}
3032
}

dbdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpwcms content management system
44
*
55
* @author Oliver Georgi <og@phpwcms.org>
6-
* @copyright Copyright (c) 2002-2024, Oliver Georgi
6+
* @copyright Copyright (c) 2002-2025, Oliver Georgi
77
* @license http://opensource.org/licenses/GPL-2.0 GNU GPL-2
88
* @link http://www.phpwcms.org
99
*

download.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpwcms content management system
44
*
55
* @author Oliver Georgi <og@phpwcms.org>
6-
* @copyright Copyright (c) 2002-2024, Oliver Georgi
6+
* @copyright Copyright (c) 2002-2025, Oliver Georgi
77
* @license http://opensource.org/licenses/GPL-2.0 GNU GPL-2
88
* @link http://www.phpwcms.org
99
*

feeds.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpwcms content management system
44
*
55
* @author Oliver Georgi <og@phpwcms.org>
6-
* @copyright Copyright (c) 2002-2024, Oliver Georgi
6+
* @copyright Copyright (c) 2002-2025, Oliver Georgi
77
* @license http://opensource.org/licenses/GPL-2.0 GNU GPL-2
88
* @link http://www.phpwcms.org
99
*

filebrowser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpwcms content management system
44
*
55
* @author Oliver Georgi <og@phpwcms.org>
6-
* @copyright Copyright (c) 2002-2024, Oliver Georgi
6+
* @copyright Copyright (c) 2002-2025, Oliver Georgi
77
* @license http://opensource.org/licenses/GPL-2.0 GNU GPL-2
88
* @link http://www.phpwcms.org
99
*

fileinfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpwcms content management system
44
*
55
* @author Oliver Georgi <og@phpwcms.org>
6-
* @copyright Copyright (c) 2002-2024, Oliver Georgi
6+
* @copyright Copyright (c) 2002-2025, Oliver Georgi
77
* @license http://opensource.org/licenses/GPL-2.0 GNU GPL-2
88
* @link http://www.phpwcms.org
99
*

image_resized.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpwcms content management system
44
*
55
* @author Oliver Georgi <og@phpwcms.org>
6-
* @copyright Copyright (c) 2002-2024, Oliver Georgi
6+
* @copyright Copyright (c) 2002-2025, Oliver Georgi
77
* @license http://opensource.org/licenses/GPL-2.0 GNU GPL-2
88
* @link http://www.phpwcms.org
99
*

image_zoom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpwcms content management system
44
*
55
* @author Oliver Georgi <og@phpwcms.org>
6-
* @copyright Copyright (c) 2002-2024, Oliver Georgi
6+
* @copyright Copyright (c) 2002-2025, Oliver Georgi
77
* @license http://opensource.org/licenses/GPL-2.0 GNU GPL-2
88
* @link http://www.phpwcms.org
99
*

img/blank.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* phpwcms content management system
44
*
55
* @author Oliver Georgi <og@phpwcms.org>
6-
* @copyright Copyright (c) 2002-2024, Oliver Georgi
6+
* @copyright Copyright (c) 2002-2025, Oliver Georgi
77
* @license http://opensource.org/licenses/GPL-2.0 GNU GPL-2
88
* @link http://www.phpwcms.org
99
*

0 commit comments

Comments
 (0)