Skip to content

Commit

Permalink
Bump the default exclude of exported styles to 7.0.0 Alpha 1
Browse files Browse the repository at this point in the history
Fixes #5610
  • Loading branch information
dtdesign committed Aug 11, 2023
1 parent 19bdfc2 commit b35bc67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
final class StyleEditor extends DatabaseObjectEditor implements IEditableCachedObject
{
const EXCLUDE_WCF_VERSION = '6.0.0 Alpha 1';
const EXCLUDE_WCF_VERSION = '7.0.0 Alpha 1';

const INFO_FILE = 'style.xml';

Expand Down

0 comments on commit b35bc67

Please sign in to comment.