Skip to content

Commit e17e0c1

Browse files
committed
Updates version number and add version changelog
1 parent ef513e5 commit e17e0c1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ Use [issue tracker on GitHub](https://github.com/madalinoprea/magneto-debug/issu
8181
Eliminate a possible cache problem by disabling all caches. Try to determine if there are any customizations that have removed `before_body_end`.
8282

8383
# Change Log
84+
- **1.5.1**
85+
- Adds support for Magento CE 1.7 and Magento EE 1.12
86+
- Fixes why for some people toolbar was not showing in admin (corrected modman links)
87+
- Fixes how log lines are fetched from logs (there is a good chance that is addressing some memory limit error)
8488
- **1.5.0**
8589
- Adds nicer way to present rendering tree
8690
- Adds support to capture e-mails even when Aschroder_SMTPPro or Ebizmarts_Mandrill are installed

code/Debug/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<config>
44
<modules>
55
<Sheep_Debug>
6-
<version>1.5.0</version>
6+
<version>1.5.1</version>
77
</Sheep_Debug>
88
</modules>
99

design/layout/sheep_debug.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22

3-
<layout version="1.5.0">
3+
<layout version="1.5.1">
44
<default>
55
<reference name="head">
66
<reference name="head">

0 commit comments

Comments
 (0)