- make sure to add HTML to the sidebar and do not overwrite HTML from other plugins
- add the ability to numerize other fields than the title
- added a new
Numerize
action for elements to numerize their title for easier paginations
- enhance hyper link options
- changed styling for slideouts
- added Money, Formie and VideoInput field
- enhance unique field handling
- added an event to register unique fields
- added a new bulk-populate option from ElementIndex-Pages
- add a way to populate certain fields for single elements directly via CP or console
- added lorem-pixel to seed images
- added entry type select for entries
- only show seeder in CP for entries
- fixed a bug when an element type had no field layout
- added Either Seo as supported fields
- added tablemaker as supported fields
- fixed Craft 5 issues, remove all Matrix hints, seed Entries instead of Matrix blocks
- initial Craft 5 version
- refactor plugin code
- add a function to seed matrix fields
- first initial craft 4 draft
- Added
eachMatrixBlock
option, to seed a matrix with one of each blocktype in a random order (#13) - Added
useLocalAssets
option, to seed asset fields with assets from a specified volume & folder, to be used in case you have your own set of test images. - Added support for rias/craft-position-fieldtype
- Progress bars when generating elements (#4)
- Fixed an issue with seeding categories (#8)
- Fixed an issue with seeding entries for sections without fields
- Seeder now works with Craft 3.1 🎉
- Added support for statikbe/craft-cta-field
- Fixed asset fields in Craft 3.1
- Fixed an issue where seeding a Supertable field in a Matrix field would crash
- Fixed an issue with minimum & maximum number of blocks on a Supertable field
- Added support for fields on Users
- Added support for fields on Categories
- The commands now take named parameters in stead of just IDs
- The commands now also work with section/group handle or with section/group id
- Supertable support, Super table static field support and all core fields in a Supertable field
- Fixes an issues with min/max rows in table fields (issue #3)
- Fixed an issue with asset fields that did not have a limit set. Now we'll seed a random number of images between 1 and 5 for those.
- Seeded images are now smaller (1600x1200), which are served more reliable from lorempixel.com
- Initial release