mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-05 00:39:46 +03:00
-
released this
2026-01-19 01:17:23 +03:00 | 19 commits to main since this release📅 Originally published on GitHub: Sun, 18 Jan 2026 22:43:24 GMT
🏷️ Git tag created: Sun, 18 Jan 2026 22:17:23 GMTWhat's Changed
- Clear filament cache when installing a plugin by @Boy132 in https://github.com/pelican-dev/panel/pull/2017
- Fix plugin settings not showing on non-admin plugins by @Boy132 in https://github.com/pelican-dev/panel/pull/2023
- Fix actions when plugin is "errored" by @Boy132 in https://github.com/pelican-dev/panel/pull/2027
- Don't log yarn exceptions as error but warning by @Boy132 in https://github.com/pelican-dev/panel/pull/2022
- fix: use correct log path for upload action by @killerbite95 in https://github.com/pelican-dev/panel/pull/2016
composer updateby @notAreYouScared in https://github.com/pelican-dev/panel/pull/2030- Correct bounty link by @PalmarHealer in https://github.com/pelican-dev/panel/pull/2039
- Add error notification when plugin install, update or uninstall fails by @Boy132 in https://github.com/pelican-dev/panel/pull/2032
- Fix oauth providers with no color by @Boy132 in https://github.com/pelican-dev/panel/pull/2044
- Fix relation managers for admin server resource by @Boy132 in https://github.com/pelican-dev/panel/pull/2050
- chore: Prevent users from caching Config by @rmartinoscar in https://github.com/pelican-dev/panel/pull/2048
- Per request cache for permission checks by @xDev789 in https://github.com/pelican-dev/panel/pull/2029
- Bungeecord: Fix Download by @QuintenQVD0 in https://github.com/pelican-dev/panel/pull/2055
- Replace
Artisan::callin plugin service for better error handling by @Boy132 in https://github.com/pelican-dev/panel/pull/2031 - Add Eggs to Installer by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2004
- fix: plugin migration rollback and cache clearing on uninstall by @PalmarHealer in https://github.com/pelican-dev/panel/pull/2033
- Fix typo in method name by @Boy132 in https://github.com/pelican-dev/panel/pull/2062
- Return if no egg was selected in the Installer by @rmartinoscar in https://github.com/pelican-dev/panel/pull/2073
- Disable field if server variable is not user_editable by @Boy132 in https://github.com/pelican-dev/panel/pull/2074
- Make rule for user language less restrictive by @Boy132 in https://github.com/pelican-dev/panel/pull/2075
- Add user to shouldLink and shouldCreate oauth functions by @Boy132 in https://github.com/pelican-dev/panel/pull/2083
- Add tests for php 8.5 by @Boy132 in https://github.com/pelican-dev/panel/pull/2079
- Set plugin status to "errored" if it errored by @Boy132 in https://github.com/pelican-dev/panel/pull/2084
- Update database config to remove deprecation warning on php 8.5 by @Boy132 in https://github.com/pelican-dev/panel/pull/2089
- Make sure custom pages/relations don't override default pages/relations by @Boy132 in https://github.com/pelican-dev/panel/pull/2099
- Add changes from upstream by @Boy132 in https://github.com/pelican-dev/panel/pull/2076
- fix client side view database unlimited state by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2047
- Throw yarn errors when installing themes by @Boy132 in https://github.com/pelican-dev/panel/pull/2104
- Fix columns for mount form by @Boy132 in https://github.com/pelican-dev/panel/pull/2105
- Laravel 12.47.0 Shift by @lancepioch in https://github.com/pelican-dev/panel/pull/2103
- Update translations from crowdin by @Boy132 in https://github.com/pelican-dev/panel/pull/2110
- fix: Enhance feedback notifications for egg actions by @PalmarHealer in https://github.com/pelican-dev/panel/pull/2042
- Add traits for customizing wizard steps by @Boy132 in https://github.com/pelican-dev/panel/pull/2100
- Multiple Container Fixes by @parkervcp in https://github.com/pelican-dev/panel/pull/2063
- Allow backup transfers by @JoanFo1456 in https://github.com/pelican-dev/panel/pull/2068
- Add parallel flags to github ci by @lancepioch in https://github.com/pelican-dev/panel/pull/2109
- Fix allocation policy for admins and update checks by @Boy132 in https://github.com/pelican-dev/panel/pull/2090
- Add traits for customizing tabs by @Boy132 in https://github.com/pelican-dev/panel/pull/2101
- Add github eggs to egg importer by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2116
- composer update by @notAreYouScared in https://github.com/pelican-dev/panel/pull/2120
New Contributors
- @killerbite95 made their first contribution in https://github.com/pelican-dev/panel/pull/2016
- @xDev789 made their first contribution in https://github.com/pelican-dev/panel/pull/2029
Full Changelog: https://github.com/pelican-dev/panel/compare/v1.0.0-beta30...v1.0.0-beta31
Downloads