Skip to content

Commit 0eb7063

Browse files
committed
v0.1.2, Contact Info
1 parent e22c739 commit 0eb7063

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/Settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ conf.py:
1111
copyright: 2017
1212
project: extra salt
1313
version: 0.1
14-
release: 0.1
14+
release: 0.1.2
1515
intersphinx_mapping:
1616
t3tsref:
1717
- http://docs.typo3.org/typo3cms/TyposcriptReference/

ext_emconf.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
'title' => 'extra salt',
1515
'description' => 'Additional salting methods for salted passwords (Blowfish for php > 5.3.7, hashes starting with "$2y$")',
1616
'category' => 'services',
17-
'author' => '',
18-
'author_email' => '',
17+
'author' => 'C. Holtermann',
18+
'author_email' => 'mail@c-holtermann.net',
1919
'state' => 'experimental',
2020
'internal' => '',
2121
'uploadfolder' => '0',
2222
'createDirs' => '',
2323
'clearCacheOnLoad' => 0,
24-
'version' => '0.1.1',
24+
'version' => '0.1.2',
2525
'constraints' => array(
2626
'depends' => array(
2727
'typo3' => '6.2.0-7.2.99',

0 commit comments

Comments
 (0)