Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Commit

Permalink
Fixed issue with renamed core method (saveConfig -> write)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Oct 30, 2014
1 parent e3332f1 commit a7623c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public function uninstall() {
Symphony::Configuration()->remove('mailchimp');
Symphony::Configuration()->saveConfig();
Symphony::Configuration()->write();
}

public function getSubscribedDelegates() {
Expand Down
3 changes: 3 additions & 0 deletions extension.meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
</author>
</authors>
<releases>
<release version="2.1.1" date="2014-10-30" min="2.3" max="2.5.x">
- Fixed issue with renamed core method (saveConfig -> write)
</release>
<release version="2.1" date="2014-10-16" min="2.3" max="2.5.x">
- Updated submodule drewm/mailchimp-api to latest version
- Added js snippet in the readme
Expand Down

0 comments on commit a7623c9

Please sign in to comment.