Skip to content

Version 1.0.2

Choose a tag to compare

@NichlasB NichlasB released this 27 Jan 14:57
· 24 commits to main since this release

WP Custom Login Manager 1.0.2

馃悰 Bug Fix

Fixed a compatibility issue where the plugin could conflict with other plugins using the same GitHub-based update checker system. This would previously result in a PHP fatal error: Cannot declare class ComposerAutoloaderInit..., because the name is already in use.

馃攳 Technical Details

  • Implemented detection of existing Composer autoloaders
  • Added safeguards to prevent duplicate autoloader initialization
  • Improved plugin compatibility with other GitHub-based update systems

馃攧 Who should update?

This update is especially important if you:

  • Use multiple WordPress plugins that update through GitHub
  • Have experienced PHP fatal errors related to Composer autoloader conflicts
  • Plan to use this plugin alongside other custom plugins with GitHub-based updates

馃摑 Note

This is a compatibility fix that doesn't change any functionality but improves the plugin's ability to work alongside other plugins using similar update systems.