Version 3.3.1
October 12, 2029
Added
- Added support for Craft's number field
- Plain text fields now work with the fields config
- Titles based in custom fields nowget set correctly
Version 3.2.0
December 23, 2019
Added
- support for Entries fields
- support for statikbe/craft-config-values
- better support for statikbe/craft-cta-field
Fixed
- Fixed the seeding of category fields (#11)
Version 3.1.1
October 11, 2019
Fixed
useLocalAssets
now also works with images in the root of the volume- Unsupported fields are now logged instead of show in console
Version 3.1.0
October 8, 2019
Added
- 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
- Added support for seeding entries for specific sites by using a
siteId
parameter
Version 3.0.0
February 5, 2019
Added
- Seeder now works with Craft 3.1 🎉
- Added support for statikbe/craft-cta-field
Fixed
- 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
Version 2.1.0
September 19, 2018
Added
- Added support for fields on Users
- Added support for fields on Categories
Version 2.0.0
August 24, 2018
Changed
- 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
Added
- Supertable support, Super table static field support and all core fields in a Supertable field
Version 1.0.3
May 29, 2018
Fixed
- Fixes an issues with min/max rows in table fields (issue #3)
Version 1.0.2
May 24, 2018
Fixed
- 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.
Version 1.0.1
May 23, 2018
Changed
- Seeded images are now smaller (1600x1200), which are served more reliable from lorempixel.com
Version 1.0.0
May 16, 2018
Added
- Initial release