diff --git a/Aeria/Aeria.php b/Aeria/Aeria.php index e430538..d3f504e 100755 --- a/Aeria/Aeria.php +++ b/Aeria/Aeria.php @@ -31,7 +31,7 @@ */ class Aeria extends Container { - const VERSION = '3.2.8'; + const VERSION = '3.2.9'; /** * Constructs the Aeria container. diff --git a/Aeria/Config/Config.php b/Aeria/Config/Config.php index 2f349de..2ab54ea 100755 --- a/Aeria/Config/Config.php +++ b/Aeria/Config/Config.php @@ -222,7 +222,7 @@ public function getValidationStructure(): array ), 'spec' => $spec, 'kind' => $this->makeRegExValidator( - '/^post-type|taxonomy|meta|section|controller|route|options|extension$/' + '/^post-type|taxonomy|meta|section|controller|route|options|extension|group$/' ), 'enabled' => function ($value) { return [ diff --git a/aeria.php b/aeria.php index ca7f351..c13473e 100755 --- a/aeria.php +++ b/aeria.php @@ -10,7 +10,7 @@ * Plugin Name: Aeria * Plugin URI: https://github.com/caffeinalab/aeria * Description: Aeria is a modular, lightweight, fast WordPress Application development kit. - * Version: 3.2.8 + * Version: 3.2.9 * Author: Caffeina * Author URI: https://caffeina.com * Text Domain: aeria diff --git a/package-lock.json b/package-lock.json index d6a2022..fdfd351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aeria", - "version": "3.2.8", + "version": "3.2.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f7c453..67d4571 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aeria", - "version": "3.2.8", + "version": "3.2.9", "description": "Aeria", "scripts": { "dev": "webpack --watch --mode development",