Version Notes
1.9.3.5
Download this release
Release Info
Developer | Magento Core Team |
Extension | Cm_RedisSession |
Version | 1.9.3.5 |
Comparing to | |
See all releases |
Code changes from version 1.9.3.4 to 1.9.3.5
- package.xml +5 -5
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cm_RedisSession</name>
|
4 |
-
<version>1.9.3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://framework.zend.com/license/new-bsd">New BSD</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Redis session</summary>
|
10 |
<description>Redis seesion</description>
|
11 |
-
<notes>1.9.3.
|
12 |
<authors><author><name>Colin Mollenhour</name><user>core</user><email>colin@mollenhour.com</email></author></authors>
|
13 |
-
<date>2017-
|
14 |
-
<time>
|
15 |
<contents><target name="magecommunity"><dir name="Cm"><dir name="RedisSession"><dir name="Model"><file name="Session.php" hash="8a751a32ac85da38237012f6c4ac9077"/></dir><dir name="etc"><file name="config.xml" hash="6b32aa3b331c4504c44a7c01a24a0d3d"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cm_RedisSession.xml" hash="f36278d589fa562d20d5182c8864a3dd"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_Credis</name><channel>community</channel><min>1.9.3.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Cm_RedisSession</name>
|
4 |
+
<version>1.9.3.5</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://framework.zend.com/license/new-bsd">New BSD</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Redis session</summary>
|
10 |
<description>Redis seesion</description>
|
11 |
+
<notes>1.9.3.5</notes>
|
12 |
<authors><author><name>Colin Mollenhour</name><user>core</user><email>colin@mollenhour.com</email></author></authors>
|
13 |
+
<date>2017-09-11</date>
|
14 |
+
<time>10:24:27</time>
|
15 |
<contents><target name="magecommunity"><dir name="Cm"><dir name="RedisSession"><dir name="Model"><file name="Session.php" hash="8a751a32ac85da38237012f6c4ac9077"/></dir><dir name="etc"><file name="config.xml" hash="6b32aa3b331c4504c44a7c01a24a0d3d"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Cm_RedisSession.xml" hash="f36278d589fa562d20d5182c8864a3dd"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Lib_Credis</name><channel>community</channel><min>1.9.3.5</min><max>1.9.3.5</max></package></required></dependencies>
|
18 |
</package>
|