Closed hvanmegen closed 6 years ago
@hvanmegen Thanks for your contribution and clean code!
I guess I must have been psychic about the 1.4.5 release.. I added another pull request for a minor patching of the observer naming; it was copied from another project of mine and I accidentally forgot that it was in there. Since my 'mageboost' module was installed, the observers worked as expected, until I went wondering why I couldn't flush my Full Page Cache anymore :)
I re-checked all other files; no other incorrect references were found.. this should be the only minor bug to this update.
My apologies for having this slip by me; I'll test my modules on clean platforms from now on. #SmarterEveryDay
Added synchronized flushing with Magento's cache because I felt like I was adding an additional step in my customers workflow that was completely unnecessary.
I had to move some functionality from the controller to the helper in order to call it easily from my Observer.php.
The synchronized flushing is disabled by default, so existing installations should have no issues.
I could not translate the newly added translatable strings to Korean, but I left the english ones in there.