Skip to content

Commit

Permalink
Update changelog, bump version in module info
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLundy committed Sep 17, 2024
1 parent 790a397 commit cf07941
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion FieldtypeFormSelect.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit cf07941

Please sign in to comment.