We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95eeb8 commit dd8db2fCopy full SHA for dd8db2f
interactions.php
@@ -31,8 +31,8 @@ function interact_on_activation() {
31
// Run migration if version not set or outdated
32
if ( ! $saved_version || version_compare( $saved_version, INTERACT_VERSION, '<' ) ) {
33
do_action( 'interact/on_plugin_update', $saved_version, INTERACT_VERSION );
34
- update_option( 'interact_plugin_version', INTERACT_VERSION );
35
}
+ update_option( 'interact_plugin_version', INTERACT_VERSION );
36
37
38
register_activation_hook( __FILE__, 'interact_on_activation' );
0 commit comments