diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-10-09 14:25:39 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-10-09 14:25:39 +0100 |
commit | 1dcefb978168572f78904eefc3e8bb94ca69c3a3 (patch) | |
tree | 16667822b641da568e2dda478de717c126d05b10 | |
parent | 3a33c84d03fe50ddc477b3a36273b05e9ff5cf79 (diff) |
Add notes on removing public_body_category_[locale].rb files.
Also note that calls to PublicBodyCategories are deprecated.
-rw-r--r-- | doc/CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index df74000bd..40834d4d0 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -8,7 +8,7 @@ rather than only as a database constraint. If you have added a `CensorRule` in your theme, you will now have to satisfy the additional validations on the `:replacement`, `:last_edit_comment` and `:last_edit_editor` attributes. -* Public body categories will now be stored in the database rather than being read directly from the `lib/public_body_categories_LOCALE` files. Once you have upgraded, run `script/migrate-public-body-categories`to import the contents of the files into the database. All further changes will then need to be made via the administrative interface. +* Public body categories will now be stored in the database rather than being read directly from the `lib/public_body_categories_LOCALE` files. Once you have upgraded, run `script/migrate-public-body-categories`to import the contents of the files into the database. All further changes will then need to be made via the administrative interface. You can then remove any `pubic_body_categories_[locale].rb` files from your theme. If your theme has any calls to `PublicBodyCategories` methods outside these files, you should update them to call the corresponding method on `PublicBodyCategory` instead. # Version 0.19 |