From 4812ef5708a8722e63fc686c5f51371d4ab0cb39 Mon Sep 17 00:00:00 2001 From: Matthew Gamble Date: Mon, 3 Aug 2015 17:11:18 +1000 Subject: [PATCH] Bump rewrite code version to reflect new changes --- .../community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php b/app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php index 61d9204..43bf14d 100644 --- a/app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php +++ b/app/code/community/BL/CustomGrid/Model/Grid/Rewriter/Abstract.php @@ -15,7 +15,7 @@ abstract class BL_CustomGrid_Model_Grid_Rewriter_Abstract extends BL_CustomGrid_Object { - const REWRITE_CODE_VERSION = 3; // bump this value when significant changes are made to the rewriting code + const REWRITE_CODE_VERSION = 4; // bump this value when significant changes are made to the rewriting code /** * Return the fixed base of the rewriting class names used by the extension