vdgmage_chromeloginfix - Version 1.0.1

Version Notes

Fixed: Helper_data changed to Helper_Data

Download this release

Release Info

Developer Daniel van der Garde
Extension vdgmage_chromeloginfix
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/VDGMage/ChromeLoginFix/Helper/{data.php → Data.php} RENAMED
File without changes
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>vdgmage_chromeloginfix</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/BSD-3-Clause">BSD license</license>
7
  <channel>community</channel>
@@ -10,16 +10,11 @@
10
  <description>This extension overwrites some session settings if the request browser in the backend is Google Chrome.&#xD;
11
  &#xD;
12
  There are also some more settings to give you extended control over the session settings that blocks you from logging in with Google Chrome.</description>
13
- <notes>- Support for session HTTP&#xD;
14
- - Support for session secure&#xD;
15
- - Support for session domain&#xD;
16
- - Support for session lifetime&#xD;
17
- - Ability to disable the whole module&#xD;
18
- - Ability to only enable if the request browser is Google Chrome</notes>
19
  <authors><author><name>Daniel van der Garde</name><user>DaanVDG</user><email>daniel@vdgmage.com</email></author></authors>
20
- <date>2014-11-21</date>
21
- <time>12:24:08</time>
22
- <contents><target name="magecommunity"><dir name="VDGMage"><dir name="ChromeLoginFix"><dir name="Helper"><file name="data.php" hash="a0955322e2c9a068a9d8bf93589d675e"/></dir><dir name="Model"><file name="Cookie.php" hash="0e8c20c128400fe20ba8a45544723708"/></dir><dir name="etc"><file name="config.xml" hash="7950a8073c4e7b65bf9bcc6cb2208699"/><file name="system.xml" hash="7f683297f83b50001af398da30548547"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="VDGMage_ChromeLoginFix.xml" hash="de9efcd522abc873e790f40adae27ee9"/></dir></target></contents>
23
  <compatible/>
24
- <dependencies><required><php><min>5.3.0</min><max>5.6.0</max></php></required></dependencies>
25
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>vdgmage_chromeloginfix</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/BSD-3-Clause">BSD license</license>
7
  <channel>community</channel>
10
  <description>This extension overwrites some session settings if the request browser in the backend is Google Chrome.&#xD;
11
  &#xD;
12
  There are also some more settings to give you extended control over the session settings that blocks you from logging in with Google Chrome.</description>
13
+ <notes>Fixed: Helper_data changed to Helper_Data</notes>
 
 
 
 
 
14
  <authors><author><name>Daniel van der Garde</name><user>DaanVDG</user><email>daniel@vdgmage.com</email></author></authors>
15
+ <date>2014-11-25</date>
16
+ <time>21:12:47</time>
17
+ <contents><target name="magecommunity"><dir name="VDGMage"><dir name="ChromeLoginFix"><dir name="Helper"><file name="Data.php" hash="a0955322e2c9a068a9d8bf93589d675e"/></dir><dir name="Model"><file name="Cookie.php" hash="0e8c20c128400fe20ba8a45544723708"/></dir><dir name="etc"><file name="config.xml" hash="7950a8073c4e7b65bf9bcc6cb2208699"/><file name="system.xml" hash="7f683297f83b50001af398da30548547"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="VDGMage_ChromeLoginFix.xml" hash="de9efcd522abc873e790f40adae27ee9"/></dir></target></contents>
18
  <compatible/>
19
+ <dependencies><required><php><min>5.3.0</min><max>5.6.3</max></php></required></dependencies>
20
  </package>