Skip to content

Commit 5602398

Browse files
committed
chore: 3.0.10 release
1 parent efdb875 commit 5602398

File tree

14 files changed

+41
-31
lines changed

14 files changed

+41
-31
lines changed

API.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ Open endpoints require no Authentication.
3838
### Login APIs
3939

4040
- [Login](api-docs/login.md): `POST /api/v2.0/login`
41+
42+
Copyright © 2001-2022 Thorsten Rinne and the phpMyFAQ Team

CHANGELOG

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ CHANGELOG
55

66
This is a log of major user-visible changes in each phpMyFAQ release.
77

8-
Version 3.0.10 - 2021-
8+
Version 3.0.10 - 2022-01-17
9+
- fixed multiple XSS and CSRF vulnerabilities (0x7zed, M0rphling, justinp09010, Dennis Yassine, Thorsten)
910
- fixed many minor bugs (Thorsten)
1011

1112
Version 3.0.9 - 2021-04-17
@@ -1460,4 +1461,4 @@ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
14601461
License for the specific language governing rights and limitations
14611462
under the License.
14621463

1463-
(c) 2001-2021 phpMyFAQ Team
1464+
Copyright © 2001-2022 Thorsten Rinne and the phpMyFAQ Team

CODE_OF_CONDUCT.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Contributor Code of Conduct
22

3-
As contributors and maintainers of phpMyFAQ, and in the interest of fostering an open and welcoming community, we pledge to respect
4-
all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or
3+
As contributors and maintainers of phpMyFAQ, and in the interest of fostering an open and welcoming community, we pledge to respect
4+
all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or
55
patches, and other activities.
66

7-
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience,
8-
gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion,
7+
We are committed to making participation in this project a harassment-free experience for everyone, regardless of level of experience,
8+
gender, gender identity and expression, sexual orientation, disability, personal appearance, body size, race, ethnicity, age, religion,
99
or nationality.
1010

1111
Examples of unacceptable behavior by participants include:
@@ -17,21 +17,23 @@ Examples of unacceptable behavior by participants include:
1717
- Publishing other's private information, such as physical or electronic addresses, without explicit permission
1818
- Other unethical or unprofessional conduct
1919

20-
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other
21-
contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors
20+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other
21+
contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors
2222
that they deem inappropriate, threatening, offensive, or harmful.
2323

24-
By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every
25-
aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from
24+
By adopting this Code of Conduct, project maintainers commit themselves to fairly and consistently applying these principles to every
25+
aspect of managing this project. Project maintainers who do not follow or enforce the Code of Conduct may be permanently removed from
2626
the project team.
2727

28-
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its
28+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its
2929
community.
3030

31-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at
32-
[thorsten@phpmyfaq.de](mailto:thorsten@phpmyfaq.de). All complaints will be reviewed and investigated and will result in a response
33-
that is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to
31+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting a project maintainer at
32+
[thorsten@phpmyfaq.de](mailto:thorsten@phpmyfaq.de). All complaints will be reviewed and investigated and will result in a response
33+
that is deemed necessary and appropriate to the circumstances. Maintainers are obligated to maintain confidentiality with regard to
3434
the atreporter of an incident.
3535

36-
This Code of Conduct is adapted from the Contributor Covenant, version 1.3.0, available from
36+
This Code of Conduct is adapted from the Contributor Covenant, version 1.3.0, available from
3737
http://contributor-covenant.org/version/1/3/0/
38+
39+
Copyright © 2001-2022 Thorsten Rinne and the phpMyFAQ Team

CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Contributing
22

3-
Since phpMyFAQ is an Open Source project we encourage developers to contribute patches and code for us to include in the main
3+
Since phpMyFAQ is an Open Source project we encourage developers to contribute patches and code for us to include in the main
44
package of phpMyFAQ. However there are a few rules and limitations when doing so and this page list them.
55

66
1. Contributed code will be licensed under the MPL 2.0 license.
77
2. Copyright notices will be changed to phpMyFAQ Team. But contributors will get credit for their work!
88
3. All third party code will be reviewed, tested and possible modified before being released.
99

10-
These basic rules makes it possible for us to earn a living of the phpMyFAQ project but it also ensures that the code remains
11-
Open Source and under the MPL 2.0 license. All contributions will be added to the changelog and on the phpMyFAQ website.
10+
These basic rules makes it possible for us to earn a living of the phpMyFAQ project but it also ensures that the code remains
11+
Open Source and under the MPL 2.0 license. All contributions will be added to the changelog and on the phpMyFAQ website.
12+
13+
Copyright © 2001-2022 Thorsten Rinne and the phpMyFAQ Team

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ The REST API v2 documentation is located [here in this repository](API.md) and o
169169

170170
Mozilla Public License 2.0, see LICENSE for more information.
171171

172-
Copyright © 2001-2021 Thorsten Rinne and the phpMyFAQ Team
172+
Copyright © 2001-2022 Thorsten Rinne and the phpMyFAQ Team

SECURITY.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ security vulnerability in phpMyFAQ, we appreciate your help in disclosing it to
55

66
## Supported Versions
77

8-
| Version | Supported |
9-
| ------- | ------------------ |
10-
| 3.0.x | :white_check_mark: |
11-
| < 2.9 | :x: |
8+
| Version | Supported |
9+
| --------- | ------------------ |
10+
| 3.1.0-dev | :white_check_mark: |
11+
| 3.0.x | :white_check_mark: |
12+
| < 2.9 | :x: |
1213

1314
## Reporting a Vulnerability
1415

@@ -19,3 +20,5 @@ and work to address any issues that arise as quickly as possible.
1920

2021
Please act in good faith towards our users’ privacy and data during your disclosure. We won’t take legal action against
2122
you or administrative action against your account if you act accordingly: White hat researchers are always appreciated.
23+
24+
Copyright © 2001-2022 Thorsten Rinne and the phpMyFAQ Team

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# obtain one at http://mozilla.org/MPL/2.0/.
1111
#
1212
# @author Florian Anderiasch <florian@phpmyfaq.de>
13-
# @copyright 2011-2019 phpMyFAQ Team
13+
# @copyright 2011-2022 phpMyFAQ Team
1414
# @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1515
# @link https://www.phpmyfaq.de
1616
# @since 2011-01-14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thorsten/phpmyfaq",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "phpMyFAQ",
55
"repository": "git://github.com/thorsten/phpMyFAQ.git",
66
"author": "Thorsten Rinne",

phpmyfaq/.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# @author Thorsten Rinne <thorsten@phpmyfaq.de>
99
# @author Patrick Preuster <sica@php-q.net>
1010
# @author Matteo Scaramuccia <matteo@scaramuccia.com>
11-
# @copyright 2004-2020 phpMyFAQ Team
11+
# @copyright 2004-2022 phpMyFAQ Team
1212
# @license http://www.mozilla.org/MPL/2.0/ Mozilla Public License Version 2.0
1313
# @link https://www.phpmyfaq.de
1414
# @since 2004-11-13

phpmyfaq/assets/themes/default/templates/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1>
5858
style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg) no-repeat;width:165px;height:40px;margin:10px;"
5959
></a
6060
><br />
61-
&copy; 2001-2020 by
61+
&copy; 2001-2022 by
6262
<a href="https://www.phpmyfaq.de/">phpMyFAQ Team</a> under the
6363
<a href="http://www.mozilla.org/MPL/2.0/">Mozilla Public License 2.0</a>. All rights reserved.<br />
6464
</small>

phpmyfaq/setup/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use phpMyFAQ\Strings;
2828
use phpMyFAQ\System;
2929

30-
define('COPYRIGHT', '&copy; 2001-2019 <a href="https://www.phpmyfaq.de/">phpMyFAQ Team</a> | Follow us on <a href="http://twitter.com/phpMyFAQ">Twitter</a> ');
30+
define('COPYRIGHT', '&copy; 2001-2022 <a href="https://www.phpmyfaq.de/">phpMyFAQ Team</a> | Follow us on <a href="http://twitter.com/phpMyFAQ">Twitter</a> ');
3131
define('PMF_ROOT_DIR', dirname(dirname(__FILE__)));
3232
define('PMF_SRC_DIR', PMF_ROOT_DIR.'/src');
3333
define('IS_VALID_PHPMYFAQ', null);

phpmyfaq/setup/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
use phpMyFAQ\Permission\BasicPermission;
2323
use phpMyFAQ\System;
2424

25-
define('COPYRIGHT', '&copy; 2001-2021 <a target="_blank" href="//www.phpmyfaq.de/">phpMyFAQ Team</a>');
25+
define('COPYRIGHT', '&copy; 2001-2022 <a target="_blank" href="//www.phpmyfaq.de/">phpMyFAQ Team</a>');
2626
define('PMF_ROOT_DIR', dirname(dirname(__FILE__)));
2727
define('IS_VALID_PHPMYFAQ', null);
2828

phpmyfaq/src/phpMyFAQ/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class System
4444
/**
4545
* Patch level.
4646
*/
47-
private const VERSION_PATCH_LEVEL = 9;
47+
private const VERSION_PATCH_LEVEL = 10;
4848

4949
/**
5050
* Pre-release version.

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
if [ "x${PMF_VERSION}" = "x" ]; then
3-
PMF_VERSION="3.0.9"
3+
PMF_VERSION="3.0.10"
44
fi

0 commit comments

Comments
 (0)