Skip to content

Commit

Permalink
Updated CHANGELOG.md (format)
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens authored Mar 3, 2018
1 parent d6c10d2 commit 5f1392e
Showing 1 changed file with 43 additions and 41 deletions.
84 changes: 43 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[0.7.10 - 03.03.2018]
# Changelog

## [0.7.10 - 03.03.2018]
### Added:
* new configurable: smtp_secure
* robots.txt
Expand All @@ -20,7 +22,7 @@
* changed mb_strtolower functions to strtolower()
* added new function: $hooks->exist($type)

[0.7.9 - 13.01.2018]
## [0.7.9 - 13.01.2018]
* removed 6mb of trash (some useless things)
* (fix) TFS 1.x not showing promoted vocations in highscores
* otserv 0.6.x: fixed some warning (on the characters page) and fatal mysql error (on the mango signature)
Expand All @@ -29,13 +31,13 @@
* changed highscores_groups_hidden to 3 (for TFS 1.x)
* updated background-artwork (tibiacom template) to the latest version, removed other ones

[0.7.8 - 12.01.2018]
## [0.7.8 - 12.01.2018]
* fixed installation error " call to undefined method OTS_DB_MySQL::hasColumn()"
* updated tinymce to the latest (4.7.4) version
* enabled emoticons plugin in tinymce :)
* some security fixes

[0.7.7 - 08.01.2018]
## [0.7.7 - 08.01.2018]
* important fix for servers with promotion column (caused player.vocation to be resetted when saving player, for example: on change name, accept invite to guild, leave guild)
* immediately reload config.lua when there's change in config.server_path detected
* added new forum option: "Enable HTML" (only for moderators)
Expand All @@ -54,14 +56,14 @@
* don't add extra <br/> to the TinyMCE news forum posts
* (internal) using $player->getVocationName() where possible instead of older method

[0.7.6 - 05.01.2017]
## [0.7.6 - 05.01.2017]
* fixed othire account creating/installation
* fixed table name players -> players_online
* fixed unexpected error logging about email fail
* added max_execution_time to the install finish step
* some small fix regarding highscores vocation box

[0.7.5 - 04.01.2017]
## [0.7.5 - 04.01.2017]
* fixed bug on othire with config.account_premium_days
* fixed bug on TFS 1.x when online_afk is enabled
* warning about leaving news page with changes
Expand All @@ -74,15 +76,15 @@
* fixed template path finding
* fixed displaying article_text when it was empty saved

[0.7.4 - 24.12.2017]
## [0.7.4 - 24.12.2017]
* fixed mysql fatal error on tibiacom template - top 5 box
* fixed displaying of level percent bar on tibian signature
* inform user about Twig cache failure on installation, instead of http 500 error
* when dir system/cache is not writable by the webserver, then show some nice notice to the user about it instead of http 500 error
* remember client version select and usage stats checkbox in session on install
* automatically update highscores_ids_hidden for users who installed myaac before (migration)

[0.7.3 - 18.12.2017]
## [0.7.3 - 18.12.2017]
* auto generate myaac cache & session prefix on install to be unique across installations
* fixed hiding shop system menu on tibiacom template when disabled in config
* prevent adding duplicated newses with installation
Expand All @@ -97,15 +99,15 @@
* (internal) renamed installation step files to be in correct order
* added TODO file

[0.7.1 - 13.12.2017]
## [0.7.1 - 13.12.2017]
* added changelog menu item to kathrine template
* fixed some php short tag in changelogs page
* fixed guild change description back button
* removed duplicated "Support List" menu item from tibiacom template
* changed some notice when version check is failed
* (internal) moved changelog to twig

[0.7.0 - 20.11.2017]
## [0.7.0 - 20.11.2017]
* moved template menus to database, they're now dynamically loaded
* added anonymous usage statistics reporting (only if user agrees, first usage report will be send after 7 days)
* you can edit them in Admin Panel under 'Menus' option
Expand Down Expand Up @@ -142,24 +144,24 @@
* (internal) renamed constant TICKET -> TICKER
* (internal) shortened message functions

[0.6.6 - 22.10.2017]
## [0.6.6 - 22.10.2017]
* fixed some php fatal error on spells page
* changed spells.vocations field in db size to 300
* please reload your spells after this update!

[0.6.5 - 21.10.2017]
## [0.6.5 - 21.10.2017]
* fixed displaying custom pages
* fixed adding new group forum board

[0.6.4 - 20.10.2017]
## [0.6.4 - 20.10.2017]
* reverted OTS_Account::getLastLogin() cause its used by tibia11-login plugin

[0.6.3 - 20.10.2017]
## [0.6.3 - 20.10.2017]
* fixed creating account
* fixed viewing thread without being logged
* fixed showing premium account status

[0.6.2 - 20.10.2017]
## [0.6.2 - 20.10.2017]
* added forums for guilds and groups
* added nice looking menu for my account page in default template
* new command line tool: install_plugin.php - can be used to install plugins from command line. Usage: "php install_plugin.php path_to_file"
Expand Down Expand Up @@ -192,7 +194,7 @@
* (internal) new function: OTS_Guild::hasMember(OTS_Player $player)
* (internal) new function: Forum::hasAccess($board_id)

[0.6.1 - 17.10.2017]
## [0.6.1 - 17.10.2017]
* fixed signatures loading
* new configurable: session_prefix, to allow more websites on one machine (must be unique for every website on your dedicated server!)
* better error handling for monsters and spells loader (save errors to system/logs/error.log)
Expand All @@ -202,7 +204,7 @@
* (internal) moved forum actions (pages) to forum/ directory
* (internal) moved forum.edit_post to twig templates

[0.6.0 - 16.10.2017]
## [0.6.0 - 16.10.2017]
* added faq management - add/edit/move/hide/delete from website
* new account.login view for tibiacom template
* monsters and spells are now being loaded at the installation of the AAC
Expand All @@ -225,7 +227,7 @@
* ajax requests returns now json instead of xml
* added 404 response when file is not found

[0.5.1 - 11.10.2017]
## [0.5.1 - 11.10.2017]
* fixed forum add/edit board
* new configurable: highscores_length, how much highscores to display
* fixed highscores links (ALL, previous and next page)
Expand All @@ -235,7 +237,7 @@
* check if plugin exist before uninstalling
* fixed some warning in OTS_Base_DB

[0.5.0 - 10.10.2017]
## [0.5.0 - 10.10.2017]
* moved .htaccess rules to plain php (index.php)
* updated tinymce to the latest (4.7.0) version, you can now embed code, for example youtube videos
* added option to uninstall plugin
Expand All @@ -254,7 +256,7 @@
* added new twig function getLink that convert link taking into account config.friendly_urls
* internalLayoutLink -> getLink

[0.4.3 - 05.10.2017]
## [0.4.3 - 05.10.2017]
* better config loader taken from latest gesior, you can now include files in your config by doing dofile('config.local.lua')
* fixed country detection in create account
* fixed showing of character deaths and frags
Expand All @@ -268,14 +270,14 @@
* added bugtracker to kathrine template
* added CREDITS file

[0.4.2 - 14.09.2017]
## [0.4.2 - 14.09.2017]
* updated version number

[0.4.1 - 13.09.2017]
## [0.4.1 - 13.09.2017]
* fixed log in to admin panel
* fixed File is not .zip plugin upload error

[0.4.0 - 13.09.2017
## [0.4.0 - 13.09.2017
* added option to add/edit/delete/hide/move forum boards
* moved some of HTML-in-PHP code to Twig templates
* added bug_report configurable which can enable/disable bug tracker
Expand All @@ -292,7 +294,7 @@
* some small improvements
* fixed some separators in kathrine template

[0.3.0 - 28.08.2017]
## [0.3.0 - 28.08.2017]
* added administration panel for screenshots management with auto thumbnail generator and image auto-resizing
* added Twig template engine and moved some html-in-php code to it
* automatically detect player country based on user location (IP) on create account
Expand All @@ -310,7 +312,7 @@
* moved news adding at installation from schema.sql to finish.php
* some optimizations

[0.2.4 - 09.06.2017]
## [0.2.4 - 09.06.2017]
* fixed invite to guild
* added id field on monsters, so you can delete them in phpmyadmin
* fixed adding some creatures with ' and "
Expand All @@ -319,7 +321,7 @@
* fixed typo loss_items => loss_containers
* more elegant way of showing message on reload creatures and spells

[0.2.3 - 31.05.2017]
## [0.2.3 - 31.05.2017]
* fixed guild management on OTHire 0.0.3
* set default skills to 10 when creating new character
* fixed displaying of "Create forum thread" in newses
Expand All @@ -331,15 +333,15 @@
* fixed Undefined variable (https://otland.net/threads/myaac-v0-0-1.251454/page-7#post-2444034)
* fixed Undefined offset (https://otland.net/threads/myaac-v0-0-1.251454/page-7#post-2444035)

[0.2.2 - 22.05.2017]
## [0.2.2 - 22.05.2017]
* added missing cache/signature directory
* fixed https://otland.net/threads/myaac-v0-0-1.251454/page-7#post-2443868

[0.2.1 - 21.05.2017]
## [0.2.1 - 21.05.2017]
* added Swedish translation by Sizaro
* fixed some bugs with installlation & characters & houses

[0.2.0 - 21.05.2017]
## [0.2.0 - 21.05.2017]
* added option to change character sex for premium points
* moved site_closed to database, now you can close your site through admin panel
* added option to admin panel: clear cache
Expand All @@ -359,10 +361,10 @@
* fixed movies unexpected comment
* added template_place_holder('center_top') to kathrine template

[0.1.5 - 13.05.2017]
## [0.1.5 - 13.05.2017]
* fixed bug with "Integrity constraint violation: 1048 Column 'ip' cannot be null"

[0.1.4 - 13.05.2017]
## [0.1.4 - 13.05.2017]
* added outfit shower, in characters, online, and highscores
* updated database to version 2
* fixed item images (now using item-images.ots.me host by default)
Expand All @@ -371,17 +373,17 @@
* removed some unused code from my old server
* added spells & monsters to kathrine template

[0.1.3 - 11.05.2017]
## [0.1.3 - 11.05.2017]
* this is just release to update version number

[0.1.2 - 11.05.2017]
## [0.1.2 - 11.05.2017]
* forgot to update CHANGELOG and MYAAC_VERSION

[0.1.1 - 11.05.2017]
## [0.1.1 - 11.05.2017]
* fixed updating myaac_config with database_version to 1
* fixed database updater

[0.1.0 - 11.05.2017]
## [0.1.0 - 11.05.2017]
* added new feature: change character name for premium points (disabled by default, you can enable it in config under account_change_character_name in config.php)
* added automatic database updater (data migrations)
* renamed events to hooks
Expand All @@ -405,13 +407,13 @@
* fixed signatures (many fixes)
* added missing gesior signature system

[0.0.6 - 06.05.2017]
## [0.0.6 - 06.05.2017]
* fixed bug while installing (https://otland.net/threads/myaac-v0-0-1.251454/page-3#post-2440543)
* fixed bug when creating character (not showing errors) (one more time)
* fixed support for TFS 0.2 series
* added FAQ link

[0.0.5 - 05.05.2017]
## [0.0.5 - 05.05.2017]
* fixed bug when creating character (not showing errors)
* Fixed characters loading with names that has been created with other AAC
* fixed links to shop in default template
Expand All @@ -424,7 +426,7 @@
* fixes when $config['database_*'] is set
* added CHANGELOG

[0.0.3 - 03.05.2017]
## [0.0.3 - 03.05.2017]
* Full support for OTHire 0.0.3
* added support for otservers that doesn't use account.name field, instead just account number will be used
* fixed encryption detection on TFS 0.3
Expand All @@ -435,7 +437,7 @@
* fixed installation errors
* fixed config.lua loading with some weird comments

[0.0.2 - 02.05.2017]
## [0.0.2 - 02.05.2017]
* updated forum links to use friendly_urls
* some more info will be shown when cannot connect to database
* show more error infos when creating character
Expand All @@ -446,8 +448,8 @@
* fixed support for gesior pages and templates
* added function OTS_Acount:getGroupId()

[0.0.1 - 01.05.2017]
## [0.0.1 - 01.05.2017]
This is first official release of MyAAC.
Features are listed here

For more information, see the release announcement on OTLand: https://otland.net/threads/myaac-v0-0-1.251454/
For more information, see the release announcement on OTLand: https://otland.net/threads/myaac-v0-0-1.251454/

0 comments on commit 5f1392e

Please sign in to comment.