Seeder by CartThrob Version 1.2.0

Changelog

Version 1.2.0

Release January 11th, 2022

  • UPDATED: --list seeds to display first-party seeds first.
  • ADDED: prepareData helper method to to AbstractSeed to better support third-party interaction with config override.
  • ADDED: getFieldValue method to Channel\Entry object, allowing you to get a value for a field based solely on the Field ID.
  • ADDED: -v flag for displaying verbose output of seeding process.
  • FIXED: PHP notices when upgrading from prior versions.
  • FIXED: exp_cartthrob_seeder_records table not removed during uninstall process.

Version 1.1.1

Release January 7th, 2022

  • UPDATED: Increases the maximum seed type length from 32 characters to 128.
  • ADDED: Exception handling to prevent seed type length greater than 128 characters.

Version 1.1.0

Release December 28th, 2021

  • ADDED: Ability to override seeds using system/user/config/seeder.php.
  • ADDED: Ability for third-party seeds to implement custom command flags.
  • ADDED: Limits ability to run actions to Super Admins.

Version 1.0.0

Release December 5th, 2021

  • Initial Release.