Releases: creecros/MetaMagik
Releases · creecros/MetaMagik
1.4.0
- #43
- Updated key/val field to actually perform like key val
tablename,keycol,valcol
e.g.users,username,id
- this would create a dropdown list that displays usernames but stores the user_id as the value upon selection.
- Updated list types to include a deselect option.
- i.e. a user list would create a dropdown of users, but there was no unselect option included, it is now included.
- Added a field based on equals criteria. Select a table, column for criteria, the criteria, and the value column.
tablename,criteria_col,criteria,valcol
e.g.tasks,project_id,5,title
- this would produce a field with dropdown select, only listing the titles of tasks in project id 5.
1.3.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
- Switched to semantic versioning
- Added more custom field types
- Can now choose which column to attach fields to
- Organization of methods
- Drag and drop to change column placement
- Arranged summaries into columns to match task mod/create forms
- fixed php notices and warnings (cleaner code)
- enabled "is required" functionality
- UI improvements
- More Drag and drop improvements