02-26-2016, 12:20 AM
Now you can get MailPoet Newsletters Premium always updated for Free...
Hope it's useful for some, and I'll try to explain ;)
Download the Free plugin here:
Download the premium addon here:
Upload and install both plugins.
MAKE IT PREMIUM!!
Use your plugin code editor in wordpress and find Line 93 in /helpers/license.php
(in the free plugin version), and change the line
Click save... THEN...
In admin menu, goto: MailPoet >> Premium
and click "Activate Premium", that's it!
Click back to to: "MailPoet" and see
the premium features have been added :)
P.S. If you update the main plugin, you'll have
to change the code again...
Enjoy!
Hope it's useful for some, and I'll try to explain ;)
Download the Free plugin here:
Code:
https://wordpress.org/plugins/wysija-newsletters/
Download the premium addon here:
Code:
packager.mailpoet.com/release/zip?key=wysija-newsletters-premium
Upload and install both plugins.
MAKE IT PREMIUM!!
Use your plugin code editor in wordpress and find Line 93 in /helpers/license.php
(in the free plugin version), and change the line
PHP Code:
from
if($decoded['result'] === true) {
to
if($decoded['result'] === false) {
Click save... THEN...
In admin menu, goto: MailPoet >> Premium
and click "Activate Premium", that's it!
Click back to to: "MailPoet" and see
the premium features have been added :)
P.S. If you update the main plugin, you'll have
to change the code again...
Enjoy!