Changes between Initial Version and Version 1 of Ticket #36224, comment 2
- Timestamp:
- 03/13/2016 02:49:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36224, comment 2
initial v1 3 3 > 4 4 > Can you provide some specific examples? 5 6 * Improved documentation on DevHub, moving/copying lots of information out of `register_taxonomy()` into a separate page. 7 * Better type hinting thanks to PHPDoc changes. 8 * Forward compatibility (think magic getter/setter for deprecated arguments, improving the way we handle default values, etc.) 9 * Better error prevention, see comment:7:ticket:35922 for an example.