All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning and Keep a CHANGELOG.
Nothing documented right now.
1.1.1 - 2017-10-06
- WordPoints: 2.4+
- Row entity to use core's built-in integer ID handling.
- Deprecated notices from
Channel,Module Name, andModule URIextension headers.
1.1.0 - 2017-03-15
- Entity attribute for row columns to automatically detect:
- Float columns as being the
decimal_numberdata type. - Datetime columns as being the
mysql_datetimedata type.
- Float columns as being the
1.0.1 - 2017-03-11
- Fatal errors when the wpDataTables plugin is not activated. #5
1.0.0 - 2017-01-04
- Add Row to Table hook event.
- Fires when a row is added to a table, reverses when it is deleted.
- Automatically registered for every editable table.
- Row entity.
- Attributes are automatically registered, and text and integer data types automatically detected.
- Relationship to a user is automatically registered.
- PHPUnit factory for tables to use in the tests.