The V5 database format has the following differences compared to the V4 format:
-
The
<ruleset>
element can now store multiple reference URLs using the new<rule_urls>
element. For details, see Element: ruleset. -
In an
<action>
, you can now initialize a new context. As a result, the<message>
element is not required. For details, see Element: create-context. -
The
inherit-properties
attribute is deprecated, use theinherit-mode
attribute instead. For details, see Element: action.