Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Commit

Permalink
Version Bump to 2.6.1
Browse files Browse the repository at this point in the history
Summary: We should release 2.6.1 asap because it has some small fixes caused by the new debug mode.

Reviewed By: mengyingdu

Differential Revision: D9597502

fbshipit-source-id: dc1ab3a2
  • Loading branch information
dmitridr authored and facebook-github-bot committed Aug 30, 2018
1 parent fd71af6 commit 2b23be3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
*** Facebook Ads Extension For Magento Changelog ***

2018-08-31 version 2.6.1
- Fix malformed include statement when compilation mode is enabled
- Fix warning when variable is undefined
- Remove unnecessary statement that was causing warnings/errors in debug mode.

2018-08-10 version 2.6.0
- Introduce Debug Mode
- Fix AddToCart product matching error.
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Facebook/AdsExtension/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Facebook_AdsExtension>
<version>2.6.0</version>
<version>2.6.1</version>
</Facebook_AdsExtension>
</modules>
<global>
Expand Down

0 comments on commit 2b23be3

Please sign in to comment.