Version Notes
1.9.3.8
Download this release
Release Info
Developer | Magento Core Team |
Extension | Lib_Magento |
Version | 1.9.3.8 |
Comparing to | |
See all releases |
Code changes from version 1.9.3.7 to 1.9.3.8
- lib/Magento/Autoload/ClassMap.php +1 -1
- lib/Magento/Autoload/IncludePath.php +1 -1
- lib/Magento/Autoload/Simple.php +1 -1
- lib/Magento/Crypt.php +1 -1
- lib/Magento/Db/Adapter/Pdo/Mysql.php +1 -1
- lib/Magento/Db/Object.php +1 -1
- lib/Magento/Db/Object/Interface.php +1 -1
- lib/Magento/Db/Object/Table.php +1 -1
- lib/Magento/Db/Object/Trigger.php +1 -1
- lib/Magento/Db/Object/View.php +1 -1
- lib/Magento/Db/Sql/Select.php +1 -1
- lib/Magento/Db/Sql/Trigger.php +1 -1
- lib/Magento/Exception.php +1 -1
- lib/Magento/Profiler.php +1 -1
- lib/Magento/Profiler/Output/Csvfile.php +1 -1
- lib/Magento/Profiler/Output/Firebug.php +1 -1
- lib/Magento/Profiler/Output/Html.php +1 -1
- lib/Magento/Profiler/OutputAbstract.php +1 -1
- package.xml +5 -5
lib/Magento/Autoload/ClassMap.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Autoload
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
namespace Magento\Autoload;
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Autoload
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
namespace Magento\Autoload;
|
lib/Magento/Autoload/IncludePath.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Autoload
|
23 |
-
* @copyright Copyright (c) 2006-
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
namespace Magento\Autoload;
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Autoload
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
namespace Magento\Autoload;
|
lib/Magento/Autoload/Simple.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Autoload
|
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 Magento
|
22 |
* @package Magento_Autoload
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Crypt.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Crypt
|
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 Magento
|
22 |
* @package Magento_Crypt
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Db/Adapter/Pdo/Mysql.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Db
|
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 Magento
|
22 |
* @package Magento_Db
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Db/Object.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Db
|
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 Magento
|
22 |
* @package Magento_Db
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Db/Object/Interface.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Db
|
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 Magento
|
22 |
* @package Magento_Db
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Db/Object/Table.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Db
|
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 Magento
|
22 |
* @package Magento_Db
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Db/Object/Trigger.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Db
|
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 Magento
|
22 |
* @package Magento_Db
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Db/Object/View.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Db
|
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 Magento
|
22 |
* @package Magento_Db
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Db/Sql/Select.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Db
|
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 Magento
|
22 |
* @package Magento_Db
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Db/Sql/Trigger.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Db
|
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 Magento
|
22 |
* @package Magento_Db
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Exception.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Exception
|
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 Magento
|
22 |
* @package Magento_Exception
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Profiler.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Profiler
|
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 Magento
|
22 |
* @package Magento_Profiler
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Profiler/Output/Csvfile.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Profiler
|
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 Magento
|
22 |
* @package Magento_Profiler
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Profiler/Output/Firebug.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Profiler
|
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 Magento
|
22 |
* @package Magento_Profiler
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Profiler/Output/Html.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Profiler
|
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 Magento
|
22 |
* @package Magento_Profiler
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
|
24 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
25 |
*/
|
26 |
|
lib/Magento/Profiler/OutputAbstract.php
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category Magento
|
22 |
* @package Magento_Profiler
|
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 Magento
|
22 |
* @package Magento_Profiler
|
23 |
+
* @copyright Copyright (c) 2006-2018 Magento, Inc. (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_Magento</name>
|
4 |
-
<version>1.9.3.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</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="Magento"><dir name="Autoload"><file name="ClassMap.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_Magento</name>
|
4 |
+
<version>1.9.3.8</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Magento Library</summary>
|
10 |
<description>Magento Library</description>
|
11 |
+
<notes>1.9.3.8</notes>
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2018-02-01</date>
|
14 |
+
<time>20:34:00</time>
|
15 |
+
<contents><target name="magelib"><dir name="Magento"><dir name="Autoload"><file name="ClassMap.php" hash="0c278d60e2c12dbe4ed34aa05816099f"/><file name="IncludePath.php" hash="7ed33a977845bacf0ac132978a6bfd92"/><file name="Simple.php" hash="76230e87f5557fa5d804f9c41c3141aa"/></dir><file name="Crypt.php" hash="a00c241177a5e666d5dab59bb538c283"/><dir name="Db"><dir name="Adapter"><dir name="Pdo"><file name="Mysql.php" hash="8c0fb38753426719991081ec22ae2f08"/></dir></dir><dir name="Object"><file name="Interface.php" hash="24ddf513994dde357f8934bcdbc9a182"/><file name="Table.php" hash="aeeac7ef5d85e6f6513962c1afe5f143"/><file name="Trigger.php" hash="2c46164f6fb21c35e6b92ae0429f67be"/><file name="View.php" hash="75bb64fdd6ba76332d1da56025c334ae"/></dir><file name="Object.php" hash="0857207e7e7b27575912512ba71d1401"/><dir name="Sql"><file name="Select.php" hash="433372e6bd00f43ee5f0ced15c30745e"/><file name="Trigger.php" hash="e961171ab02c054c0f9994c8d627db75"/></dir></dir><file name="Exception.php" hash="dd1ff8f6b66ad294b3998647f9727912"/><dir name="Profiler"><dir name="Output"><file name="Csvfile.php" hash="46187439941f8a93cd8ecd0a1873d2c5"/><file name="Firebug.php" hash="37d7aae1a60fb5d6318132bc82755605"/><file name="Html.php" hash="4b624ab12401c750eb199319dd3ce085"/></dir><file name="OutputAbstract.php" hash="6df96db27d29ca1a85f0ac4c2f078332"/></dir><file name="Profiler.php" hash="1f53ea480dcd53042d3794519c9b9f2a"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|