Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
0.8.14 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
fooman committed Oct 6, 2016
1 parent f976f9a commit c50c5f6
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php
/**
* @author Kristof Ringleff
* @package Fooman_SpeedsterAdvanced
* @copyright Copyright (c) 2009 Fooman Limited (http://www.fooman.co.nz)
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

class Fooman_SpeedsterAdvanced_Block_Adminhtml_Extensioninfo extends Fooman_Common_Block_Adminhtml_Extensioninfo
{
protected $_hasSelftest = false;
protected $_idString = 'speedsterAdvanced';
protected $_moduleName = 'Fooman_SpeedsterAdvanced';
}
2 changes: 1 addition & 1 deletion app/code/community/Fooman/SpeedsterAdvanced/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Fooman_SpeedsterAdvanced>
<version>0.8.13</version>
<version>0.8.14</version>
</Fooman_SpeedsterAdvanced>
</modules>

Expand Down
17 changes: 17 additions & 0 deletions app/code/community/Fooman/SpeedsterAdvanced/etc/system.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
<?xml version="1.0"?>
<config>
<sections>
<foomancommon>
<groups>
<extensions>
<fields>
<speedsterAdvanced translate="label" module="speedsterAdvanced">
<label>Speedster Advanced</label>
<frontend_type>label</frontend_type>
<frontend_model>speedsterAdvanced/adminhtml_extensioninfo</frontend_model>
<sort_order>37</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</speedsterAdvanced>
</fields>
</extensions>
</groups>
</foomancommon>
<dev>
<groups>
<js>
Expand Down

0 comments on commit c50c5f6

Please sign in to comment.