@@ -4,7 +4,7 @@ h2. Overview
4
4
5
5
This project is based on Magento Community Edition (www.magentocommerce.com), but is otherwise not
6
6
affiliated with, sponsored by, endorsed by or supported by the creators and owners of Magento
7
- (Magento Inc. and Irubin Consulting Inc. DBA Varien)
7
+ (Magento Inc.).
8
8
9
9
This repository contains a stripped-down version of Magento to allow it to be used as a more general
10
10
purpose framework or CMS. Therefore, all functionality relating to shopping carts has been removed.
@@ -22,7 +22,7 @@ be usable and modules built on this repository could be used with Magento.
22
22
23
23
h2. Current Status
24
24
25
- * Current upstream version: Magento Community Edition 1.8.0 .0
25
+ * Current upstream version: Magento Community Edition 1.8.1 .0
26
26
* Overall state: functional though not thoroughly tested
27
27
* Installation completes successfully.
28
28
* The home page renders (default theme sans the content) and CMS works.
@@ -50,10 +50,9 @@ h2. Current Status
50
50
** Compiler
51
51
** Widget
52
52
* A new module Mage_Lite was added to handle any changes that must be made that can't easily be handled by copy/modify.
53
- * The concept of Websites and Stores remains unchanged, but you can think of a "Store" as something else or
54
- simply ignore it with no adverse effects.
53
+ * The concept of Websites and Stores remains unchanged, but you can think of a "Store" as something else or simply ignore it with no adverse effects.
55
54
56
- *Kudos to Varien * for creating such a great framework and keeping it only loosely coupled with the application it
55
+ *Kudos to Magento * for creating such a great framework and keeping it only loosely coupled with the application it
57
56
is bundled with and designed for! So far no source code within core directories has been modified. Only a few
58
57
files were overridden and copied/modified under app/code/community/Mage to fix issues due to dependencies
59
58
on removed modules.
0 commit comments