Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Releases: ftbastler/BoNeMEAL

Version 1.5 - php 7.3 support

27 Nov 00:22
8dff101
Compare
Choose a tag to compare

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

22 Jun 21:16
Compare
Choose a tag to compare

Banmanager 7 introduced some schema changes for IP addresses on the player tables. They should now display correctly.
Added a check for if UUID is blank so that it does not error.

Bugfix #108

21 Nov 18:36
Compare
Choose a tag to compare

Fixes #108 class not found error from previous release.

Support MySQL with SSL

10 Nov 17:21
Compare
Choose a tag to compare

Allows you to connect to MySQL servers that require SSL connection. Fixes #87

PHP 7+ Support

05 Nov 21:01
Compare
Choose a tag to compare

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

  1. Download a backup of your current installation.
    • Make note especially of your .htaccess file and any customizations made to it
  2. Delete the application/vendor folder in your existing installation.
  3. Extract the upgrade file, overwriting any files that already exist. This will create a new vendor folder with all the updated dependencies.
  4. Double check the .htaccess file and restore any customization you made to the RewriteBase 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

  1. Delete the application/vendor folder in the upgraded site folder.
  2. 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.
  3. Restore your original .htaccess file

Bugfixes

03 Jul 13:28
Compare
Choose a tag to compare

Bugfix for user unique validation if exists

Bugfixes

01 Jul 20:26
Compare
Choose a tag to compare
  • 1dd662e Bugfix for older versions of PHP
  • 921e1f9 Added "read" indicator to Warnings
  • 4978955 Bugfix for player administration / promotion

Bugfixes and performance improvements

11 Dec 19:09
Compare
Choose a tag to compare

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

14 May 17:58
Compare
Choose a tag to compare
  • 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

08 May 16:11
Compare
Choose a tag to compare
  • Initial release of BoNeMEAL