You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Feature - Added automatic migration functionality to be able to make necessary changes when a new version is installed.
Enhancement - Added fallbacks and deeper error handling when the encryption key is being set to the wp-config file.
Enhancement - Improved the logic behind the encryption and decryption of stored API credentials to reduce the amount of times we encrypt/decrypt these settings.
Fix - Fixes an issue with trying to re-encode settings that where already encoded when a new encryption key is created.
Fix - Fixes creating multiple encryption keys when the plugin is first installed.