-
Notifications
You must be signed in to change notification settings - Fork 11
/
magento-tar-to-connect.launcher.php
22 lines (20 loc) · 1.18 KB
/
magento-tar-to-connect.launcher.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
return array(
'base_dir' => 'var/build',
'archive_files' => 'Pulsestorm_Launcher.tar',
'extension_name' => 'Pulsestorm_Launcher',
'extension_version' => '1.0.4',
'path_output' => '/fakehome/Pulsestorm/var/build-connect',
'stability' => 'stable',
'license' => 'MIT',
'channel' => 'community',
'summary' => 'Provides navigation shortcuts for the admin console\'s navigation and gloal search',
'description' => 'This extension provides Magento admin console users with an "application launcher". This application launcher provides instant access to the admin console\'s navigation, every system configuration search section, as well as the Magento global search. The Pulse Storm launcher is a free, open source, must have extension for anyone working with Magento. ',
'notes' => 'Typo fixes, properly aborts ajax requests.',
'author_name' => 'Alan Storm',
'author_user' => 'alanstorm',
'author_email' => '[email protected]',
'php_min' => '5.2.0',
'php_max' => '6.0.0',
'skip_version_compare' => false,
);