Skip to content

Commit

Permalink
Prepared the 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed May 1, 2015
1 parent 467f1d8 commit c2aaf22
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,16 @@ backends and rapid prototypes, but most of the times, you need to customize
some parts of the backend. Keep reading the rest of the documentation to learn
how to do it.

* [Chapter 3 - Customizing your first backend](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/3-customizing-first-backend.md)
* [Chapter 4 - Customizing the List View](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/4-customizing-list-view.md)
* [Chapter 5 - Customizing the Show View](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/5-customizing-show-view.md)
* [Chapter 6 - Customizing the Edit and New Views](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/6-customizing-new-edit-views.md)
* [Chapter 7 - Customizing the Search View](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/7-customizing-search-view.md)
* [Chapter 8 - Customizing the View Actions](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/8-customizing-view-actions.md)
* [Chapter 9 - Advanced Techniques for Complex Backends](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/9-advanced-techniques.md)
* [Chapter 10 - Customizing the Visual Design of the Backend](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/10-customizing-design.md)
* [Chapter 11 - Configuration Reference](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/11-configuration-reference.md)
* [Chapter 12 - About this Project](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.3.0/Resources/doc/12-about-this-project.md)
* [Chapter 3 - Customizing your first backend](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/3-customizing-first-backend.md)
* [Chapter 4 - Customizing the List View](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/4-customizing-list-view.md)
* [Chapter 5 - Customizing the Show View](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/5-customizing-show-view.md)
* [Chapter 6 - Customizing the Edit and New Views](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/6-customizing-new-edit-views.md)
* [Chapter 7 - Customizing the Search View](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/7-customizing-search-view.md)
* [Chapter 8 - Customizing the View Actions](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/8-customizing-view-actions.md)
* [Chapter 9 - Advanced Techniques for Complex Backends](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/9-advanced-techniques.md)
* [Chapter 10 - Customizing the Visual Design of the Backend](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/10-customizing-design.md)
* [Chapter 11 - Configuration Reference](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/11-configuration-reference.md)
* [Chapter 12 - About this Project](https://github.com/javiereguiluz/EasyAdminBundle/tree/v1.4.0/Resources/doc/12-about-this-project.md)

-----

Expand Down

1 comment on commit c2aaf22

@guillermogfer
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow, fantastic news! Congratulations on your excellent job and added functionalities in such a short period of time. I'm starting to migrate one project to use EasyAdminBundle and test those many customizations in action, but it sounds really great, just what we need.
Thanks for your amazing job!

Please sign in to comment.