From fc4b47e75f5df2f56e4c33cb068fdb558ca63797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=B6ffler?= Date: Wed, 17 Jun 2015 19:01:48 +0200 Subject: [PATCH] [RELEASE] Version 7.0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I07ce7e652925a80611753fa879e0e741e37d2ef1 Reviewed-on: http://review.typo3.org/40376 Reviewed-by: Thomas Löffler Tested-by: Thomas Löffler --- ext_emconf.php | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/ext_emconf.php b/ext_emconf.php index f3c92c2..4af87e4 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -3,8 +3,6 @@ /** * Extension Manager/Repository config file for ext "be_secure_pw". * - * Auto generated 02-05-2012 20:49 - * * Manual updates: * Only the data in the array - everything else is removed by next * writing. "version" and "dependencies" must not be touched! @@ -15,23 +13,16 @@ 'description' => 'You can set password conventions to force secure passwords for BE users. Works with rsa auth and salted passwords!', 'category' => 'be', 'shy' => 0, - 'version' => '7.0.1', - 'dependencies' => '', - 'conflicts' => '', + 'version' => '7.0.2', 'priority' => '', 'loadOrder' => '', 'module' => '', 'state' => 'stable', - 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', - 'clearcacheonload' => 0, - 'lockType' => '', 'author' => 'Thomas Loeffler', 'author_email' => 'loeffler@spooner-web.de', 'author_company' => '', - 'CGLcompliance' => '', - 'CGLcompliance_note' => '', 'constraints' => array( 'depends' => array( 'typo3' => '6.0.0-7.99.99', @@ -40,10 +31,7 @@ ), 'suggests' => array( ), - ), - '_md5_values_when_last_written' => 'a:24:{s:9:"ChangeLog";s:4:"4594";s:10:"README.txt";s:4:"ee2d";s:21:"ext_conf_template.txt";s:4:"3563";s:12:"ext_icon.gif";s:4:"70ec";s:17:"ext_localconf.php";s:4:"c5ef";s:17:"ext_locallang.xml";s:4:"5092";s:14:"ext_tables.php";s:4:"a693";s:14:"ext_tables.sql";s:4:"a900";s:14:"doc/manual.sxw";s:4:"2044";s:19:"doc/wizard_form.dat";s:4:"d310";s:20:"doc/wizard_form.html";s:4:"39e1";s:32:"hook/class.user_backend_hook.php";s:4:"5434";s:34:"hook/class.user_usersetup_hook.php";s:4:"0287";s:34:"lib/class.tx_besecurepw_secure.php";s:4:"9207";s:18:"res/img/accept.png";s:4:"8bfe";s:18:"res/img/cancel.png";s:4:"757a";s:26:"res/js/passwordreminder.js";s:4:"c93b";s:24:"res/js/passwordtester.js";s:4:"ebfa";s:22:"res/lang/locallang.xml";s:4:"bfe8";s:31:"res/lang/locallang_reminder.xml";s:4:"399b";s:33:"res/lang/ux_locallang_csh_mod.xml";s:4:"c02a";s:41:"v4.2/class.ux_SC_mod_user_setup_index.php";s:4:"b712";s:41:"v4.3/class.ux_SC_mod_user_setup_index.php";s:4:"b7d5";s:41:"v4.4/class.ux_SC_mod_user_setup_index.php";s:4:"c1f6";}', - 'suggests' => array( - ), + ) ); ?> \ No newline at end of file