Skip to content

Commit f98550d

Browse files
committed
2.0.0.0-dev59
* Fixed bugs: * Fixed invalid year in exception log errors * Fixed the double-serialization in saving data for shipments * Fixed an issue with adding a gift wrapping for multiple items * Fixed shipping labels generation for DHL * Fixed an issue with lost product price and weight during import * Fixed a fatal error when a file reference is added to the HTML head * Fixed an issue with printing orders containing downloadable product(s) * Fixed an issue with the 'Same as shipping' check box not being selected on the Review Order page for PayPal Express checkout * Fixed an issue with Email Templates preview showing a blank page * Fixed an issue with a refund creation from the PayPal side * Removed the occurrences of the non-existing Mage_Catalog_Model_Resource_Convert resource model * Fixed an issue with a coupon usage after applying it with multiple addresses * Fixed the Abandoned Cart emails sending * Fixed an issue where users with "Reorder" permission could not perform reorder * Fixed an issue with adding items from wishlist to the Shopping Cart with quantity increments enabled * Fixed an issue with the catalog_url indexer incorrect rewrites history for categories * Fixed an issue in saving an integration with a duplicate name * Fixed an issue when a customer could see someone's else reviews on the private Account Dashboard * Fixed an issue when a "New Theme" page was displayed as broken when trying to create a theme with incorrect "Version" value * Fixed an issue in saving an integration with XSS injection in the required fields * Fixed an issue with the Mini Shopping Cart when it contained virtual product * Fixed an issue in disabling the Shopping Cart sidebar * Fixed an issue when the "Adminhtml" cookie was not set when a user logged in to the backend * Fixed an issue when the "Persistent_shopping_cart" cookie was not set after customer's login * Fixed inability to publish products to Google Shopping * Fixed inability to download or revert the backup * Fixed inability to create a customer account when placing an order with a downloadable product * Various improvements: * Disabled PHP errors, notices and warnings output in the production mode, to prevent exposing sensitive information
1 parent 6d9aa05 commit f98550d

File tree

10,149 files changed

+13628
-11688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,149 files changed

+13628
-11688
lines changed

CHANGELOG.md

+33

app/autoload.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626
require_once __DIR__ . '/../lib/Magento/Autoload/IncludePath.php';

app/bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
2121
* @category Magento
22-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
22+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2323
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2424
*/
2525

app/code/Magento/AdminNotification/Block/Grid/Renderer/Actions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626
namespace Magento\AdminNotification\Block\Grid\Renderer;

app/code/Magento/AdminNotification/Block/Grid/Renderer/Notice.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @category Magento
2424
* @package Magento_AdminNotification
25-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
25+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2626
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2727
*/
2828
namespace Magento\AdminNotification\Block\Grid\Renderer;

app/code/Magento/AdminNotification/Block/Grid/Renderer/Severity.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @category Magento
2424
* @package Magento_AdminNotification
25-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
25+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2626
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2727
*/
2828
namespace Magento\AdminNotification\Block\Grid\Renderer;

app/code/Magento/AdminNotification/Block/Inbox.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @category Magento
2424
* @package Magento_AdminNotification
25-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
25+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2626
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2727
*/
2828
namespace Magento\AdminNotification\Block;

app/code/Magento/AdminNotification/Block/System/Messages.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Block\System;

app/code/Magento/AdminNotification/Block/System/Messages/UnreadMessagePopup.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Block\System\Messages;

app/code/Magento/AdminNotification/Block/ToolbarEntry.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Block/Window.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @category Magento
2424
* @package Magento_AdminNotification
25-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
25+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2626
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2727
*/
2828
namespace Magento\AdminNotification\Block;

app/code/Magento/AdminNotification/Controller/Adminhtml/Notification.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
*
2323
* @category Magento
2424
* @package Magento_AdminNotification
25-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
25+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2626
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2727
*/
2828
namespace Magento\AdminNotification\Controller\Adminhtml;

app/code/Magento/AdminNotification/Controller/Adminhtml/Survey.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_Adminhtml
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Controller/Adminhtml/System/Message.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424

app/code/Magento/AdminNotification/Helper/Data.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Config/Source/Frequency.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Feed.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Inbox.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/NotificationService.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Observer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Resource/Grid/Collection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Resource/Inbox.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Resource/Inbox/Collection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Resource/Inbox/Collection/Critical.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626
namespace Magento\AdminNotification\Model\Resource\Inbox\Collection;

app/code/Magento/AdminNotification/Model/Resource/Inbox/Collection/Unread.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/Resource/System/Message.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424

app/code/Magento/AdminNotification/Model/Resource/System/Message/Collection.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424

app/code/Magento/AdminNotification/Model/Resource/System/Message/Collection/Synchronized.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424

app/code/Magento/AdminNotification/Model/Survey.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* @category Magento
2222
* @package Magento_AdminNotification
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626

app/code/Magento/AdminNotification/Model/System/Message.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424

app/code/Magento/AdminNotification/Model/System/Message/Baseurl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Model\System\Message;

app/code/Magento/AdminNotification/Model/System/Message/CacheOutdated.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Model\System\Message;

app/code/Magento/AdminNotification/Model/System/Message/Media/AbstractSynchronization.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Model\System\Message\Media;

app/code/Magento/AdminNotification/Model/System/Message/Media/Synchronization/Error.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Model\System\Message\Media\Synchronization;

app/code/Magento/AdminNotification/Model/System/Message/Media/Synchronization/Success.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Model\System\Message\Media\Synchronization;

app/code/Magento/AdminNotification/Model/System/Message/Security.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Model\System\Message;

app/code/Magento/AdminNotification/Model/System/Message/Survey.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Model\System\Message;

app/code/Magento/AdminNotification/Model/System/MessageInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* versions in the future. If you wish to customize Magento for your
2121
* needs please refer to http://www.magentocommerce.com for more information.
2222
*
23-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
23+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2424
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2525
*/
2626
namespace Magento\AdminNotification\Model\System;

app/code/Magento/AdminNotification/Model/System/MessageList.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* versions in the future. If you wish to customize Magento for your
1919
* needs please refer to http://www.magentocommerce.com for more information.
2020
*
21-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
21+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2222
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
2323
*/
2424
namespace Magento\AdminNotification\Model\System;

app/code/Magento/AdminNotification/etc/adminhtml/acl.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* @category Magento
2323
* @package Magento_AdminNotification
24-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
24+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2525
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
2626
*/
2727
-->

app/code/Magento/AdminNotification/etc/adminhtml/di.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* versions in the future. If you wish to customize Magento for your
2020
* needs please refer to http://www.magentocommerce.com for more information.
2121
*
22-
* @copyright Copyright (c) 2013 X.commerce, Inc. (http://www.magentocommerce.com)
22+
* @copyright Copyright (c) 2014 X.commerce, Inc. (http://www.magentocommerce.com)
2323
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
2424
*/
2525
-->

0 commit comments

Comments
 (0)