Major updates with release 1.11
-
The latest update to release 1.11 contains a major code refactoring:
- The main plugin file is now named as
comment-reply-email-notification.php
and no longercren_plugin.php
. This should not cause any major issues – but in some cases WordPress might disable the plugin after updating it. In this case just reload the plugin list and enable it again. Future version will stick with this file name. - The plugin now uses it’s own class to avoid filling the global namespace of PHP with plugin functions (except
cren_get_unsubscribe_link()
which is needed for custom e-mail-templates which might already exist). - The code was updated to provide a better PSR compliance.
- The main plugin file is now named as
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Major updates with release 1.11’ is closed to new replies.