Skip to content

Commit 42a0d36

Browse files
committed
Update README.md
1 parent 141fe61 commit 42a0d36

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Don't forget to check out [screenshots gallery](docs/images.md)
3232
- For newer Magento versions (1.5.1.0 & above) you just need enable 'Allow Symlinks' from System - Configuration / Advanced / Developer / Template Settings
3333
- For older Magento versions you need to change some code http://www.tonigrigoriu.com/magento/magento-how-to-fix-template-path-errors-when-using-symlinks/
3434
- Install Debug Toolbar module:
35-
```bash
36-
cd [magento root folder]
37-
modman init
38-
modman clone https://github.com/madalinoprea/magneto-debug.git
39-
```
35+
```bash
36+
cd [magento root folder]
37+
modman init
38+
modman clone https://github.com/madalinoprea/magneto-debug.git
39+
```
4040
- Flush Magento's cache
4141

4242
### How to update
@@ -79,6 +79,12 @@ Use [issue tracker on GitHub](https://github.com/madalinoprea/magneto-debug/issu
7979
Eliminate a possible cache problem by disabling all caches. Try to determine if there are any customizations that have removed `before_body_end`.
8080

8181
# Change Log
82+
- **1.4.0**:
83+
- Added unit tests and continous integration via Travis CI
84+
- Fixes request headers collection for non Apache web servers (e.g Nginx)
85+
- Improves support to collect and render sent e-mails
86+
- Other minor UI tweaks
87+
8288
- **1.3.0**:
8389
- UI reimplemented based on Symphony's web debug toolbar
8490
- Ability to view POST and Ajax requests
@@ -103,6 +109,5 @@ Use [issue tracker on GitHub](https://github.com/madalinoprea/magneto-debug/issu
103109

104110
# Roadmap
105111
- Re-add ability to search configuration
106-
- Add unit tests
107-
- Add Travis
112+
- UI tweaks and improvements
108113
- Add more detailed documentation

0 commit comments

Comments
 (0)