Skip to content

Commit 31cec94

Browse files
committed
[TASK] Version bump
1 parent d886fdd commit 31cec94

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module:
2-
version: 1.2.1
2+
version: 1.2.2
33
code_pool: community

src/app/code/community/FireGento/AdminMonitoring/controllers/Adminhtml/HistoryController.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ public function getMonitoringHelper()
117117
{
118118
return Mage::helper('firegento_adminmonitoring');
119119
}
120-
121-
120+
122121
/**
123122
* Check is allowed access to action - needed afer security patch SUPEE-6285
124123
*

src/app/code/community/FireGento/AdminMonitoring/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<config>
2222
<modules>
2323
<FireGento_AdminMonitoring>
24-
<version>1.2.1</version>
24+
<version>1.2.2</version>
2525
</FireGento_AdminMonitoring>
2626
</modules>
2727
<global>
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
/**
3+
* This file is part of a FireGento e.V. module.
4+
*
5+
* This FireGento e.V. module is free software; you can redistribute it and/or
6+
* modify it under the terms of the GNU General Public License version 3 as
7+
* published by the Free Software Foundation.
8+
*
9+
* This script is distributed in the hope that it will be useful, but WITHOUT
10+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11+
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
12+
*
13+
* PHP version 5
14+
*
15+
* @category FireGento
16+
* @package FireGento_AdminMonitoring
17+
* @author FireGento Team <team@firegento.com>
18+
* @copyright 2014 FireGento Team (http://www.firegento.com)
19+
* @license http://opensource.org/licenses/gpl-3.0 GNU General Public License, version 3 (GPLv3)
20+
*/
21+
/**
22+
* Setup script
23+
*
24+
* @category FireGento
25+
* @package FireGento_AdminMonitoring
26+
* @author FireGento Team <team@firegento.com>
27+
*/
28+
29+
/* @var $installer Mage_Core_Model_Resource_Setup */
30+
$installer = $this;
31+
$installer->startSetup();
32+
33+
34+
$installer->endSetup();

0 commit comments

Comments
 (0)