Skip to content

Commit

Permalink
Updates version number and add version changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
madalinoprea committed Mar 4, 2016
1 parent ef513e5 commit e17e0c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ Use [issue tracker on GitHub](https://github.com/madalinoprea/magneto-debug/issu
Eliminate a possible cache problem by disabling all caches. Try to determine if there are any customizations that have removed `before_body_end`.

# Change Log
- **1.5.1**
- Adds support for Magento CE 1.7 and Magento EE 1.12
- Fixes why for some people toolbar was not showing in admin (corrected modman links)
- Fixes how log lines are fetched from logs (there is a good chance that is addressing some memory limit error)
- **1.5.0**
- Adds nicer way to present rendering tree
- Adds support to capture e-mails even when Aschroder_SMTPPro or Ebizmarts_Mandrill are installed
Expand Down
2 changes: 1 addition & 1 deletion code/Debug/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<config>
<modules>
<Sheep_Debug>
<version>1.5.0</version>
<version>1.5.1</version>
</Sheep_Debug>
</modules>

Expand Down
2 changes: 1 addition & 1 deletion design/layout/sheep_debug.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>

<layout version="1.5.0">
<layout version="1.5.1">
<default>
<reference name="head">
<reference name="head">
Expand Down

0 comments on commit e17e0c1

Please sign in to comment.