Version Notes
remove hashbang, add pushstate
add support for cms page display
Download this release
Release Info
Developer | Vinagento |
Extension | Vinagento_Vpager |
Version | 0.1.1 |
Comparing to | |
See all releases |
Version 0.1.1
- package.xml +19 -0
package.xml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Vinagento_Vpager</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license>OSL</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Ajax support for magento pager and filter, layered navigation</summary>
|
10 |
+
<description>Supercharge your store with ajax power, faster loading, lower down request. Fast navigation</description>
|
11 |
+
<notes>remove hashbang, add pushstate
|
12 |
+
add support for cms page display</notes>
|
13 |
+
<authors><author><name>Vinagento</name><user>vinagento</user><email>vinagento@gmail.com</email></author></authors>
|
14 |
+
<date>2012-05-18</date>
|
15 |
+
<time>09:01:34</time>
|
16 |
+
<contents><target name="mageetc"><dir><dir name="app"><dir name="etc"><dir name="modules"><file name="vinagento_vpager.xml" hash=""/></dir></dir></dir></dir></target><target name="mageskin"><dir><dir name="skin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><file name="vpager.js" hash=""/></dir></dir></dir></dir></dir></dir></target></contents>
|
17 |
+
<compatible/>
|
18 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
19 |
+
</package>
|