* major: Major refactoring or rewrite - make sure you read and test very carefully!
* minor: Breaking change in some circumstances, or a new feature. Read carefully and make sure you understand the impact of the change.
* incremental: A "safe" change / improvement. Should *always* be safe to upgrade.
***[BC]**: Items marked with [BC] indicate a breaking change that will require updates to your code if you are using that code in your extension.
## Release 1.0
* Use standard theming system
* Drop support for Shelford theme (it's now available via https://github.com/vingle/st.visuali.finsburypark/)
## Release 0.16
* Add inputreadonly.js to set all input fields as disabled when they have the property readonly (this is required to disable radio elements) - see https://github.com/civicrm/civicrm-core/pull/16451