Changelog
002: Released 16 September 2019
- Initial release
- ProcessWire 3.x support only
- New user interface to match AdminThemeUiKit
- Save and Exit or Save and Add more variations configuration or attributes (in modal)
- More granular control of custom column types and definitions including: DECIMAL, FLOAT, DOUBLE, TINYINT, INT, VARCHAR, TEXT, DATETIME, TIMESTAMP, BOOLEAN, etc
- Decimal type better suited for price data compared to Float/Double
- Boolean type, useful for Yes/No type data, e.g. Sell out of stock? Yes/No
- Datetime/Timestamp fields if required
- Column definitions including: Null, Precision, Scale, Length and Default value
- Required fields: if column is not nullable and no default provided, it becomes a required field (input will have red background)
001: Released 29 May 2017
- Initial release