1# Changes List
2
3
4## v1.2.0 (2018-08-21)
5  * Redirections are now real redirections passing variable via the query string
6  * Sqlite has been added as database
7  * The redirection data and the log are now separated
8  * Php must be minimal 7.1
9  * During migration, the data store file 404managerRedirect.conf is renamed to 404managerRedirect.conf.migrated
10
11## v1.1.0 (2016-07-09)
12  * The page path is no more split by an underscore `_` for the best page name. This is to avoid that the algorithm will calculate a bigger score for a page in another namespace and before all, namespace are here to categorize pages. The plugin is based on same name page.
13  * The best name space page doesn't check all namespace if the page ID that gives a 404 has a existing namespace
14  * If the user is a Writer and their is a redirection, a redirection doesn't occur anymore. The writer is redirected in `edit mode` and can create directly the page.
15  * The redirection is a real redirection using 3XX HTTP status code in the same way that the plugin [redirect](https://www.dokuwiki.org/plugin:redirect).
16  * When a intern redirection occurs the message is kept in the cookie in order to still show it when the new page is rendered.
17  * Css declarations are now encapsulated around the class `redirect_manager` to avoid any style problem with other part of DokuWiki. Unfortunately, it is not possible to use the plugin base `404manager` as class name because it begins with a number and it's forbidden by Css.
18  * The signature of the message "This message was fired by" was resolved. It was badly positioned and add no more the name of the plugin (because of the change in the plugin info method).
19  * Unit test were added with the Dokuwiki Test Framework. See the [_test](_test) directory and the [DokuWiki Page](https://www.dokuwiki.org/devel:unittesting)
20
21
22## 2015-11-03
23  * Original version
24
25