We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88aea26 commit e5f1977Copy full SHA for e5f1977
1 file changed
src/WpSettingsApi.php
@@ -30,7 +30,7 @@ class WpSettingsApi extends AbstractHookProvider
30
public const HOOK_INIT = self::ACTION_PREFIX . 'init';
31
public const HOOK_INIT_SLUG__S = self::HOOK_INIT . '-%s';
32
public const HOOK_PRIORITY = 999;
33
- public const VERSION = '3.11.0';
+ public const VERSION = '3.11.1';
34
35
/**
36
* The current plugin instance.
0 commit comments