diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 4dd8e9dd..b606e723 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -1,9 +1,9 @@ name: Cypress on: pull_request: - branches: [main] + branches: [develop] push: - branches: [main] + branches: [develop] jobs: cypress: diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index a1b9c4ac..aa95caed 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -1,9 +1,9 @@ name: PHP Linting on: pull_request: - branches: [main] + branches: [develop] push: - branches: [main] + branches: [develop] jobs: phplint: diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 8a1e73a3..6df6979a 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -2,9 +2,9 @@ name: "PHPStan" on: pull_request: - branches: [main] + branches: [develop] push: - branches: [main] + branches: [develop] jobs: tests: diff --git a/CHANGELOG-2.x.md b/CHANGELOG-2.x.md index 096b1ee2..63cbdde7 100644 --- a/CHANGELOG-2.x.md +++ b/CHANGELOG-2.x.md @@ -1,9 +1,12 @@ ## [2.0-dev - x.x.2025] +### Added +* Add an "access" option to Menus (#340) + * Possibility to hide menus for unauthorized users +* Add the possibility to fetch skills in the getTopPlayers function + ### Changed * Better handling of vocations: (#345) * Load from vocations.xml (No need to manually set) * Support for Monk vocation -* Add an access option to Menus (#340) - * Possibility to hide menus for unauthorized users * Reworked account action logs to use a single IP column as varchar(45) for both ipv4 and ipv6 (#289) diff --git a/admin/pages/accounts.php b/admin/pages/accounts.php index 8a20aa62..ee8ee33b 100644 --- a/admin/pages/accounts.php +++ b/admin/pages/accounts.php @@ -631,6 +631,7 @@ else if (isset($_REQUEST['search'])) { +
[vocationId]|lower }}.png)
[vocationId]|lower }}.png)