2016-03-23  Christopher Stelmaszyk  <chrissitopher@gmx.de>

	* Converted the documentation to reST

Added patches by Gerrit Mohrmann and Christian Weiske

	* Depends on TYPO3 6.2 or higher
	* Use core namespaces functions
	* Remove require statements.
	* Remove deprecated usage for feInterface
	* Remove deprecated loadTCA()
	* Move TCA to Configuration/TCA/Overrides/
	* Don't hardcode be cookie name
	* FEATURE: Make simulatebe cookie name editable

2014-04-29 Nils Blattner <nb@cabag.ch>
	* version 2.2.0
	* [FEATURE] added 6.2 compatibility
	* [FEATURE] merged different branches

2013-08-28 Tizian Schmidlin <st@cabag.ch>
	* version 2.1.4
	* [MAINTENANCE] added TYPO3 dependency to match 4.5.0-6.1.99
	* [MAINTENANCE] added authors Jonas Felix and Tizian Schmidlin

2013-05-21 Tizian Schmidlin <st@cabag.ch>
	* version 2.1.2
	* added em_conf option simulatebeOnLinkParameter
	* added em_conf option simlatebeLinkParameter
	* created ext_conf_template.txt

2013-04-12 Tizian Schmidlin <st@cabag.ch>
	* version 2.1.1
	* fixed issue regarding outlogged be user which wasn't reconnected

2011-03-21 Tizian Schmidlin <st@cabag.ch>
	* version 2.1.0 Modified
	* so that be sessions last 24h

2011-03-16 Tizian Schmidlin <st@cabag.ch>
	* removed possibility to set the session dure longer because it's bad for expired backend security tokens
	* rewind version number to 2.0.1

2011-03-02 Tizian Schmidlin <st@cabag.ch>
	* version 2.0.2
	* added possiblity to let the session time dure longer than normal by TS option daysUntilInvalid = 30

2011-02-17  Christopher Stelmaszyk  <chrissitopher@gmx.de>

	* !!! Fixed bug #9126: Include Code for TypoScript Setup as Static File
		  You must add the Static Template provided by Simulatebe to your TypoScript Template!
		  Otherwise Simulatebe will stop working, because it won't be activated anymore.

2011-02-12  Christopher Stelmaszyk  <chrissitopher@gmx.de>

	* Fixed bug #11979: Field tx_simulatebe_feuserusername is not defined correctly
	* Fixed bug #9348: Fix Naming of tabs in the Backend User Settings

2011-02-04  Sonja Scholz <ss@cabag.ch>

	* raised version to 2.0.1

2011-01-28  Christopher Stelmaszyk  <chrissitopher@gmx.de>

	* Fixed bug #9578: Class tx_simulatebe_pi1 should extend t3lib_userAuth (thanks to Björn Pedersen)
	* Fixed bug #11980: Hardcoded label "Simulate Backend User" when editing a BE User
	* Updated em_conf for release of next version

2010-06-28 Sonja Scholz <ss@cabag.ch>

	* version 2.0.0
	* new official version - got extension key from original developer Mads Brunn <brunn@mail.dk>

2010-05-11 Jonas Dübi <jd@cabag.ch>

	* version 41.0.0
	* pi1 - fixed endles loop if be-user does not have edit permissions on a page
	* pi1 ---> $GLOBALS['TSFE']->beUserLogin is 0 if be_user is logged in but has not edit permissions! (cant be used has to be checked custom)

2010-04-28 Sonja Scholz <ss@cabag.ch>

	* version 31.0.0
	* added field tx_simulatebe_feuserusername to be_user table
	* check field tx_simulatebe_feuserusername in pi1

2010-04-20 Sonja Scholz <ss@cabag.ch>

	* version 21.0.0
	* changed order in be_user selectbox in fe_user form

2010-04-20 Sonja Scholz <ss@cabag.ch>

	* marked extension as modified 11.0.0
	* added comments to changes of Jonas Duebi in class.tx_simulatebe_pi1.php

2004-09-13  Mads Brunn  <brunn@mail.dk>

	* Version 1.0.0 published to TER

2002  Mads Brunn  <brunn@mail.dk>
	* Code of the extension created