Skip to content

Commit

Permalink
Merge pull request Gernott#19 from Gernott/v1.1.4
Browse files Browse the repository at this point in the history
V1.1.4
  • Loading branch information
butu committed Apr 4, 2016
2 parents c86cb9d + 9637335 commit 1643aef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "mask/mask",
"type": "typo3-cms-extension",
"description": "Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag&drop system. Stored in structured database tables.",
"description": "Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag&drop system. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.",
"homepage": "https://forge.typo3.org/projects/extension-mask",
"support": {
"issues": "https://forge.typo3.org/projects/extension-mask"
},
"keywords": ["TYPO3 CMS", "Mask", "Contentelements", "Wizard"],
"authors": [
{
"name": "TYPO3.experten Team",
"email": "office@typo3experten.com",
"name": "WEBprofil - Gernot Ploiner e.U.",
"email": "office@webprofil.at",
"role": "Developer",
"homepage": "typo3experten.com"
"homepage": "http://www.webprofil.at"
}
],
"license": ["GPL-2.0+"],
Expand Down
8 changes: 4 additions & 4 deletions ext_emconf.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
$EM_CONF[$_EXTKEY] = array(
'title' => 'Mask',
'description' => 'Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag&drop system. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila and create an advancedCE (FCE).',
'description' => 'Create your own content elements and page templates. Easy to use, even without programming skills because of the comfortable drag&drop system. Stored in structured database tables. Style your frontend with Fluid tags. Ideal, if you want to switch from Templavoila.',
'category' => 'plugin',
'author' => 'TYPO3.experten Team',
'author_email' => 'office@typo3experten.com',
'author' => 'WEBprofil - Gernot Ploiner e.U.',
'author_email' => 'office@webprofil.at',
'author_company' => 'WEBprofil - Gernot Ploiner e.U.',
'shy' => '',
'priority' => '',
Expand All @@ -16,7 +16,7 @@
'modify_tables' => '',
'clearCacheOnLoad' => 1,
'lockType' => '',
'version' => '1.1.4dev',
'version' => '1.1.4',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-7.6.99',
Expand Down

0 comments on commit 1643aef

Please sign in to comment.