Downloads
Release notes
Last 6.x release!
This is planned to be the last Drupal 6.x version release for the API module (unless there is a dire emergency). After this release, we are not planning on doing any more development on the 6.x branch, and we'll start porting the API module to Drupal 7.x. Once the first stable 7.x version is released, we will stop supporting the 6.x branch completely.
Changes since version 6.x-1.8
This release is the same as 6.x-1.9-beta2, and nearly the same as 6.x-1.x-beta1. Here is a list of all the changes since 6.x-1.8.
User interface updates
- Fix bug in references/linking that prevented references/links between a function and a theme call to a same-named theme hook (issue)
- Handle linking better for chained methods (issue)
- Make linking/references distinguish between class methods and properties (issue)
- Make "list of calls to" page for class methods (issue)
- Fix class display page so it will list property and method with same name (issue)
- Make search and auto-complete include overridden methods, which had previously been excluded (issue)
- Add ability to make a link to an HTML file in documentation (issue)
- Make file names within () turn into links too (issue)
- Allow file names to be used within @link/@endlink tags (issue)
- Change displayed summary for HTML files to be the page title rather than first few lines (issue)
Other updates
- Fix bug in setups with multiple directories to scan in same branch (issue)
- Various code and documentation cleanups (issue)