Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ body:
description: From StaffCP -> Overview
options:
- Development version
- 2.2.3
- <= 2.2.2
- 2.2.4
- <= 2.2.3
validations:
required: true

Expand Down
4 changes: 2 additions & 2 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The following NamelessMC releases are supported by the development team

| Version | Supported |
|-----------|--------------------|
| 2.2.3 | :white_check_mark: |
| <= 2.2.2 | :x: |
| 2.2.4 | :white_check_mark: |
| <= 2.2.3 | :x: |
| <= 1.0.22 | :x: |

## Reporting a Vulnerability
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
## [Unreleased](https://github.com/NamelessMC/Nameless/compare/v2.2.0...develop)
> [Milestone](https://github.com/NamelessMC/Nameless/milestone/23)

## [2.2.4](https://github.com/NamelessMC/Nameless/compare/v2.2.3...v2.2.4) - 2025-08-10
### Added
- No additions this releasse

### Changed
- Hide error in API requests if the user has no permission
- Clean default SEO values in staff panel

### Fixed
- Double escape entities before passing into editor

## [2.2.3](https://github.com/NamelessMC/Nameless/compare/v2.2.2...v2.2.3) - 2025-05-22
### Added
- No additions this releasse
Expand Down
2 changes: 1 addition & 1 deletion core/classes/Database/DatabaseInitialiser.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private function initialiseSettings(): void
Settings::set('recaptcha_type', 'Recaptcha3');
Settings::set('recaptcha_login', '0');
Settings::set('email_verification', '1');
Settings::set('nameless_version', '2.2.3');
Settings::set('nameless_version', '2.2.4');
Settings::set('version_checked', date('U'));
Settings::set('phpmailer', '0');
Settings::set('custom_avatars', '0');
Expand Down
10 changes: 10 additions & 0 deletions core/includes/updates/223.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return new class() extends UpgradeScript {
public function run(): void
{
$this->runMigrations();

$this->setVersion('2.2.4');
}
};
4 changes: 2 additions & 2 deletions custom/panel_templates/Default/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public function __construct(Language $language)

parent::__construct(
'Default', // Template name
'2.2.3', // Template version
'2.2.3', // Nameless version template is made for
'2.2.4', // Template version
'2.2.4', // Nameless version template is made for
'<a href="https://coldfiredzn.com" target="_blank">Coldfire</a>', // Author, you can use HTML here
__DIR__, // Specify the path to the template
);
Expand Down
4 changes: 2 additions & 2 deletions custom/templates/DefaultRevamp/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public function __construct(Language $language, User $user, Pages $pages)
{
$template = [
'name' => 'DefaultRevamp',
'version' => '2.2.3',
'nl_version' => '2.2.3',
'version' => '2.2.4',
'nl_version' => '2.2.4',
'author' => '<a href="https://xemah.com/" target="_blank">Xemah</a>',
];

Expand Down
4 changes: 2 additions & 2 deletions modules/Cookie Consent/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public function __construct(Language $language, Language $cookie_language, Pages

$name = 'Cookie Consent';
$author = '<a href="https://samerton.dev" target="_blank" rel="nofollow noopener">Samerton</a>';
$module_version = '2.2.3';
$nameless_version = '2.2.3';
$module_version = '2.2.4';
$nameless_version = '2.2.4';

parent::__construct($this, $name, $author, $module_version, $nameless_version);

Expand Down
4 changes: 2 additions & 2 deletions modules/Core/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public function __construct(Language $language, Pages $pages, User $user, Naviga

$name = 'Core';
$author = '<a href="https://samerton.me" target="_blank" rel="nofollow noopener">Samerton</a>';
$module_version = '2.2.3';
$nameless_version = '2.2.3';
$module_version = '2.2.4';
$nameless_version = '2.2.4';

parent::__construct($this, $name, $author, $module_version, $nameless_version);

Expand Down
4 changes: 2 additions & 2 deletions modules/Discord Integration/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ public function __construct(Language $language, Pages $pages, Endpoints $endpoin

$name = 'Discord Integration';
$author = '<a href="https://github.com/tadhgboyle" target="_blank" rel="nofollow noopener">Aberdeener</a>';
$module_version = '2.2.3';
$nameless_version = '2.2.3';
$module_version = '2.2.4';
$nameless_version = '2.2.4';

parent::__construct($this, $name, $author, $module_version, $nameless_version);

Expand Down
4 changes: 2 additions & 2 deletions modules/Forum/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public function __construct(Language $language, Language $forum_language, Pages

$name = 'Forum';
$author = '<a href="https://samerton.dev" target="_blank" rel="nofollow noopener">Samerton</a>';
$module_version = '2.2.3';
$nameless_version = '2.2.3';
$module_version = '2.2.4';
$nameless_version = '2.2.4';

parent::__construct($this, $name, $author, $module_version, $nameless_version);

Expand Down
4 changes: 2 additions & 2 deletions modules/Members/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public function __construct(Language $language, Language $members_language, Page

$name = 'Members';
$author = '<a href="https://github.com/tadhgboyle" target="_blank" rel="nofollow noopener">Aberdeener</a>';
$module_version = '2.2.3';
$nameless_version = '2.2.3';
$module_version = '2.2.4';
$nameless_version = '2.2.4';

parent::__construct($this, $name, $author, $module_version, $nameless_version);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nameless",
"version": "2.2.3",
"version": "2.2.4",
"repository": "https://github.com/NamelessMC/Nameless",
"license": "MIT",
"private": true,
Expand Down