Skip to content

0.6.1 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@DaneEveritt DaneEveritt released this 29 Apr 01:24

Please download this version: https://github.com/DaneEveritt/PufferPanel/archive/63f7ee023c3f90b3652cd2d3eaa7d77fa8f3af88.zip

This version implements full language support on the front-end of the panel. It also includes a basic API that should not be used, that is being developed for 0.7 beta.

This version has not been tested with versions of GSD beyond the following:
https://github.com/gametainers/gsd/tree/95db572a50b9839879acbcfc32a6cdabcf4c01d1

You will need to run the following command on your MySQL DB if you are upgrading from 0.6.0.2 beta, or reinstall the panel:

CREATE TABLE `api` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`key` char(36) NOT NULL DEFAULT '',
`permissions` tinytext NOT NULL,
`request_ips` tinytext NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1