diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e08a3..42c9e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Form Select Changelog +## 1.0.1 2024-09-17 + +### Bugfix + +- Fix issue where field may not work with multiple instances due to accidental inclusion of 'singular' in getModuleInfo() + +Changelog is missing the bump to 1.0.0, but you didn't miss anything. + ## 0.1.0 2024-03-01 ### Initial release diff --git a/FieldtypeFormSelect.module.php b/FieldtypeFormSelect.module.php index 72a845f..afe038a 100644 --- a/FieldtypeFormSelect.module.php +++ b/FieldtypeFormSelect.module.php @@ -8,7 +8,7 @@ public static function getModuleInfo() { return [ 'title' => __('Form Select'), 'summary' => __('Select a form created via the Pro Form Builder module', __FILE__), - 'version' => '100', + 'version' => '101', 'href' => 'https://processwire.com/talk/topic/29771-fieldtypeformselect-a-field-for-selecting-forms-built-using-the-pro-formbuilder-module/', 'icon' => 'envelope-o', 'requires' => [