Jerome's Keywords - Changelog

Updated 13-Jan-2007 15:49
  • 29-Dec-2005 - Version 1.9 adds support for WP2.0. Thanks to Horst Gutmann for the suggested changes!

  • 23-Jun-2005 - Version 1.8 fixes a minor bug related to category links (no need to update if you don’t use them).

  • 20-Jun-2005 - Version 1.7 fixes a few minor bugs and adds Flickr & del.icio.us compatible links.

    • Fixed uksort bug that appeared on the edit page when there are no keywords in the database.
    • Fixed divide-by-zero error in all_keywords() scaling routine.
    • Local keyword search now includes pages
    • Added ability to create flickr- and del.icio.us-safe keyword links for use in cosmos/top-X keywords lists.
  • 9-May-2005 - Version 1.6 introduces keyword suggestion in the edit page and improves the tag cosmos.

    • Tag cosmos now uses a natural case-insensitive sort.
    • Added a very simple keyword suggestion feature when editing posts (suggestions refresh after every save)
  • 16-Apr-2005 - Version 1.5 allows you to create a keyword/tag cosmos or most-used keywords list and fixes a number of minor bugs.

    • Added ability to create keyword/tag cosmos using getallkeywords()
    • Added ability to most-used keywords list using gettopkeywords()
    • Fixed category handling and removed duplicate keywords from getthekeywords() (used in keywords meta tag). Due to popular demand, this function only returns categories from the current page, except on the main index where all categories will be listed.
    • Keywords can now be added to pages.
    • Fixed slashes bug in getthesearch_keytag().
    • Fixed conflicts with other plugins that also try to limit query results based on meta data. Other plugin developers would be wise to follow this example.
  • 16-Apr-2005 - Version 1.5 allows you to create a keyword/tag cosmos or most-used keywords list and fixes a number of minor bugs.

    • Added ability to create keyword/tag cosmos using getallkeywords()
    • Added ability to most-used keywords list using gettopkeywords()
    • Fixed category handling and removed duplicate keywords from getthekeywords() (used in keywords meta tag). Due to popular demand, this function only returns categories from the current page, except on the main index where all categories will be listed.
    • Keywords can now be added to pages.
    • Fixed slashes bug in getthesearch_keytag().
    • Fixed conflicts with other plugins that also try to limit query results based on meta data. Other plugin developers would be wise to follow this example.
  • 13-Mar-2005 - Version 1.4 improves permalink detection & support for ‘index.php/’ style links. Some minor features/fixes added too.

    • Added ability to automatically generate .htaccess rewrite rules for keyword searches. This can be turned off with new KEYWORDS_REWRITERULES flag but is necessary for sites that use /index.php/*%blah% style permalinks and handy for sites that use regular permalinks too (no effect on non-permalink sites). Thanks to Dave Metzener for finding the original bug and beta testing the fix.
    • Improved rewrite settings detection. Combined with the above, you should no longer need to edit constants in the file to get this working - they are solely there for serious customizers.
    • Added formatting parameters to thekeywords() and getthe_keywords() to allow more control over the output.
    • Fixed XHTML validation bug: added a space prior to title attribute in keyword links.
    • Fixed keyword link encoding for links that include ‘/’ (now left as-is rather than encoded).
    • Temporary fix to prevent conflicts with mini-posts plugin: removes mini-post’s filters when a tag search is performed.
  • 1-Mar-2005 - Version 1.3 adds proper keyword/tag search functionality!

    • Keyword/tag links now return a list of posts with matching keywords (previous version simply did a search through the post content, which doesn’t work so well for images, etc.). Can create a special template file for this display.
    • When including categories, links go to that category’s results, not a keyword search (unless linking to Technorati).
    • Added filter for post content for sites that actually send full text, not just summaries in their Atom feeds.
  • 27-Feb-2005 - Version 1.2 includes fixes for sites that aren’t using mod_rewrite permalinks:

    • Auto-detects if mod_rewrite permalinks are being used.
    • If not, local search URL is set to /?s=keyword&submit=Search. In this case the Atom feed will use Technorati links since they cannot parse tag names out of this type of URL.
  • 26-Feb-2005 - Version 1.1 includes a minor tweak for link titles:

    • Can now pass an empty string for link_title to output no link title. *Atom feed no longer uses link titles.
  • 25-Feb-2005 - Initial release of version 1.0