Skip to content

Commit

Permalink
0.74.0-beta3
Browse files Browse the repository at this point in the history
* API
   * The orders were extended with the gift messages
   * The page and block data and repository interfaces
   * Updated the public API list
* Framework improvements
    * Improved the profile generator
    * Introduced the new environment for Jasmine tests
* Design
    * Inverted the new admin area styles scope, clean up the old styles
    * New Side Panels on Admin Area
* Various
    * Asynchronous indexing for sales grids
    * Advanced Mini Cart
    * The HTML minification management on Admin Area
    * Minor UI improvements
    * The GitHub contribution process was updated in the README.md file
* Fixed bugs
    * Fixed the assets deployment tool with the minification
    * Fixed the JMeter scenario for the performance toolkit
    * Fixed the static files caching on Varnish
    * Fixed Admin user creation with the duplicated email or name (incorrect URL)
    * Fixed the link on Reset password email for secure URL case
    * Fixed the configured product adding from the wish-list to shopping cart
    * Fixed the long labels display on Admin Area
    * Fixed the Navigation Menu items on Admin Area
    * Various unit and integration tests bugs
* GitHub issues and requests
    [#675] (magento/magento2#675) -- Fix for Textarea element cols and rows #675
  • Loading branch information
magento-team committed Apr 8, 2015
1 parent 15bf44f commit aaa87cd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Use the following table to verify you have the correct prerequisites to install
</tr>
<tr>
<td>Apache 2.2 or 2.4</td>
<td>Ubuntu: <code>apache -v</code><br>
<td>Ubuntu: <code>apache2 -v</code><br>
CentOS: <code>httpd -v</code></td>
<td><a href="http://devdocs.magento.com/guides/v1.0/install-gde/prereq/apache.html">Apache</a></td>
</tr>
Expand Down Expand Up @@ -57,3 +57,17 @@ After verifying your prerequisites, perform the following tasks in order to prep
* <a href="http://devdocs.magento.com/guides/v1.0/install-gde/install/install-web.html">Install Magento software using the web interface</a>
* <a href="http://devdocs.magento.com/guides/v1.0/install-gde/install/install-cli.html">Install Magento software using the command line</a>
2. <a href="http://devdocs.magento.com/guides/v1.0/install-gde/install/verify.html">Verify the installation</a>

<h2>Contributing to the Magento 2 code base</h2>
Contributions can take the form of new components or features, changes to existing features, tests, documentation (such as developer guides, user guides, examples, or specifications), bug fixes, optimizations, or just good suggestions.

To make learn about how to make a contribution, click [here][1].

To learn about issues, click [here][2]. To open an issue, click [here][3].

To suggest documentation improvements, click [here][4].

[1]: <http://devdocs.magento.com/guides/v1.0/contributor-guide/CONTRIBUTING.html>
[2]: <http://devdocs.magento.com/guides/v1.0/contributor-guide/CONTRIBUTING.html#report>
[3]: <https://github.com/magento/magento2/issues>
[4]: <http://devdocs.magento.com>
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "magento/project-community-edition",
"description": "eCommerce Platform for Growth (Community Edition)",
"type": "project",
"version": "0.74.0-beta2",
"version": "0.74.0-beta3",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"require": {
"magento/product-community-edition": "0.74.0-beta2"
"magento/product-community-edition": "0.74.0-beta3"
},
"require-dev": {
"phpunit/phpunit": "4.1.0",
Expand Down

0 comments on commit aaa87cd

Please sign in to comment.