Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/dev/release'
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrebenchuk committed Nov 21, 2013
1 parent 16a48b1 commit cf00506
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 6 deletions.
93 changes: 92 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,95 @@
CHANGELOG for 1.0.0-beta4
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-beta4 versions.

* 1.0.0-beta4 (2013-11-21)
* Removed install.bat/install.sh
* Grid refactoring
* Form validation improvements
* Make all entities as Extended
* JavaScript Tests
* End support for Internet Explorer 9

CHANGELOG for 1.0.0-beta3
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-beta3 versions.

* 1.0.0-beta3 (2013-11-11)
* Upgrade the Symfony framework to version 2.3.6
* Oro Calendar
* Email Communication
* Removed bundle dependencies on application
* One-to-many and many-to-many relations between extended/custom entities
* Localizations and Internationalization of input and output

CHANGELOG for 1.0.0-beta2
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-beta2 versions.

* 1.0.0-beta2 (2013-10-28)
* Minimum PHP version: PHP 5.4.4
* Installer enhancements
* Automatic bundles distribution for application
* Routes declaration on Bundles level
* System Help and Tooltips
* RequireJS optimizer utilization
* ACL Caching

CHANGELOG for 1.0.0-beta1
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-beta1 versions.

* 1.0.0-beta1 (2013-09-30)
* New ACL implementation
* Emails synchronization via IMAP
* Custom entities and fields in usage
* Managing relations between entities
* Grid views

CHANGELOG for 1.0.0-alpha6
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-alpha6 versions.

* 1.0.0-alpha6 (2013-09-12)
* Maintenance Mode
* WebSocket messaging between browser and the web server
* Asynchronous Module Definition of JS resources
* Added multiple sorting for a Grid
* System configuration

CHANGELOG for 1.0.0-alpha5
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-alpha5 versions.

* 1.0.0-alpha5 (2013-08-29)
* Custom entity creation
* Cron Job
* Record ownership
* Grid Improvements
* Filter Improvements
* Email Template Improvements
* Implemented extractor for messages in PHP code
* Removed dependency on SonataAdminBundle
* Added possibility to unpin page using pin icon

CHANGELOG for 1.0.0-alpha4
===================
This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-alpha4 versions.

* 1.0.0-alpha4 (2013-07-31)
* Upgrade Symfony to version 2.3
* Entity and Entity's Field Management
* Multiple Organizations and Business Units
* Transactional Emails
* Email Templates
* Tags Management
* Translations JS files
* Pin tab experience update
* Redesigned Page Header
* Optimized load time of JS resources

CHANGELOG for 1.0.0-alpha3
==========================
===================

This changelog references the relevant changes (new features, changes and bugs) done in 1.0.0-alpha3 versions.

Expand All @@ -12,3 +102,4 @@ This changelog references the relevant changes (new features, changes and bugs)
* Localized countries and regions
* Enhanced data change log with ability to save changes for collections
* Removed dependency on lib ICU

14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,23 @@ http://getcomposer.org/ or just run the following command:

- Create the database (default name is "bap_standard")

- Open the OroCRM URL and initialize application with Install Wizard
- Open the BAP URL and initialize application with Install Wizard

- Alternatively with command line
- Alternatively with command line

```bash
```bash
app/console oro:install
```

After installation you can login as application administrator using user name "admin" and password "admin".

Instant messaging between the browser and the web server
--------------------------------------------------------
To use this feature you need to configure parameters.yml websocket parameters and run server with console command

```bash
app/console clank:server
```

[1]: http://symfony.com/doc/2.3/book/installation.html
[2]: http://getcomposer.org/
4 changes: 2 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
UPGRADE FROM 1.0.0-alpha versions
UPGRADE to any 1.0.0-alpha and beta version
=======================

### General

* Upgrade to any 1.0.0-alpha or beta is not supported and full reinstall with drop database is required
* Upgrade to 1.0.0-alpha or beta is not supported and full reinstall with drop database, clear cache folders is required

0 comments on commit cf00506

Please sign in to comment.