Version Notes
This module was tested in Magento Commerce version 1.4.0.1, 1.5.0.1 and 1.6.2.0 and work in this version smoothly.
Download this release
Release Info
Developer | Magento Core Team |
Extension | PSystem_Base |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- app/code/community/{Psystem → PSystem}/Base/Block/Headerjs.php +0 -0
- app/code/community/{Psystem → PSystem}/Base/Helper/Data.php +0 -0
- app/code/community/{Psystem → PSystem}/Base/Model/Observer.php +0 -0
- app/code/community/{Psystem → PSystem}/Base/etc/adminhtml.xml +0 -0
- app/code/community/{Psystem → PSystem}/Base/etc/config.xml +0 -0
- app/code/community/{Psystem → PSystem}/Base/etc/system.xml +0 -0
- package.xml +5 -5
app/code/community/{Psystem → PSystem}/Base/Block/Headerjs.php
RENAMED
File without changes
|
app/code/community/{Psystem → PSystem}/Base/Helper/Data.php
RENAMED
File without changes
|
app/code/community/{Psystem → PSystem}/Base/Model/Observer.php
RENAMED
File without changes
|
app/code/community/{Psystem → PSystem}/Base/etc/adminhtml.xml
RENAMED
File without changes
|
app/code/community/{Psystem → PSystem}/Base/etc/config.xml
RENAMED
File without changes
|
app/code/community/{Psystem → PSystem}/Base/etc/system.xml
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PSystem_Base</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Pascal System base</summary>
|
10 |
<description>Common libraries for other pascal system modules.</description>
|
11 |
-
<notes>This module was tested in Magento Commerce version 1.4.0.1
|
12 |
<authors><author><name>Pascal System</name><user>auto-converted</user><email>info@pascalsystem.pl</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>20:
|
15 |
-
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="pascalsystem"><file name="base.css" hash="fe539315e86b7389cec061876a592e23"/></dir></dir><dir name="images"><dir name="pascalsystem"><file name="loader-base.gif" hash="2bdcbb3ea82e3c572a574485344fad40"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ps_base.xml" hash="0e03eb7c8952c871d382155145e39559"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="pascalsystem"><file name="base.js" hash="12663d7bb0a67669cf076fa26e81eaa8"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PSystem_Base.xml" hash="0d95880f1cc8d7bd2cf2fdaeeb90b101"/></dir></target><target name="magecommunity"><dir name="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>PSystem_Base</name>
|
4 |
+
<version>1.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Pascal System base</summary>
|
10 |
<description>Common libraries for other pascal system modules.</description>
|
11 |
+
<notes>This module was tested in Magento Commerce version 1.4.0.1, 1.5.0.1 and 1.6.2.0 and work in this version smoothly.</notes>
|
12 |
<authors><author><name>Pascal System</name><user>auto-converted</user><email>info@pascalsystem.pl</email></author></authors>
|
13 |
+
<date>2012-02-12</date>
|
14 |
+
<time>20:04:28</time>
|
15 |
+
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="css"><dir name="pascalsystem"><file name="base.css" hash="fe539315e86b7389cec061876a592e23"/></dir></dir><dir name="images"><dir name="pascalsystem"><file name="loader-base.gif" hash="2bdcbb3ea82e3c572a574485344fad40"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="ps_base.xml" hash="0e03eb7c8952c871d382155145e39559"/></dir></dir></dir></dir></target><target name="mage"><dir name="js"><dir name="pascalsystem"><file name="base.js" hash="12663d7bb0a67669cf076fa26e81eaa8"/></dir></dir></target><target name="mageetc"><dir name="modules"><file name="PSystem_Base.xml" hash="0d95880f1cc8d7bd2cf2fdaeeb90b101"/></dir></target><target name="magecommunity"><dir name="PSystem"><dir name="Base"><dir name="Block"><file name="Headerjs.php" hash="5e8356493970b48b09ee528a5fc9c28f"/></dir><dir name="etc"><file name="adminhtml.xml" hash="312bc51ed2f719daf9fea5ad856a3b53"/><file name="config.xml" hash="aa9843b6f87867d5d87010aec7855c36"/><file name="system.xml" hash="26101d16cd36f0af9cdc05f99e2ef850"/></dir><dir name="Helper"><file name="Data.php" hash="dfdd6e419435b8f2e0e414a8da798b36"/></dir><dir name="Model"><file name="Observer.php" hash="e67427ce47ec2772e5530d39e6fc7105"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|