Compile Time Changes

// Class: cm.visibility.categorize.CategorizeDialogCard
Old: extend public bool isCategoryReadOnly()
New: extend public bool isCategoryReadOnly(CustomCategoryRecord cat)

isCategoryReadOnly now returns the read only status for a given category. To get the read only status for all categories, use isCategoriesReadOnly instead.