Release 0.8.1

This commit is contained in:
slawkens 2020-03-10 00:34:03 +01:00
parent 9c143a3461
commit 305884b5ee
3 changed files with 9 additions and 3 deletions

View File

@ -1,14 +1,20 @@
# Changelog
## [0.8.1 - x.x.x]
## [0.8.1 - 10.03.2020]
### Added
* Support for Nostalrius OTS
### Changed
* Move TODO to wiki
* .tooltip css class to .item_image (bootstrap conflict)
### Fixed
* Reloading of creatures/monsters throwing an exception
* Loading custom pages with old Gesior variables [#108](https://github.com/slawkens/myaac/issues/107)
* Some weird behaviour with installation of plugins
* CHANGELOG.md loading in Admin Panel
* spells displaying when level = 0
* Some PHP warnings and notices
## [0.8.0 - 19.02.2020]

View File

@ -1 +1 @@
0.8.1-dev
0.8.1

View File

@ -27,7 +27,7 @@ if (version_compare(phpversion(), '5.5', '<')) die('PHP version 5.5 or higher is
session_start();
define('MYAAC', true);
define('MYAAC_VERSION', '0.8.1-dev');
define('MYAAC_VERSION', '0.8.1');
define('DATABASE_VERSION', 30);
define('TABLE_PREFIX', 'myaac_');
define('START_TIME', microtime(true));