mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
Release 0.8.1
This commit is contained in:
parent
9c143a3461
commit
305884b5ee
@ -1,14 +1,20 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.8.1 - x.x.x]
|
## [0.8.1 - 10.03.2020]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Support for Nostalrius OTS
|
* Support for Nostalrius OTS
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
* Move TODO to wiki
|
||||||
|
* .tooltip css class to .item_image (bootstrap conflict)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
* Reloading of creatures/monsters throwing an exception
|
||||||
* Loading custom pages with old Gesior variables [#108](https://github.com/slawkens/myaac/issues/107)
|
* Loading custom pages with old Gesior variables [#108](https://github.com/slawkens/myaac/issues/107)
|
||||||
* Some weird behaviour with installation of plugins
|
* Some weird behaviour with installation of plugins
|
||||||
* CHANGELOG.md loading in Admin Panel
|
* CHANGELOG.md loading in Admin Panel
|
||||||
|
* spells displaying when level = 0
|
||||||
* Some PHP warnings and notices
|
* Some PHP warnings and notices
|
||||||
|
|
||||||
## [0.8.0 - 19.02.2020]
|
## [0.8.0 - 19.02.2020]
|
||||||
|
@ -27,7 +27,7 @@ if (version_compare(phpversion(), '5.5', '<')) die('PHP version 5.5 or higher is
|
|||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
define('MYAAC', true);
|
define('MYAAC', true);
|
||||||
define('MYAAC_VERSION', '0.8.1-dev');
|
define('MYAAC_VERSION', '0.8.1');
|
||||||
define('DATABASE_VERSION', 30);
|
define('DATABASE_VERSION', 30);
|
||||||
define('TABLE_PREFIX', 'myaac_');
|
define('TABLE_PREFIX', 'myaac_');
|
||||||
define('START_TIME', microtime(true));
|
define('START_TIME', microtime(true));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user