
* Version 1.12

  Constraint node title length with a minimum & maximum.
  Fixed notice errors.
  Fixed a message that had a unintended double % character.
  Fixed an SQL statement which was missing a % character.
  Removed the auto add terms widget from the Delete a Node page.
  Removed a reference (an & on a function parameter).

* Version 1.11

  Added content types selection on a per taxonomy basis so only a
  given set of content types is taken in account. By default all
  the taxonomy content types are used.


* Version 1.10

  Added support to hide the taxonomy from node/add and node/edit
  based on the node type.

  Fixed the list of terms in the $node static variable by forcing a
  reload of the node. This may resolve some conflict problems as
  noticed by some customers.

  Added support to add parents but not the matched children.
  (i.e. Keep the parents only)

  Fixed a bug with the gathering of the parents that would include
  all the parents of all the vocabularies instead of just the one
  vocabulary being processed.

  Fixed the tag stripping by completely removing script tags and
  the enclosed script.

  Fixed the tag stripping which would eventually concatenate words
  together (if no spaces were added in place of said tags.)

  Added a loop that counts occurrences in order to only select the
  terms that occur the most instead of all of them. This requires
  the use of a maximum number of terms. (Note: ties will always be
  included, meaning that you may get more than the specified maximum
  number of terms.)

  Added events triggered when less than or more than a certain
  number of terms were found in the node. You can apply the node
  or system actions to those triggers.

  Added a box so users can modify the pattern used to remove unwanted
  characters (i.e. characters that are not part of a word such as
  parenthesis, period, etc.) This enables you to keep or remove
  characters such as dashes, apostrophes, etc.

  Fixed some translate-able strings so they use the t() macro.

  Fixed different errors with E_NOTICE messages.


* Version 1.8 and 1.9

  Fixed different errors with E_NOTICE messages.

  Coder fixes (PHP syntax).

  Fixed a link in the documentation.

  Note that 1.8 would use the wrong flag status for two checkboxes.
  Do not use it! If you are using it, upgrade to 1.9 or 1.10 immediately.


* Version 1.7

  Added support for "equivalents" instead of "synonyms".
  Although synonyms are still supported, they are not taken in
  account anymore unless the flag is turned on in the taxonomy
  settings.

  Added support to turn off a term so it never gets added
  (at least, not by MO Auto add terms; although, if
  "Keep all terms even if not found anywhere in your node"
  is not checked, such terms will always be removed.)

  Added support to automatically add all the parents of a term
  when that term is found in the node. For instance, if you have
  the word "Apple" in your node and the parent is "Fruit" but
  "Fruit" does not appear in the node, it will still be added
  because the term "Fruit" is a parent of "Apple." All the parents
  are added.

  Fixed the "Run a check of all your nodes now" so it runs forever
  (timewise) instead of being killed after about 30 seconds (the
  default with an Apache install of PHP.)

  Fixed that loop so the node maximum identifier is constantly saved
  in case the loop dies out without exiting (i.e. especially if you
  timeout or use up all your allowed memory.)

  Fixed several links that would not work on sites that run in a
  sub-folder (i.e. domain.com/drupal.)


* Version 1.6

  Bug fix.


* Version 1.5

  Added support to turn ON/OFF search of title, body and comments.

  Fixed the "Remove unused terms" into a "Keep all terms" since the
  test was actually inverted. If you liked it the way it was, then
  you do not have to do anything. If it looks like you used the
  feature the wrong way, you may want to change your current
  selection...

  Added a link to run a check of all your node (more precisely,
  1 million nodes at a time.) The link is found in the global
  settings and the taxonomy settings.

  Added a flag to each vocabulary to CRON can ignore the terms of
  such and such vocabulary. The usual edit/save features, however,
  will continue to work as expected.

