Skip to content

Commit

Permalink
Version 3.10.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
thefrosty authored Nov 10, 2023
1 parent fade392 commit e1e2f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

# UNRELEASED

## 3.10.0 - 2023-11-10
- Add new Text Array field type.

## 3.9.0 - 2023-10-26
- Update roots/wordpress requirement from ~6.1.1 to ~6.2.2.
- Update wp-phpunit/wp-phpunit requirement from ~6.1.1 to ~6.2.0.
Expand Down
2 changes: 1 addition & 1 deletion src/WpSettingsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class WpSettingsApi extends AbstractHookProvider
public const HOOK_INIT = self::ACTION_PREFIX . 'init';
public const HOOK_INIT_SLUG__S = self::HOOK_INIT . '-%s';
public const HOOK_PRIORITY = 999;
public const VERSION = '3.9.0';
public const VERSION = '3.10.0';

/**
* The current plugin instance.
Expand Down

0 comments on commit e1e2f6e

Please sign in to comment.