Version Notes
1.9.3.2
Download this release
Release Info
Developer | Magento Core Team |
Extension | Lib_Unserialize |
Version | 1.9.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.9.3.1 to 1.9.3.2
- lib/Unserialize/Parser.php +1 -1
- lib/Unserialize/Reader/Arr.php +1 -1
- lib/Unserialize/Reader/ArrKey.php +1 -1
- lib/Unserialize/Reader/ArrValue.php +1 -1
- lib/Unserialize/Reader/Bool.php +1 -1
- lib/Unserialize/Reader/Dbl.php +1 -1
- lib/Unserialize/Reader/Int.php +1 -1
- lib/Unserialize/Reader/Null.php +1 -1
- lib/Unserialize/Reader/Str.php +1 -1
- package.xml +5 -5
lib/Unserialize/Parser.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Parser
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Parser
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Unserialize/Reader/Arr.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Unserialize/Reader/ArrKey.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Unserialize/Reader/ArrValue.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Unserialize/Reader/Bool.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Unserialize/Reader/Dbl.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Unserialize/Reader/Int.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Unserialize/Reader/Null.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Unserialize/Reader/Str.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
20 |
*
|
21 |
* @category Unserialize
|
22 |
* @package Unserialize_Reader
|
23 |
+
* @copyright Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Lib_Unserialize</name>
|
4 |
-
<version>1.9.3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Magento Core Edition</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Magento Library</summary>
|
10 |
<description>Magento Library</description>
|
11 |
-
<notes>1.9.3.
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelib"><dir name="Unserialize"><file name="Parser.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Lib_Unserialize</name>
|
4 |
+
<version>1.9.3.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Magento Core Edition</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Magento Library</summary>
|
10 |
<description>Magento Library</description>
|
11 |
+
<notes>1.9.3.2</notes>
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2017-02-01</date>
|
14 |
+
<time>17:29:23</time>
|
15 |
+
<contents><target name="magelib"><dir name="Unserialize"><file name="Parser.php" hash="138109b88949f9765eadea83b4a3ff53"/><dir name="Reader"><file name="Arr.php" hash="af23f23e3b9140449f9ef7cfad1511ba"/><file name="ArrKey.php" hash="f2e3ede344fa4e841a0fb0f05c8a52eb"/><file name="ArrValue.php" hash="c2896c4568bd5a0c7d89d86d575a9feb"/><file name="Bool.php" hash="6fc8ceabcc2e3530a5b3142f2be7fbd1"/><file name="Dbl.php" hash="1ab0409a8cdeb5068ab96e8403ebef13"/><file name="Int.php" hash="14cd1e7ee3f8324fa6b2d2b98c14c8b6"/><file name="Null.php" hash="241e1089b3be47faaeb593303e30ee1e"/><file name="Str.php" hash="7c51a65f34ed6aacd491897ce0067e3a"/></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|