Version History

1.0.2
- Fix Logger dependency issue in 8.4.5+.

1.0.1
- Prevent 'Home' on System & Settings page.

1.0
- Approved by PRB.

0.9.13
- Remove Log debug calls.
- Remove console.log in dialog.

0.9.12
- Get back the on_block_duplicate listener, because if a block is edited, it gets a new block id.

0.9.11
- Remove on_block_duplicate listener, because it's triggered when a block is deleted (somehow).
- Remove on_block_delete listener, because we might go back in page versions.
- Improve UI of the conditions dialog
- Refresh condition list after editing / saving a condition.
- Add a 'description' property to the conditions.
- Add a 'name / description' field to all checkers.
- Enlarge 'bin' icon.
- Change 'pen' icon to a button that also contains the description.
- Remove 'Save' button in dialog, because changes to the conditions are saved immediately.

0.9.10
- Use 'extend' instead of 'bind' to add menu items to the contextual menu.

0.9.9
- Fix facade from 'URL::to' to 'Url::to' in Menu Manager.
- Add single page under 'System & Settings' to enable / disable the add-on.
- Don't override, register routes, or set up listeners if the add-on is disabled.

0.9.8
- Fire an 'on_conditional_content_load_checkers' event other packages can hook into.

0.9.7
- Improve how the user checker config works.
- Add a default config file that can be copied.

0.9.6
- Extract logic to a DefaultComparator class.
- Fix tooltips in user attribute dialog.
- Move default checkers to pkg config directory.
- Remove Installer, it's not needed anymore.
- Move operator options to BaseComparator class.
- Add Session checker.

0.9.5
- Improve user attribute key checker.
- Add options to user attribute checker: bigger than, bigger than or equals, smaller than, smaller than or equals.
- Show warning if full page caching is disabled globally, but enabled on page level.

0.9.4
- Show warning if full page caching is enabled.
- Show warning if full page caching is enabled for current block.

0.9.3
- Fix issue with jddayofweek starting on Monday.
- Add docblocks to help IDEs in the view files.

0.9.2
- Cleanup package installer.

0.9.1
- Fix die statements (bug in linter).

0.9.0
- Initial PRB submission.