Releases: ftbastler/BoNeMEAL
Version 1.5 - php 7.3 support
This will probably be the last v1 release, only bugfixes on this branch from here.
This version supports PHP 5.5.9 - 7.3. If you need 7.4 I am working on 2.0 that will be a full rewrite and support 7.4+, but since 7.3 has security coverage through 2021 I feel confident with this release.
Please see the wiki for upgrade instructions.
Support IPv6
Bugfix #108
Fixes #108 class not found error from previous release.
Support MySQL with SSL
Allows you to connect to MySQL servers that require SSL connection. Fixes #87
PHP 7+ Support
Upgrades the base version to Laravel 5.1, which supports PHP 7+ and will support most modern hosting platforms that are phasing out older versions of PHP.
This will be the last major release before the overhaul to modern Laravel (5.8+)
This release fixes #101, #105, and probably fixes most of the issues that prompted the writing of #92
Upgrading to v1.3
- Download a backup of your current installation.
- Make note especially of your
.htaccess
file and any customizations made to it
- Make note especially of your
- Delete the
application/vendor
folder in your existing installation. - Extract the upgrade file, overwriting any files that already exist. This will create a new
vendor
folder with all the updated dependencies. - Double check the
.htaccess
file and restore any customization you made to theRewriteBase
directive and any other changes.
If you have questions or concerns with this release, please submit an issue. And look forward to the upcoming version 2.0 with new features, and performance improvements!
If the upgrade fails and you want to revert to your backup
- Delete the
application/vendor
folder in the upgraded site folder. - Extract your original backup files into your installation directory, overwriting any files that exist. This will restore the original
application/vendor
folder and the old dependency versions. - Restore your original
.htaccess
file
Bugfixes
Bugfixes
Bugfixes and performance improvements
Several bug and performance fixes
- Use eager loading on dashboard and punishment index pages for better performance
- #62 Added warning expiry on display
- #94 Added interface to view all warnings
- #94 Added interface to view all player notes
- #68 Support UUID with hyphens in player URLs (better compatibility with banmanager)
- MineYourMind/BoNeMEAL@4ceb2fb: Actor name may be undefined
- Other bugfixes
BoNeMEAL v1.1.0
- Added German translation
- Added button to delete punishments
- Added auto-complete for player search
- Added warning for outdated servers
- Changed old timeline items to collapse
- Changed required access-role for server configuration to superuser
- Fixed latest punishments tables on dashboard
BoNeMEAL v1.0.0
- Initial release of BoNeMEAL