Skip to content
This repository was archived by the owner on Sep 14, 2020. It is now read-only.

Commit 1023f71

Browse files
author
Matthew Gamble
committed
Bump rewrite code version to reflect new changes
1 parent 6a9d8e1 commit 1023f71

File tree

1 file changed

+1
-1
lines changed
  • app/code/community/BL/CustomGrid/Model/Grid/Rewriter

1 file changed

+1
-1
lines changed

app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
abstract class BL_CustomGrid_Model_Grid_Rewriter_Abstract extends BL_CustomGrid_Object
1717
{
18-
const REWRITE_CODE_VERSION = 3; // bump this value when significant changes are made to the rewriting code
18+
const REWRITE_CODE_VERSION = 4; // bump this value when significant changes are made to the rewriting code
1919

2020
/**
2121
* Return the fixed base of the rewriting class names used by the extension

0 commit comments

Comments
 (0)