Releases: fubarhouse/brand
Releases · fubarhouse/brand
7.x-1.1
The following change list is taken from the blog entry, which can be found at the end of these release notes.
- Database schema changes will no longer cause fatal, site-breaking errors, but the changes will not compromise existing functionality.
- The database schema has been altered, with changes to forms and logic to support content types being targetted.
- A range of defaults have been introduced or changed, including default administrator permissions when installing the module, and form mandatory flags and default values.
- A bug in the menu items have been fixed.
- Conflict messages are both disablable and configurable.
- Custom views integration fields for validating if theme access has been permitted for use by the administrator, and if the brand configuration will pass or fail based upon the timestamp the page was generated.
- Introduce a new set of APIs which mimic those noted in the
node
andtaxonomy
modules, which includebrand_load
,brand_check
,brand_add
andbrand_remove
. - Fixes a security problem where an unauthorized individual could create or remove a brand.
You can view the blog entry for more information.
7.x-1.0
7.x-1.0-rc2
One step closer to a release!
Changes for RC2 include:
- Changes to hook_menu to remove any problems preventing consistent behavior.
- Provides integration with drush for adding/removing allowed themes and turning theme restrictions on or off.
- Fixes the admin settings form problems with the $delta - off-by-one errors and negative integer cases.
- Removes the Save button from the view form.
- Fixes the delete item form argument and access argument
- Consolidates everything in the lib folder into brand.module as per best practice - and including/requiring the files causing some unfixable oddities in multiple implementations.
- Updates the readme to reflect the above changes, and rewrites some other sections for simplicity.
7.x-1.0-rc1
After all the work that has gone into this module, we've finally hit a release candidate!