Version Notes
1.9.2.3
Download this release
Release Info
Developer | Magento Core Team |
Extension | Lib_Magento |
Version | 1.9.2.3 |
Comparing to | |
See all releases |
Code changes from version 1.9.2.2 to 1.9.2.3
- 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-2016 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 |
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-2016 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 |
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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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/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-2016 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_Magento</name>
|
4 |
-
<version>1.9.2.
|
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.2.
|
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.2.3</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.2.3</notes>
|
12 |
<authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2016-01-19</date>
|
14 |
+
<time>10:06:43</time>
|
15 |
+
<contents><target name="magelib"><dir name="Magento"><dir name="Autoload"><file name="ClassMap.php" hash="42e789368d0316af9811ae166a41cb78"/><file name="IncludePath.php" hash="dac72e4d6a6f13134df0c7c535877084"/><file name="Simple.php" hash="3d854fb47cd2c1f628c76acc41e51b20"/></dir><file name="Crypt.php" hash="4a6138d7e753d9ea6dd22fd0783853b9"/><dir name="Db"><dir name="Adapter"><dir name="Pdo"><file name="Mysql.php" hash="4378c629ab77ef154a9bc5e6bc382f1a"/></dir></dir><dir name="Object"><file name="Interface.php" hash="277b04a9175299e8d844e4c1895c8a0d"/><file name="Table.php" hash="256aa79058e2076e2318b1583b8bd34a"/><file name="Trigger.php" hash="f869038ff25c5a356010256da1b1b446"/><file name="View.php" hash="a374a7d58330b4afcfacfd9d3bb04517"/></dir><file name="Object.php" hash="f27e4cec6a93bec086a986f643661d59"/><dir name="Sql"><file name="Select.php" hash="c3e828537217d3a8a71f0ffe32cc9b57"/><file name="Trigger.php" hash="2e1bbda897ba48a2290d2d7a855deefa"/></dir></dir><file name="Exception.php" hash="c7a158b854a913c6b962a2c54659a3c6"/><dir name="Profiler"><dir name="Output"><file name="Csvfile.php" hash="9ddeaf23f09007c75655220db0e352b1"/><file name="Firebug.php" hash="500e760937c461c20e3f93c570da0a84"/><file name="Html.php" hash="d5ea3311f456c9cc5f6d6fbfcfba835f"/></dir><file name="OutputAbstract.php" hash="53983d19b5a6ad39e4c0d47792675fb0"/></dir><file name="Profiler.php" hash="a16de56a48a1afd6face55483cccb129"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|