diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-12-19 13:31:44 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-12-19 13:31:44 +0000 |
commit | 960ad7e765ecfa49b114e2bb1ad024ffdf74c82b (patch) | |
tree | 6e6fd9a5adb7932e39003d8aec954ee16ccdbbaf | |
parent | cdde98cfe4705f73d103ab37453186d9b69234db (diff) |
Add a note about deleting vendor/plugins
-rw-r--r-- | doc/CHANGES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index ae3263ce4..07d8cf613 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -40,6 +40,15 @@ the underscore version of the locale name. * This release includes an update to the commonlib submodule - you should be warned about this when running rails-post-deploy +* All code has been moved out of the deprecated plugin path + `vendor/plugins`. Once you are up and running under 0.16, you should + check that your xapian databases have all been copied to + `lib/acts_as_xapian/xapiandbs` (the code in + `config/initializers/acts_as_xapian` should do this), and then check + and remove any files under vendor/plugins so that you won't get + deprecation warnings about having Rails 2.3 style plugins (deprecation + warnings can result in incoming mail getting an auto reply under some + email configs). # Version 0.15 |